@font-face {
    font-family: 'Rajdhani';
    src: url('../font/Rajdhani-Medium.eot');
    src: url('../font/Rajdhani-Medium.eot?#iefix') format('embedded-opentype'), url('../font/Rajdhani-Medium.woff2') format('woff2'), url('../font/Rajdhani-Medium.woff') format('woff'), url('../font/Rajdhani-Medium.ttf') format('truetype'), url('../font/Rajdhani-Medium.svg#Rajdhani-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../font/Rajdhani-Regular.eot');
    src: url('../font/Rajdhani-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Rajdhani-Regular.woff2') format('woff2'), url('../font/Rajdhani-Regular.woff') format('woff'), url('../font/Rajdhani-Regular.ttf') format('truetype'), url('../font/Rajdhani-Regular.svg#Rajdhani-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../font/Rajdhani-Semibold.eot');
    src: url('../font/Rajdhani-Semibold.eot?#iefix') format('embedded-opentype'), url('../font/Rajdhani-Semibold.woff2') format('woff2'), url('../font/Rajdhani-Semibold.woff') format('woff'), url('../font/Rajdhani-Semibold.ttf') format('truetype'), url('../font/Rajdhani-Semibold.svg#Rajdhani-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../font/Rajdhani-Light.eot');
    src: url('../font/Rajdhani-Light.eot?#iefix') format('embedded-opentype'), url('../font/Rajdhani-Light.woff2') format('woff2'), url('../font/Rajdhani-Light.woff') format('woff'), url('../font/Rajdhani-Light.ttf') format('truetype'), url('../font/Rajdhani-Light.svg#Rajdhani-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../font/Rajdhani-Bold.eot');
    src: url('../font/Rajdhani-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Rajdhani-Bold.woff2') format('woff2'), url('../font/Rajdhani-Bold.woff') format('woff'), url('../font/Rajdhani-Bold.ttf') format('truetype'), url('../font/Rajdhani-Bold.svg#Rajdhani-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    overflow: hidden;
    font-family: Rajdhani;
}

.m-10 {
    margin: 10px;
}

.mt-20 {
    margin-top: 13px;
}

.mb-10 {
    margin-bottom: 10px;
}

.m-20 {
    margin: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.m-30 {
    margin: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.m-35 {
    margin: 35px;
}

.m-35 {
    margin: 35px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-45 {
    margin-bottom: 45px;
}

.m-45 {
    margin: 45px;
}

.m-45 {
    margin: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.m_auto {
    margin: 0 auto;
    text-align: center;
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffcc00;
    --bs-btn-border-color: #ffcc00;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffcc00;
    --bs-btn-hover-border-color: #ffcc00;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcc00;
    --bs-btn-active-border-color: #ffcc00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffcc00;
    --bs-btn-disabled-border-color: #ffcc00;
}

.h-100-vh {
    min-height: 100vh;
}

.field-icon {
    float: right;
    margin-right: 10px;
    margin-left: -25px;
    margin-top: -29px;
    position: relative;
    z-index: 2;
}

.bg-dark {
    background-color: #20221f !important;
}

.form-control {
    background: #242424;
    border-color: #5e5d5d;
    color: #fff;
}

::placeholder {
    color: #fff !important;
}

label {
    color: #fff;
}

.container.forgotpassword,
.container.login {
    padding: 30px;
}

.form-floating > label {
    opacity: 0;
}

.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1rem;
    padding-bottom: 0.625rem;
    background: #242424;
    border-color: #fec007;
    color: #fff;
    outline: unset;
    box-shadow: unset;
}

    .form-floating > .form-control-plaintext ~ label,
    .form-floating > .form-control:focus ~ label,
    .form-floating > .form-control:not(:placeholder-shown) ~ label,
    .form-floating > .form-select ~ label {
        background: #242424;
        width: fit-content;
        height: fit-content;
        padding: 0px 0px;
        opacity: 1;
        left: 9px;
        top: -2px;
        opacity: 1;
    }

/* forgot password */
.grid {
    display: grid;
    grid-template-columns: 37.5% 62.4%;
}

.user-link {
    font-size: 22px;
    font-weight: 400;
}

.user-text {
    font-size: 20px;
    font-weight: 400;
}

a.link-light {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0px;
    color: #9B9797 !important;
    text-decoration: none;
    cursor: pointer;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: calc(2.7rem + 2px);
    line-height: 1.25;
}


/* autofill css */
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill,
input:-moz-autofill,
input:-internal-autofill-selected {
    box-shadow: 0 0 0 1000px #242424 inset !important;
    color: #fff !important;
    background-color: #242424 !important;
    -webkit-text-fill-color: #fff;
}

input:-internal-autofill-selected,
input:-internal-autofill-previewed {
    box-shadow: 0 0 0 1000px #242424 inset !important;
    color: #fff !important;
    background-color: #242424 !important;
    -webkit-text-fill-color: #fff;
}

label.error {
    color: #ff3c3a;
    font-size: 13px;
    font-weight: 500;
}

label.success {
    color: #50f200;
    font-size: 14px;
}

.form-floating > .form-control.error:focus {
    border-color: red;
}

.bg {
    background-image: url(../img/bg-set.gif);
    height: 100vh;
    width: 100%;
    background-position: right;
    background-size: cover;
}

.btn-moba {
    background: #479CC3 0% 0% no-repeat padding-box;
    border-radius: 3px;
    text-align: center;
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
}

    .btn-moba:hover,
    .btn-moba:focus,
    .btn-moba:active {
        background: #479CC3 0% 0% no-repeat padding-box !important;
        border-radius: 3px;
        text-align: center;
        letter-spacing: 0px;
        color: #FFFFFF !important;
        border: 1px solid #479CC3 !important;
        font-size: 16px !important;
        font-weight: 400;
    }

/* new */
.bg {
    background-image: url('../img/login.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow-y: auto;
    background-color: #ffffff;
    padding: 70px 79px;
    background-position: bottom;
}

.form-group {
    position: relative;
    margin-bottom: 0.25rem;
}

.login-form {
    background: #4f4f4f59 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 0;
    border-radius: 0px;
    width: 26%;
    display: flex;
    padding: 50px 20px;
    padding-bottom: 10px !important;
    justify-content: center;
    /* margin: 0 auto; */
    -webkit-backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

span.fa.fa-fw.field-icon.toggle-password.text-warning.fa-eye,
span.fa.fa-fw.field-icon.toggle-password.text-warning.fa-eye-slash {
    color: #636363 !important;
}

/* media query */
@media screen and (max-width: 880px) {



    .login-form {
        background: #4f4f4f59 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border: 0;
        border-radius: 0px;
        width: 100%;
        display: flex;
        padding: 20px;
        justify-content: center;
        /* margin: 0 auto; */
        -webkit-backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(8px);
    }
}
