@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;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Rajdhani'; */
}

body {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffcc00;
    font-family: 'Rajdhani';
}

::selection {
    color: #fff;
    background: #ffcc00;
}

.mobalogo {
    max-width: 146px;
    max-height: 54px;
    padding: 4px;
}

.login-box,
.register-box {
    width: 235px !important;
}

.btn {
    background: #e5ce82!important;
    font: inherit;
    line-height: 1;
/*    margin-top: 1.3em;*/
    height: 50px !important;
    width: 50px !important;
    border-radius: 100px !important;
    color: #3c3c3b !important;
    border-color: #e5ce82 !important;
}

.btn:hover {
    background-color: white !important;
    transition-duration: 0.2s;
    color: #3c3c3b !important;
}

.arrow-login {
    font-size: 25px;
}

.bg {
    height: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#bg {
    position: fixed;
    top: 0;
    left: 0 !important;
    height: 100% !important;
}

.bgwidth {
    width: 100% !important;
}

.bgheight {
    height: 100% !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffffde !important;
    background-clip: border-box;
    border-radius: 0rem !important;
    border: 0.2px solid #e1e1e1;
}

.login-card-body,
.register-card-body {
    background-color: #fff !important;
    border-top: 0;
    padding: 0px;
    border-radius: 0rem;
}

.responsive {
    width: 100%;
    height: auto;
}

.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
    background-color: #24305d !important;
   /* background-color: #ffcc00 !important;*/
    border-bottom-right-radius: .25rem;
    border-left: 0;
    border-top-right-radius: .25rem;
    color: #e5ce82 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.login-logo,
.register-logo {
    font-size: 2.1rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: .9rem !important;
 /*   padding-top: 50px;*/
}

.a_link_for {
    color: #3c3c3b;
    text-align: end;
    text-decoration: none;
}

.a_link_for:hover {
    color: #ffcc00;
}

form.login_form {
    padding: 5px 18px 25px 18px;
}

.login-logo a,
.register-logo a {
    color: #495057
}

.login-page,
.register-page {
    -ms-flex-align: center;
    align-items: center;
    background: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center
}

.login-box,
.register-box {
    width: 360px
}


/*form and validation css*/

.wrapper {
    width: 380px;
    padding: 40px 30px 50px 30px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}

.wrapper header {
    font-size: 35px;
    font-weight: 600;
}

.wrapper form {
    margin: 40px 0;
}

