.card-register {
    position: relative;
    width: 395px;
    padding-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15), 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.card-register-student {
    position: relative;
    width: 395px;
    background: #FFFFFF;
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15), 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding-bottom: 30px;
}

div#mainLogin {
    margin-bottom: 120px !important;
}

.optional {
    font-size: 12px;
    line-height: 0px;
    letter-spacing: -0.03em;
    color: #737373;
}

.button-register-div {
    color: white;
    padding-top: 20px;
}

.button-register-div-student {
    color: white;
    padding-top: 16px;
}

.button-register {
    background: #0E870C;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    border: 0px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none !important;
}

.button-register:disabled {
    background: #93C992;
    color: #575757;
    pointer-events: none;
}

.button-register:focus {
    outline: 0;
}

.button-register:hover {
    background: #016711;
}

.line-register {
    padding-top: 0;
    width: 100%;
    height: 0;
}

.line-register-student{
    padding-top: 7px;
    padding-right: 20px;
    max-width: 80%;
    height: 0;
}

#line {
    width: 325px;
}
.hasAccount {
    padding-top: 25px;
}

.hasAccount-student{
    padding-top: 25px;
}

.icon-url-register {
    position: inline-block;
    /* left: 150px;
    bottom: 229px; */
    border: 0;
    outline: 0;
    background: url('/public/images/icon-url-register.png');
    background-repeat: no-repeat;

}

.icon-url-register:focus {
    outline: 0;
}

.msge-url-position {
    position: absolute;
    left: 43px;
    bottom: 260px;
}

.msge-url-position span {
    position: absolute;
    left: 0;
    color: white;
    font-size: 14px;
    padding-top: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

.eye-button-register {
    float: right;
    margin-right: 16px;
    margin-top: -53px;
    border: 0;
    background-color: Transparent;
    position: relative;
}

.eye-button-register:hover {
    cursor: pointer;
}

.eye-button-register-student {
    display: inline-block;
    position: absolute;
    top: 400px;
    right: 45px;
    border: 0;
    background-color: Transparent;
}

.eye-button-register:focus {
    outline: 0;
}

.eye-button-register-student:focus {
    outline: 0;
}

.register-msge-error {
    font-size: 14px;
    line-height: 17px;
    color: #F03D3E;
    text-align: center;
    text-align: left;
}

.msge-pass {
    padding-top: 3px;
    font-size: 12px;
    line-height: 14px;
    color: #737373;
    display: inline-block;
}

.bar-msge-registered {
    position: relative;
    width: 730px;
    height: 48px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.x-success-image-register{
    background-image: url("/images/x.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    height: 14px;
    width: 14px;
    justify-content: center;
    margin-left: 100px;
}