@import url('https://fonts.cdnfonts.com/css/helvetica-neue-5?styles=103510,103499,103513,103514,103511,103512,103506,103507,103508,103509,103502,103503,103504,103505,103500,103501');

* {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
body {
    background-image: url('/assets/fontawesome/svgs/brands/worldmap.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cls-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#form-wrapper {
    background-color: #0772BA;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 900px;
    height: 500px;
}

.login-improve {
    min-height: 480px !important;
    background-color: white !important;
    height: 100% !important;
    border: none !important;
}

.login-improve__left {
    flex: 1;
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 100%;

}

.login-improve__left-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 67%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    border-radius: 24px;
    filter: brightness(70%);
}

.login-improve__left::after {
    content: 'SG SAGAWA VIETNAM\ASAGAWA EXPRESS VIETNAM';
    position: absolute;
    font-size: 24px !important;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    white-space: pre-line;
    text-align: center;
    padding: 20px;
    left: 23px;
    bottom: -3px;
}

.login-improve__right {
    flex: 1;
    padding: 14px !important;
    background-color: white;
    border-radius: 30px;
}

.login-improve__right-content {
    text-align: left;
}

.login-improve__right-logo {
    text-align: right;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.login-improve__right-logo img {
    height: 30px;
    margin-left: 10px;
}

.login-improve__right-content h2 {
    color: #0066cc;
    margin-bottom: 20px;
}

.input_title{
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.login-improve__right-content__user,
.login-improve__right-content__pass {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    margin-top: 1px !important;
    border-radius: 5px;
}
#text_right-logo{
    color: #3D63A6 !important;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -1px;
}
.login-improve__right-content__remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.margin-top-subtitle{
    margin-top: 18px !important;
}
.login-improve__right-content__checkbox {
    display: flex;
    align-items: center;
}

.login-improve__right-content__checkbox input {
    margin-right: 5px;
}

.login-improve__right-content__forget {
    color: #0066cc;
    text-decoration: none;
}

.login-improve__right-content__login {
    width: 100%;
    padding: 10px;
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.login-improve__right-content__login:hover {
    background-color: #0055aa;
}

.login-improve__right-copy {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #666;
}

.login-improve__right-title{
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 700;
}

.subtitle {
    font-size: 12px; /* Kích thước chữ nhỏ hơn */
    margin-top: -3px; /* Tạo khoảng cách nhỏ giữa h2 và subtitle */
    line-height: 1; /* Giảm chiều cao dòng để sát với h2 hơn */
    color:gray;

  }

/* Responsive adjustments */
@media (max-width: 768px) {
    #form-wrapper {
        width: 90%;
    }
    
    .login-improve {
        flex-direction: column;
    }
    
    .login-improve__left,
    .login-improve__right {
        width: 100%;
    }

    .login-improve__left-logo {
        height: 200px;
    }
}
@media (min-width: 768px){
    #form-wrapper {
        background-color: #0772BA;
        background-image: none !important;
    }
}

@media (max-width: 1024px){
    .login-improve__left-logo{
        display: none;
    }
    .login-improve__left{
        display: none;
    }
    .login-improve__right{
        height: 0px !important;
    }
    .login-improve__right-content__login-all{
        margin-top: 5px ;
    }
    .login-imporve__right-content__register-form-login{
        padding:  0 !important;
    }
    .login-improve__right-title{
        font-size: 24px !important;
    }
}

@media (max-width: 500px){
    .login-imporve__right-content__register-form-login{
        padding:  0 !important;
    }
}


.cls-messages{
    left: 460px !important;
    top: -132px;
}


.height-input-register{
    height: 40px;
    margin-bottom: 16px !important;
}


.custom-help-block-2{
    margin-top: 41px;
}
.form-register{
    height: 550px !important;
}

.login-improve__right-content__register-all{
    margin-bottom: -11px;
}


.alert-error-position{
    position: absolute;
    left: 1px;
    top: -18px;
}



