﻿.modal-login-custom {
    width:600px !important ; 
}
.box-tab-login .active {
    border-bottom: 2px solid black;
   
}

.custom-input-login {
    box-shadow: none !important;
    height: 50px;
    border-radius: 12px;
}

#forgetpassword {
    font-size:13px ; 
}

.show-password {
    right:10px ; 
    top:14px ; 
}

.box-password-form input.is-invalid {
    background-image:none !important ; 
}
.box-password-form input.is-valid {
    background-image: none !important;
}

.text-forget-password {
    font-size:13px ; 
}

.submit-login, .submit-register, .submit-forget-password {
    background-color: #4469AF;
    transition:0.4s
}
.submit-login:hover, .submit-register:hover, .submit-forget-password:hover {
    background-color: black;
    transition:0.4s ; 
}

#backLogin {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    top: -40px;
    left: -4px;
}
    #backLogin:hover {
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) !important;
        transition: 0.4s;
    }

.infomation-member > div:first-child {
    border-radius: 30px;
    background-color: aliceblue;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}
    .infomation-member > div p {
        font-size: 13px;
        width: 140px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align:center ; 
    }
.image-member {
    width: 35px;
    height: 35px;
}

.image-member-mb {
    border: 1px solid #7a7575 ; 
}

.poup-info-member {
    background-color: white;
    z-index: 2;
    width: 220px;
    border-radius: 12px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.option-popup-member ul li {
    cursor: default;
    transition: 0.4s;
}
.option-popup-member ul li:hover {
    background-color: #ebebeb;
    transition: 0.4s;
}

@media (max-width: 575px) {
    .box-tab-login a {
        font-size:17px !important ; 
    }
}

