.btnSubmit {
    margin-left: 75px;
    width: 170px;
}
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: Inter, Arial, sans-serif;
}
a {
    color: blue;
}
a:link {
    color: blue;
}
.HeadedLogin {
    font-family: Inter, sans-serif;
    border: 0 none;
    height: 59px;
    margin-left: -1px;
    margin-top:  -1px;
    width: 326px;
    line-height: 59px;
    text-align: center;
    color: "#000";
    font-size: 20px;
    font-weight: bold;
}
.minhnvAnh {
    background-image: url("../images/icon-dn.png");
    background-position: 70px 0;
    background-repeat: no-repeat;
    float: left;
    height: 35px;
    width: 100px;
}
.MinhnvLogo {
    bottom: 50px;
    left: 250px;
    position: absolute;
}
.MinhnvLoginRequest {
    /* background-image: url("../images/mfs_login_header.png"); */
    background-image: url("../images/login_header.png");
    border: 0 none;
    height: 59px;
    margin-left: -1px;
    margin-top: -1px;
    width: 326px;
}
.MinhnvLoginSys {
    color: #fff;
    float: right;
    font-family: arial;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 30;
}
.accountLoginTable {
    margin-top: 50px;
    text-align: center;
    width: 336px;
}
.accountLoginCell {
    background-color: #FBFBFB;
    border: 1px solid #555555;
    padding: 10px;
    text-align: center;
}
.accountLoginTable_nobord {
    background-image: url("../images/bg.jpg");
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.accountLoginCell_nobord {
    text-align: center;
    /* padding-top:50px; */
}
TABLE.accountLoginContentTable {
    margin-top: 0;
    text-align: center;
    width: 100%;
    min-width: 450px;
}
TD.accountLoginVertSepCell {
    height: 100%;
    padding-right: 12px;
    width: 10px;
}
TD.accountLoginTextCell {
    background-color: #FFFFFF;
    border-radius: 20px;
}
TABLE.accountLoginFormTable {
    margin-bottom: 10px;
    margin-left: 40px;
    margin-top: 20px;
    padding: 0px 40px 0px 30px;
    width: 100%;
}
TD.accountLoginFieldLabel {
    color: #666666;
    font-family: arial;
    font-size: 13px;
    padding-right: 5px;
    padding-top: 15px;
    text-align: right;
}
TD.accountLoginFieldValue {
    padding-top: 15px;
}
.login-title {
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.login-subtitle {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.form-label {
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.input,
.button {
    font-family: Inter, sans-serif;
    font-size: 16px;
}
.login-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 30px 60px 10px 40px;
}

.login-header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.login-header-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.login-header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-title {
    font-family: Inter, Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}

.login-subtitle {
    margin-top: 6px;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #9CA3AF;
    line-height: 1.4;
}
.form-field {
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    min-width: 65px;
}

.input-container {
    position: relative;
    width: 100%;
}

.input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
    z-index: 2;
}

.input-action {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.MinhnvTextInput,
#locale {
    width: 90%;
    height: 40px;
    box-sizing: border-box;

    padding-left: 48px;
    padding-right: 0px;

    border: 1px solid #D1D5DB;
    border-radius: 8px;

    background: #FFFFFF;

    font-size: 15px;
    color: #111827;

    box-shadow: none;
    z-index: 1;
    font-weight: normal;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select-arrow {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
    z-index: 2;
}
.MinhnvTextInput::placeholder {
    color: #9CA3AF;
}
.btnSubmit{
    width: 84%;
    margin-left: 40px;
}

.loginMinhNV{

    width:100%;
    height:40px;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;

    border:none;
    border-radius:8px;

    background:#2563EB;

    color:#FFF;
    font-size:16px;
    font-weight:normal;

    cursor:pointer;

    transition:.2s;
}

.loginMinhNV:hover{
    background:#1D4ED8;
}

.button-icon{
    width:18px;
    height:18px;
}

.login-divider{
    display:flex;
    align-items:center;
    width: 84%;
    margin-left: 40px !important;
    margin:10px 0;
}

.login-divider::before,
.login-divider::after{
    content:"";
    flex:1;
    height:1px;
    background:#E5E7EB;
}

.login-divider span{
    padding:0 14px;
    color:#9CA3AF;
    font-size:13px;
}

.auth0-wrapper{
    width: 84%;
    margin-left: 40px !important;
}

.auth0-button{
    width:100%;
    height: 40px;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;

    text-decoration:none;

    border:1px solid #D1D5DB;
    border-radius:8px;

    background:#FFF;

    color:#111827 !important;
    font-size:15px;
    font-weight:500;

    box-sizing:border-box;
    font-family: Inter, Arial, sans-serif;
}

.auth0-button:hover{
    background:#F9FAFB;
}
.forgot-password-wrapper {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
    width: 84%;
    margin-left: 40px !important;
}

.forgot-password-link {
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #2563EB !important;
    text-decoration: none;
    transition: color .2s;
}

.forgot-password-link:hover {
    color: #1D4ED8;
    text-decoration: underline;
}
