﻿body, html {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    background-color: #fff;
    overflow-x: hidden;
    height: 100%;
}
/*Login*/

.login-main, .forgot-wrapper {
    min-height: 100vh;
    /*background: linear-gradient(90deg,#011a62,#0940b3);*/
    background-image: url('/assets/images/background.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.login-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 auto;
}

.login-form {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.login-content-wrap {
    background: linear-gradient(to right, #a1bac8, #fdd597);
    padding: 1px;
    border-radius: 15px;
}

.login-content {
    width: 420px;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 30px 30px 30px;
    border-radius: 15px;
    border: 1px solid transparent;
}

.login-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #337ab7;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.login-logo-header{
    max-width: 180px;
}

.login-logo-footer {
    max-width: 120px;
    margin: 20px;
    border-radius: .25rem;
    overflow: hidden;
}

.login-title-2 {
    font-weight: bold;
    text-transform: uppercase;
    color: #337ab7;
    font-size: 22px;
    padding-top: 10px;
}

.lb-login {
    margin-bottom: 9px;
    font-weight: normal;
    color: #999999;
}

.btn-login {
    /*display: block;*/
    width: 150px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ffac2e;
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /*background-color: #1677ff;*/
    color: #fff;
    background: #ffac2e;
}
    .btn-login:focus {
        outline: none;
    }
    .btn-login:hover, .btn-login:focus-within {
        border-color: #4096ff;
    }
    .btn-login:active {
        transform: scale(0.99); /* Thu nhỏ nút lại khi nhấn */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Hiển thị một shadow nhẹ khi nhấn */
    }
    .btn-login:disabled {
        background-color: #ffac2e;
        color: #fff;
    }
.login-caption {
    text-transform: uppercase;
    font-weight: 500;
}

.switch-lang img {
    width: 25px;
    cursor: pointer;
}


label.required::after {
    content: " *";
    color: #ff0000;
}

@media (min-width: 1100px) {
    .div-register {
        width: 1100px;
    }
}


.forgot-card {
    border-radius: 10px;
    background: #86aed0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);
    border: 1px solid #fff;
}

.forgot-card__content {
    max-width: 380px;
}

#btnBack, #btnSubmit {
    width: 100px;
}

.form-control.is-valid,
.form-control.is-invalid {
    background-image: none;
}

.show-hide-password i {
    margin-right: 10px;
    margin-top: -26px;
    float: right;
    position: relative;
    cursor: pointer;
}

.show-hide-password input {
    padding-right: 25px;
}

.group-control {
    margin-top: 25px;
}

.group-control .title {
    border-bottom: 2px solid #007bff;
    font-weight: 600;
    margin-right: 10px;
}

.btn-change-lang ul {
    padding: 0px;
    margin: 0px;
}

.btn-change-lang ul li {
    padding: 5px;
}
    .btn-change-lang ul li:hover {
        background: #e1e1e1;
        cursor: pointer;
    }


.login-input-control {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    color: rgba(0, 0, 0, 0.88);
    background-color: #ffffff;
    background-image: none;
    transition: all 0.2s;
    border: double 1px transparent;
    border-radius: 8px;
    background-image: linear-gradient(white, white), linear-gradient(to right, #a1bac8, #fdd597);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

    .login-input-control:hover, .login-input-control:focus-within {
        border-color: #4096ff;
    }

    .login-input-control span {
        display: flex;
        flex: none;
        align-items: center;
        padding-right: 5px;
    }

    .login-input-control input, select {
        padding: 0;
        font-size: 14px;
        border: none;
        border-radius: 0;
        outline: none;
        box-sizing: border-box;
        margin: 0;
        color: rgba(0, 0, 0, 0.88);
        line-height: 1.5714285714285714;
        list-style: none;
        font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
        position: relative;
        display: inline-block;
        width: 100%;
        min-width: 0;
        background-color: #ffffff;
        /* background-image: none; */
        border-width: 1px;
        /* border-style: solid; */
        /* border-color: #d9d9d9; */
        transition: all 0.2s;
       
    }

.changePassword-input-control {
    padding: 7px 11px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
    position: relative;
    display: inline-flex;
    width: 65%;
    min-width: 0;
    color: rgba(0, 0, 0, 0.88);
    background-color: #ffffff;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    transition: all 0.2s;
}
    .changePassword-input-control span {
        display: flex;
        flex: none;
        align-items: center;
        padding-right: 5px;
    }

    .changePassword-input-control input {
        padding: 0;
        font-size: 14px;
        border: none;
        border-radius: 0;
        outline: none;
        box-sizing: border-box;
        margin: 0;
        color: rgba(0, 0, 0, 0.88);
        line-height: 1.5714285714285714;
        list-style: none;
        font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
        position: relative;
        display: inline-block;
        width: 100%;
        min-width: 0;
        background-color: #ffffff;
        /* background-image: none; */
        border-width: 1px;
        /* border-style: solid; */
        /* border-color: #d9d9d9; */
        transition: all 0.2s;
    }
.changePassword-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.changePassword-content {
    width: 500px;
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    border-radius: 20px;
}
.divRow {
    float: left;
    width: 35%;
}
.changePasswordlabel {
    color: #337ab7;
    margin-left: 8px;
    font-size: 13px;
}