body.login-body {
    background: #638ecd;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
}
.login-box a{
    text-decoration: none;
    font-size: 13px;
}
.login-box {
    background: #fff;
    border: 1px solid rgba(28, 31, 35, .08);
    border-radius: 12px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .1), 0 0 1px 0 rgba(0, 0, 0, .3);
    padding: 40px 35px;
    max-width: 482px;
    margin: 0 auto;
}
.login-logo img{
    height: 40px;
}
.login-logo {
    text-align: center;
    margin: 45px 20px 25px 20px;
}
.line-text {
    display: flex;
    align-items: center;
    text-align: center;
}
.login-box .login-title{
    margin-bottom: 20px;
}
.login-box .line-text{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #8a8c8f;
    font-size: 12px;
}
.login-box a.login_btn_google {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: block;
}
.line-text::before,
.line-text::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid rgb(240 240 245); /* Màu và kiểu đường kẻ */
    margin: 0; /* Khoảng cách giữa chữ và đường kẻ */
}
button.btn.btn-primary.login_btn_submit {
    margin-bottom: 10px;
    font-weight: 600;
    padding: 8px 0;
    font-size: 18px;
    margin-top: 10px;
}
.btn-100{
    width: 100%;
    padding: 15px;
}
#loginPopup a{
    text-decoration: none;
}
a.btn-100.login_btn_google {
    border: 1px solid rgb(240 240 245);
    border-radius: 8px;
    width: 100%;
    background-color: #f8f8f8;
}
.login-bot{
    margin-top: 20px;
    text-align: center;
}
.show_image {
    /*object-fit: fill;*/
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.input-avatar {
    text-align: center;
    cursor: pointer;
}
