* {
    padding: 0;
    margin: 0;
}

html, body {
    width: 100%;
}

.bg1 {
    width: 100%;
    height: 237px;
    background: #347ebc;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.top {
    background: #ffffff2e;
    width: 100%;
    position: absolute;
    top: 0;
    line-height: 80px;
    left: 0px;
    right: 0px;
    color: #fff;

}

.bg-register-from {
    width: 375px;
    height: 395px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 1;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
    border-radius: 5px;

}

.register-title {
    width: 375px;
    height: 35px;
    color: #347ebc;
    font-size: 1.5em;
    position: absolute;
    top: 0.5em;
    text-align: center;
}

.form-input {
    position: relative;
    top: 3.5em;
    left: 0;
}


.input-div {
    position: relative;
    display: flex;
    height: 41px;
    line-height: 41px;
    margin-left: 2.5em;


}

.input-div > div {
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
    width: 4em;
    border-bottom: 0.0625rem solid #347ebc;
}

.input-div > input {
    border: 0;
    font-size: 16px;
    border-bottom: 0.0625rem solid #347ebc;
    height: 2.5625em;
    width: 15.8125em;
    text-indent: 1rem;
    outline: none;
}

.input-div > img {
    position: absolute;
    right: 30px;
    height: 34px;
    bottom: 0;
}

.input-div > select {
    width: 13.8125em;
    height: 2em;
    margin-left: 4.4em;
    margin-top: 8px;
    padding: 0;
}

.input-div > .btn {
    width: 19.5em !important;
    margin-top: 0.5em;
    height: 35px !important;
}

.register-login {
    height: 36px;
    display: grid;
}

.register-login-box {
    text-align: right;
    font-size: 11px;
    margin-top: 2px;
    float: right;
    margin-right: 30px;
    color: #007fff;
}

@-webkit-keyframes masked-animation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -100% 0;
    }
}

@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .text {
        width: 400px;
        text-align: left;
        padding-left: 80px;
        font-size: 26px;
        font-weight: 600;
        background-image: -webkit-linear-gradient(left, #0ee5ff, #f4ab20 50%, #0ee5ff 50%, #f4ab20 100%, #0ee5ff);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-background-size: 200% 100%;
        -webkit-animation: masked-animation 3s infinite linear;
    }
}

#name-alert, #pwd-alert, #pwdr-alert {
    position: absolute;
    right: 20px;
    font-size: 10px;
    font-weight: bold;
}

.name-success {
    color: green;
}

.name-error {
    color: red;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #6c6c6c;
    font-size: 12px;

}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #6c6c6c;
    font-size: 12px;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #6c6c6c;
    font-size: 12px;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6c6c6c;
    font-size: 12px;
}