:root{
    --succes-color: #2ecc71;;
    --error-color: #e74c3c;
}
#modalRegister .modal-dialog{
    height: 100vh;
    width: 100vh;
    position: relative;
}
#modalRegister .modal-content{
    width: 500px;
    left: 50%;
    top: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    border-radius: 2rem;
    box-shadow: -3px 5px 5px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: -3px 5px 5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: -3px 5px 5px 1px rgba(0,0,0,0.3);
}


#modalRegister .modal-header{
    border-bottom: 0px solid #dee2e6;
    margin-left: 48px;
    margin-right: 48px;
    padding-bottom: 0px;
}
#modalRegister .modal-body{
    margin:0 5rem;
}
#modalRegister .modal-header .h3{
    font-size: 2rem;
    font-weight: bold;
}
#modalRegister .modal-header{
    margin-top: 5rem;
    margin-bottom: 1rem;
}


#modalRegister .modal-body .btn{
    margin: 10px 0;
    font-size: 2rem;
    padding: 10px 15px;
    border-radius: 2rem;
}
#modalRegister .modal-body .form-group{
    justify-content: flex-end;
    position: relative;
}
#modalRegister .modal-body span{
    display: flex;
    position: absolute;
    justify-content: right;
    height: 100%;
    align-items: center;
    width: fit-content;
}
#modalRegister .modal-body .txt-field{
    padding-right: 5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    margin: 10px 0;
    border-radius: 20px;
    font-size: 1.5rem;
    border: 1px solid #ccc;
    font-family: 'l5';
    line-height: 2;
}
#modalRegister .modal-body .number-phone{
    margin-top: 0;
}
#modalRegister .modal-footer{
    justify-content: center;
    border-top: 0px solid #dee2e6;
    margin-bottom: 4rem;
}
#modalRegister .modal-footer .icon-gg,
#modalRegister .modal-footer .icon-fb{
    background-color: #fff;
    border-radius: 50%;
    font-size: 46px;
    margin: 5px;
}
#modalRegister .modal-footer .icon-fb{
    color: #1877f2;
}
#modalRegister .modal-footer .icon-gg{
    color: #dc4e41;
}
#modalRegister .modal-footer .seperator {
    width: 100%;
    border-top: 1px solid #ccc;
    text-align: center;
    margin-right: 42px;
    margin-left: 42px;
    height: 16px;
}
#modalRegister .seperator b {
    width: 60px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -22px;
    z-index: 1;
}

#modalRegister .seperator{
    padding-left: 10px;
    padding-right: 10px;
}
.relative{
    position: relative;
}

.icon-input{
    float:right;
    margin-right: 1rem;
    color: #676767;
}
.icon-input:hover{
    cursor: pointer;
}
/* .modal-backdrop.show {
    opacity: 0;
} */


/* bat loi */


.form-group.success input {
    position: relative;
    border-color: var(--succes-color)!important;
}

.form-group.error input {
    display: flex;
    justify-content: flex-end;
    position: relative;
    border-color: var(--error-color)!important;   
}

#modalRegister small{
    color: #fb5153;
    bottom: 0;
    left: 0;
    display: none;
    font-size: 1.5rem;
    font-family: 'l5';
    padding-bottom: 1rem;
    padding-left: 1rem;
    /* visibility: hidden; */
}

.form-group.error small{
    visibility: visible;
}
.msg-err-register{
    display: inline-block;
    /* display: inline-block!important; */
}
.btn-close-register button{
    background-color: #fff!important;
}
.btn-close-register{
    /* background-color: #ccc; */
    

    width: 36px;
    height: 36px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    /* top: 16px;
    right: 16px; */
    top: 50px;
    right: 40px;
    font-size: 22px;
    color: #a3a1a1;
    background-color: #fff;
}
.btn-close-register:hover{
    background-color: rgb(233, 233, 233);
}

