.login-section {
    flex-grow: 1;
    z-index: 100;
}

.login-container {
    border: 1px solid #f13d56;
    margin: auto;

}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body {}

.login-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
}

.swal2-popup,
.swal2-header:after {
    width: 312px !important;
}

.swal2-popup {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding: 0 !important;
}

.swal2-icon {
    display: none !important;
}

/* .swal2-header{
     position: relative !important;
     height: 36px !important;
     background: transparent url(../master-images/312X36_BGXanh_koBo.png) !important;
     background-size: 100% !important;
} */


.swal2-header:after {
    content: '';
    position: absolute;
    font-size: 23.5px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arial';
    color: #ffff;
    padding-top: 5px;
    font-weight: bold
}


#swal2-content {
    width: 100% !important;
    padding: 10.98% 13.78% !important;
    font-family: 'utm_cafetaregular' !important;
    font-size: 20px !important;
    text-align: justify;
}


.swal2-confirm {
    height: 20px !important;
    background: transparent url(../master-images/312X36_BGXanh_koBo.png) !important;
    /* background-size: 100% !important; */

}

.swal2-cancel {
    background-color: #fff !important;
    color: #333 !important;
    border: 1.25px solid #333 !important;
}

.swal2-popup .swal2-actions {
    margin-top: 0 !important;
    display: flex !important;
    justify-content: center;
    padding: 0 13.78% 18px 13.78% !important;
}

.popup-confirm-actions {
    justify-content: space-between !important;
}

.swal2-popup .swal2-styled {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    font-family: 'utm_cafetaregular' !important;
    border-radius: 5px !important;

    min-width: 110px !important;
    min-height: 40px !important;
    font-weight: normal !important;

}

