/* MODAL LOGIN */
#modal-content {
    border-radius: 10px;
}
#modal-body {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 515px;
}
#modal-header {
    background: #f2f2f2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.div-icon-login {
}
.icon-login-modal {
    width: auto;
    height: 48px;
    padding-left: 30px;
}
#title-login-modal {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    max-width: 305px;
    line-height: 120%;
    padding-left: 30px;
}
.containt-btn-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-left: 30px;
    padding-right: 30px;
}
#btn-login-modal {
    width: 100%;
    height: 45px;
    margin-top: 10px;
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    border-radius: 10px;
}
#btn-login-modal img {
    width: 20px;
    position: absolute;
    left: 67px;
}
#btn-login-modal span {
    font-weight: 500;
}
#icon-email-modal {
    font-size: 22px;
    position: absolute;
    left: 67px;
    top: 131px;
}
.text-term {
    font-size: 10px;
    margin-top: 23px;
    text-align: center;
    background: #f2f2f2;
}

.signin-btn-modal {
    height: 500px;
    overflow-y: hidden;
    overflow-x: hidden;
}
.register-btn-modal {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* FORM MODAL LOGIN */
#hh-login-form {
    padding-right: 30px;
    padding-left: 30px;
}
#email-login-form {
    border: 2px solid #e0e0e0;
    height: 48px;
}
#password-login-form {
    border: 2px solid #e0e0e0;
    height: 48px;
}
.get-back {
    position: absolute;
    top: -40px;
    font-size: 20px;
    color: #000;
}
/* FORM MODAL LOGIN */
/* MODAL LOGIN */


/* MODAL REGISTER */
#btn-register-modal {
    width: 100%;
    height: 45px;
    margin-top: 10px;
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    border-radius: 10px;
}
#btn-register-modal img {
    width: 20px;
    position: absolute;
    left: 67px;
}
#btn-register-modal span {
    font-weight: 500;
}
#icon-register-modal{
    font-size: 22px;
    position: absolute;
    left: 67px;
    top:299px;
}
.containt-register-modal{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    /*padding-left: 30px;
    padding-right: 30px;*/
    /*padding-top: 30px;*/
}
/* MODAL REGISTER */

/* RESPONSIVE */
@media only screen and (min-width: 320px) {
    #btn-login-modal img{
        display: none;
    }
    #icon-email-modal{
        display: none;
    }
    #icon-register-modal{
        display: none;
    }
    #btn-register-modal img{
        display: none;
    }
    .signin-btn-modal{
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 768px) {
    #btn-login-modal img{
        display: block;
        left: 110px;
    }
    #icon-email-modal{
        display: block;
        left: 110px;
    }
    #icon-register-modal{
        display: block;
        left: 80px;
    }
    #btn-register-modal img{
        display: block;
        left: 80px;
    }
}

@media only screen and (min-width: 1366px) {}
/* RESPONSIVE */