form .field {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

form .field.shake {
    animation: shake 0.3s ease-in-out;
}

@keyframes shake {
    0%,
    100% {
        margin-left: 0px;
    }
    20%,
    80% {
        margin-left: -12px;
    }
    40%,
    60% {
        margin-left: 12px;
    }
}

form .field .input-area {
    height: 50px;
    width: 100%;
    position: relative;
}

form input {
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0px 0px 0px 36px;
    font-size: 18px;
    background: none;
    caret-color: #ffcc00;
    border-radius: 0px;
    border: unset;
    border-bottom: 1px solid #9B9990;
    transition: all 0.2s ease;
    color: #fff;
}

form .field input:focus,
form .field.valid input {
    border-color: #ffcc00;
}

form .field.shake input,
form .field.error input {
    border-color: #dc3545;
}

.field .input-area i {
    position: absolute;
    top: 50%;
    font-size: 18px;
    pointer-events: none;
    transform: translateY(-50%);
}

.input-area .icon {
    left: 0px;
    color: #bfbfbf;
    transition: color 0.2s ease;
}

.input-area .error-icon {
    right: -22px;
    color: #dc3545;
}

form input:focus~.icon,
form .field.valid .icon {
    color: #ffcc00;
}

form .field.shake input:focus~.icon,
form .field.error input:focus~.icon {
    color: #bfbfbf;
}

form input::placeholder {
    color: #bfbfbf;
    font-size: 17px;
}

form .field .error-txt {
    color: #dc3545;
    text-align: left;
    margin-top: 5px;
    position: absolute;
    font-size: 13px;
}

form .field .error {
    display: none;
}

form .field.shake .error,
form .field.error .error {
    display: block;
}

.field.valid.true .checkmark {
    display: block;
    right: -22px;
}

form .pass-txt {
    text-align: left;
    margin-top: -10px;
}

.wrapper a {
    color: #ffcc00;
    text-decoration: none;
}

.wrapper a:hover {
    text-decoration: underline;
}

form input[type="submit"] {
    height: 50px;
    margin-top: 30px;
    color: #fff;
    padding: 0;
    border: none;
    background: #ffcc00;
    cursor: pointer;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

form input[type="submit"]:hover {
    background: #2c52ed;
}

.btn_trans:hover,
.btn_trans:focus,
.btn_trans:active {
    background: #fff !important;
    color: #fff !important;
    border-radius: 3px !important;
    width: 100px !important;
    position: absolute;
    right: 0px;
    box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #ffcc00;
}

i#togglePassword {
    position: absolute;
    right: 0px;
    top: 14px;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: none;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: absolute;
    top: 17px;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}


/*end*/

.login-card-body,
.register-card-body {
    background: #fff;
    border-top: 0;
    color: #666;
  /*  padding: 20px*/
}

.login-card-body .input-group .form-control,
.register-card-body .input-group .form-control {
    border-right: 0
}

.login-card-body .input-group .form-control:focus,
.register-card-body .input-group .form-control:focus {
    box-shadow: none
}

.login-card-body .input-group .form-control:focus~.input-group-append .input-group-text,
.register-card-body .input-group .form-control:focus~.input-group-append .input-group-text {
    border-color: #80bdff
}

.login-card-body .input-group .form-control.is-valid:focus,
.register-card-body .input-group .form-control.is-valid:focus {
    box-shadow: none
}

.login-card-body .input-group .form-control.is-valid~.input-group-append .input-group-text,
.register-card-body .input-group .form-control.is-valid~.input-group-append .input-group-text {
    border-color: #28a745
}

.login-card-body .input-group .form-control.is-invalid:focus,
.register-card-body .input-group .form-control.is-invalid:focus {
    box-shadow: none
}

.login-card-body .input-group .form-control.is-invalid~.input-group-append .input-group-text,
.register-card-body .input-group .form-control.is-invalid~.input-group-append .input-group-text {
    border-color: #dc3545
}
input.form-control {
    border: unset;
    height: 35px;
}
.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    background-color: transparent;
    border-bottom-right-radius: 0px;
    border-left: 0;
    border-top-right-radius: 0px;
    color: #777;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: none;
    height: 35px;
    border-radius: 0px;
}.input-group{
    border: 1px solid #24305d !important;
}
.forgot_link{
    border: none !important;
}
.login-box-msg,
.register-box-msg {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center
}

.social-auth-links {
    margin: 10px 0
}

.error-page {
    margin: 20px auto 0;
    width: 600px
}

.error-page>.headline {
    float: left;
    font-size: 100px;
    font-weight: 300
}

.error-page>.error-content {
    display: block;
    margin-left: 190px
}

.btn_trans {
    background: #fff !important;
    color: #fff !important;
    border-radius: 3px !important;
    width: 100px !important;
    position: absolute;
    right: 0px;
}
.login-logo_sec {
    background: #24305d;
    padding-right: 15px;
}



/*resposive  css start*/

@media (max-width:767.98px) {
    .error-page {
        width: 100%
    }
    .error-page>.headline {
        float: none;
        text-align: center
    }
    .error-page>.error-content {
        margin-left: 0
    }
    div#bg {
    background: #ebebeb !important;
}
}

@media (max-width:576px) {
    .login-box,
    .register-box {
        margin-top: 20px;
        width: 90%
    }
}

button.btn img {
    height: 29px;
}
/*responsive  css end*/