.swal2-popup .swal2-styled:focus {
    outline: 0 !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.swal2-close {
    background: transparent url(../master-images/login/CLOSE_BUTTON.png) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    width: 30px !important;
    height: 30px !important;
    top: 5px !important;
    z-index: 100;
    right: 5px !important;
}

.core-btn {
    width: 110px;
    height: 40px;
    border: 2px solid #808080;
    color: #808080;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: normal;
    cursor: pointer;
    font-size: 20px;
}

.btn-green {
    margin-right: 25px;
    color: #ffff;
    border: none;
    background: rgb(139, 229, 39);
    background: linear-gradient(180deg, #f13d56 0%, #f85979 100%);
}

.btn-cancel {
    margin-right: 25px;
    color: #ffff;
    border: none;
    background: rgb(139, 229, 39);
    background: linear-gradient(180deg, #f13d56 0%, #f85979 100%);
}

.btn-white {
    margin-right: 8px;
    color: #ffff;
    border: none;
    background: white;
    background: linear-gradient(180deg, #f13d56 0%, #f85979 100%);
}

.btn-black {
    margin-right: 8px;
    color: black;
    border: 2px solid black;
    background: #ffff;
}

@media only screen and (max-width: 575px) {
    .core-btn {
        width: 120px;
        height: 40px;
        font-size: 20px;
        border-radius: 6px;
    }

    .btn-green {
        margin-right: 10px;
    }
}


@media only screen and (max-width: 320px) {

    .swal2-popup,
    .swal2-header:after {
        width: 274px !important;
    }

    .swal2-header {
        height: 32px !important;
    }

    .swal2-close {
        width: 25px !important;
        height: 25px !important;
        top: 5px !important;
    }

    .core-btn {
        width: max-content;
        height: 40px;
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .btn-green {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1920px) {
    .mt-8 {
        height: 8px;
    }

    input {
        padding: 0;
        vertical-align: baseline;
    }

    .login-section {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Arial, Helvetica, sans-serif;
    }

    .login-container {
        border-radius: 8px;
        width: 487px;
        /* height: 300px; */
        background: #fff;
    }

    .login-header {
        text-align: center;
    }

    .login-logo {
        margin-top: 0px;
        width: auto;
        height: 145px;
    }

    .login-body {
        margin-top: 31px;
        text-align: center;
    }

    .login-input input {
        height: 100%;
        border-radius: 8px;
        width: 100%;
        /* padding-left: 46px; */
        border: 1px solid #f13d56;
        text-indent: 78px;
        outline: none;
        font-size: 18px;
        font-weight: 550;
    }

    .login-input {
        /* 312px - 2px border*/
        width: 438px;
        /* 40px - 2px border */
        height: 62px;
        position: relative;
        margin: auto;

    }

    .login-input:first-child {
        margin-bottom: 18px
    }

    .login-input img {
        position: absolute;
        /* 36px x 36px */
        width: 38px;
        margin: 12px;
    }

    .line-on-side {
        letter-spacing: -2px;
    }

    .image-dropdown {
        /* right: -46px; */
        right: 0;
        margin: 4px;
    }

    .login-input.password {}

    .login-forget,
    .login-social {
        width: 438px;
    }

    .login-social {
        display: flex;
        justify-content: center;
        text-align: center;
        height: auto;
        margin: auto;
    }

    .login-social img {
        width: 61px;
        height: 61px;

    }

    .login-social img:first-child {
        margin-right: 37px;
    }

    .login-footer {
        width: 100%;
        height: 21px;
        display: flex;
        margin: auto;
        justify-content: space-between;
        line-height: 1;
        font-size: 14px;
        font-weight: 550;
        padding: 0 18px;
        margin-bottom: 9px;
        margin-top: 26px;

    }

    .login-footer .lang,
    .login-footer .ver {
        position: relative;
        color: #5b545b;
        margin-top: -12px;
        margin-left: 4px;
    }

    .login-footer .arrow {
        height: 15px;
        width: 25px;
    }


}

@media only screen and (max-width: 768px) {
    .mt-8 {
        height: 8px;
    }

    input {
        padding: 0;
        vertical-align: baseline;
    }

    .login-section {
        flex-grow: 1;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Arial, Helvetica, sans-serif;
    }

    .login-container {
        border-radius: 8px;
        width: 486px;
        /* height: 300px; */
        background: #fff;
    }

    .login-header {
        text-align: center;
    }

    .login-logo {
        margin-top: 0px;
        width: auto;
        height: 120px;
    }

    .login-body {
        margin-top: 28px;
        text-align: center;
    }

    .login-input input {
        height: 100%;
        border-radius: 8px;
        width: 100%;
        /* padding-left: 46px; */
        border: 1px solid #f13d56;
        text-indent: 99px;
        outline: none;
        font-size: 18px;
        font-weight: 550;
    }

    .login-input {
        /* 312px - 2px border*/
        width: 435px;
        /* 40px - 2px border */
        height: 65px;
        position: relative;
        margin: auto;

    }

    .login-input:first-child {
        margin-bottom: 24px
    }

    .login-input img {
        position: absolute;
        /* 36px x 36px */
        width: 37px;
        margin: 12px;
    }

    .line-on-side {
        letter-spacing: -1px;
    }

    .image-dropdown {
        /* right: -46px; */
        right: 0;
        margin: 4px;
    }

    .login-input.password {}

    .login-forget,
    .login-social {
        width: 435px;
    }

    .login-social {
        display: flex;
        justify-content: center;
        text-align: center;
        height: auto;
        margin: auto;
    }

    .login-social img {
        width: 58px;
        height: 58px;

    }

    .login-social img:first-child {
        margin-right: 30px;
    }

    .login-footer {
        width: 100%;
        height: 16px;
        display: flex;
        margin: auto;
        justify-content: space-between;
        line-height: 1;
        font-size: 14px;
        font-weight: 550;
        padding: 0 17px;
        margin-bottom: 21px;
        margin-top: 30px;

    }

    .login-footer .lang,
    .login-footer .ver {
        position: relative;
    }

    .login-footer .arrow {
        height: 12px;
        width: 20px;
    }


}



@media only screen and (max-width: 575px) {
    .mt-8 {
        height: 8px;
    }

    input {
        padding: 0;
        vertical-align: baseline;
    }

    .login-section {
        flex-grow: 1;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Arial, Helvetica, sans-serif;
    }

    .login-container {
        border-radius: 8px;
        width: 326px;
        /* height: 300px; */
        background: #fff;
    }

    .login-header {
        text-align: center;
    }

    .login-logo {
        margin-top: 0px;
        width: auto;
        height: 100px;
    }

    .login-body {
        margin-top: 25px;
        text-align: center;
    }

    .login-input input {
        height: 100%;
        border-radius: 8px;
        width: 100%;
        /* padding-left: 46px; */
        border: 1px solid #f13d56;
        text-indent: 43px;
        outline: none;
        font-size: 13px;
        font-weight: 550;
    }

    .login-input {
        /* 312px - 2px border*/
        width: 292px;
        /* 40px - 2px border */
        height: 43px;
        position: relative;
        margin: auto;

    }

    .login-input:first-child {
        margin-bottom: 25px
    }

    .login-input img {
        position: absolute;
        /* 36px x 36px */
        width: 25px;
        margin: 8px;
    }

    .line-on-side {
        letter-spacing: -1px;
    }

    .image-dropdown {
        /* right: -46px; */
        right: 0;
        margin: 4px;
    }

    .login-input.password {}

    .login-forget,
    .login-social {
        width: 292px;
    }

    .login-social {
        display: flex;
        justify-content: center;
        text-align: center;
        height: auto;
        margin: auto;
    }

    .login-social img {
        width: 39px;
        height: 39px;

    }

    .login-social img:first-child {
        margin-right: 9px;
    }

    .login-footer {
        width: 100%;
        height: 11px;
        display: flex;
        margin: auto;
        justify-content: space-between;
        line-height: 1;
        font-size: 9px;
        font-weight: 550;
        padding: 0 8px;
        margin-bottom: 8px;
        margin-top: 24px;

    }

    .login-footer .lang,
    .login-footer .ver {
        position: relative;
    }

    .login-footer .arrow {
        height: 9px;
        width: 13px;
    }
}


@media only screen and (max-width: 360px) {
    .mt-8 {
        height: 8px;
    }

    input {
        padding: 0;
        vertical-align: baseline;
    }

    .login-section {
        flex-grow: 1;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Arial, Helvetica, sans-serif;
    }

    .login-container {
        border-radius: 8px;
        width: 321px;
        /* height: 300px; */
        background: #fff;
    }

    .login-header {
        text-align: center;
    }

    .login-logo {
        margin-top: 20px;
        width: auto;
        height: 44px;
    }

    .login-body {
        margin-top: 24px;
        text-align: center;
    }

    .login-input input {
        height: 100%;
        border-radius: 8px;
        width: 100%;
        /* padding-left: 46px; */
        border: 1px solid #f13d56;
        text-indent: 40px;
        outline: none;
        font-size: 12px;
        font-weight: 550;
    }

    .login-input {
        /* 312px - 2px border*/
        width: 287px;
        /* 40px - 2px border */
        height: 43px;
        position: relative;
        margin: auto;

    }

    .login-input:first-child {
        margin-bottom: 26px
    }

    .login-input img {
        position: absolute;
        /* 36px x 36px */
        width: 25px;
        margin: 8px;
    }

    .line-on-side {
        letter-spacing: -1px;
    }

    .image-dropdown {
        /* right: -46px; */
        right: 0;
        margin: 4px;
    }

    .login-input.password {}

    .login-forget,
    .login-social {
        width: 287px;
    }

    .login-social {
        display: flex;
        justify-content: center;
        text-align: center;
        height: auto;
        margin: auto;
    }

    .login-social img {
        width: 38px;
        height: 38px;

    }

    .login-social img:first-child {
        margin-right: 9px;
    }

    .login-footer {
        width: 100%;
        height: 11px;
        display: flex;
        margin: auto;
        justify-content: space-between;
        line-height: 1;
        font-size: 9px;
        font-weight: 550;
        padding: 0 8px;
        margin-bottom: 8px;
        margin-top: 24px;

    }

    .login-footer .lang,
    .login-footer .ver {
        position: relative;
    }

    .login-footer .arrow {
        height: 9px;
        width: 13px;
    }


}

/* IPhone 5 portrait*/
@media only screen and (max-width : 320px) {
    .mt-8 {
        height: 8px;
    }

    input {
        padding: 0;
        vertical-align: baseline;
    }

    .login-section {
        flex-grow: 1;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Arial, Helvetica, sans-serif;
    }

    .login-container {
        border-radius: 8px;
        width: 274px;
        /* height: 300px; */
        background: #fff;
    }

    .login-header {
        text-align: center;
    }

    .login-logo {
        margin-top: 17px;
        width: auto;
        height: 38px;
    }

    .login-body {
        margin-top: 21px;
        text-align: center;
    }

    .login-input input {
        height: 100%;
        border-radius: 8px;
        width: 100%;
        /* padding-left: 46px; */
        border: 1px solid #f13d56;
        text-indent: 40px;
        outline: none;
        font-size: 11px;
        font-weight: 550;
    }

    .login-input {
        /* 312px - 2px border*/
        width: 245px;
        /* 40px - 2px border */
        height: 37px;
        position: relative;
        margin: auto;

    }

    .login-input:first-child {
        margin-bottom: 21px
    }

    .login-input img {
        position: absolute;
        /* 36px x 36px */
        width: 20px;
        margin: 8px;
    }

    .line-on-side {
        letter-spacing: -1px;
    }

    .image-dropdown {
        /* right: -46px; */
        right: 0;
        margin: 4px;
    }

    .login-input.password {}

    .login-forget,
    .login-social {
        width: 245px;
    }

    .login-social {
        display: flex;
        justify-content: center;
        text-align: center;
        height: auto;
        margin: auto;
    }

    .login-social img {
        width: 33px;
        height: 33px;

    }

    .login-social img:first-child {
        margin-right: 9px;
    }

    .login-footer {
        width: 100%;
        height: 9px;
        display: flex;
        margin: auto;
        justify-content: space-between;
        line-height: 1;
        font-size: 8px;
        font-weight: 550;
        padding: 0 9px;
        margin-bottom: 5px;
        margin-top: 24px;

    }

    .login-footer .lang,
    .login-footer .ver {
        position: relative;
        color: #189608;
    }

    .login-footer .arrow {
        height: 9px;
        width: 7px;
    }



}

/* Custom styles for OTP row in Forgot Password */
.otp-container {
    display: flex;
    width: 100%;
    gap: 10px;
}

.otp-wrapper {
    position: relative;
    flex: 1;
}

.btn-otp-send {
    height: 55px;
    width: 90px;
    border-radius: 8px;
    background: #f13d56;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    transition: background 0.3s;
}

.btn-otp-send:hover {
    background: #d12a42;
    color: #fff;
}

.btn-otp-send:disabled {
    background: #ccc;
    cursor: not-allowed;
}