body {
    color: #000;
    font-family: 'Poppins', sans-serif;
    background: #eff3fe;
}

.login-page > .container {
    min-height: 0
}

.white-bg {
    background: #301e68 ;
    border-radius: 24px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.24);
    border: 15px solid #ffffff;
    background-size: contain;
    height: 100%;
    padding: 2% 0 3% 0%;
    margin: 0 auto;
    ms-flex: 0 0 90.3%;
    flex: 0 0 90.3%;
    max-width: 90.3%;
}
@media screen and (max-width:991px) {
    .login-page > .container {
        max-width: none
    }
}

.login-page .panel {
    height: auto;
    border-radius: 0;
    margin: 0px 50px
}

.login-page .register {
    height: auto;
    border-radius: 0;
    margin: 0px 150px
}

@media screen and (max-width:767px) {
    .login-page .panel {
        margin: 10px
    }
}

.login-page .panel .form-group:last-child {
    margin-bottom: 1.5rem
}

.login-page .register .panel-form {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 5rem 2.2rem 5rem 1.4rem;
    min-height: 490px;
}

.login-page .panel-form {
    width: 84%;
    margin: 0 auto;
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 35%);
    margin-bottom: 90px;
}

.login-page .form-title {
    margin: 1rem 0px;
    font-weight: 600;
    color: #000000;
    font-size: 18px;
}

.login-page .panel-body p {
    font-size: 12px;
    color: #838ba9;
    margin: 0px;
}

.login-page .form-title .thin {
    font-weight: 400;
    color: #222;
}

.login-page .form-group {
    font-size: 13px
}

    .login-page .form-group label {
        font-weight: 500
    }


.login-page .form-group-btns .btn {
    margin-top: 5px;
    margin-bottom: 5px
}



@media screen and (max-width:767px) {
    .login-style > .container {
        padding: 0
    }
}

.login-style .panel {
    position: relative;
    z-index: 2;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat
}

@media screen and (max-width:991px) {
    .login-style .panel {
        background-size: cover
    }
}

@media screen and (max-width:767px) {
    .login-style .panel {
        background-image: none !important
    }
}

.login-style .form-group {
    font-size: 13px
}

    .login-style .form-group label {
        font-weight: 500;
        font-size: 14px;
    }


.field-group.field-group-vertical {
    flex-direction: column
}

    .field-group.field-group-vertical > .form-group:not(:first-child) {
        margin-top: -1px
    }



.field-group-lg .input-group > .custom-select, .field-group-lg .input-group > .form-control:not(textarea) {
    height: 55px
}

.field-group-lg .input-group > .input-group-append > .btn, .field-group-lg .input-group > .input-group-append > .input-group-text, .field-group-lg .input-group > .input-group-prepend > .btn, .field-group-lg .input-group > .input-group-prepend > .input-group-text {
    min-width: 50px;
    text-align: center;
    justify-content: center;
}

.field-group > .form-group {
    position: relative;
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 25px;
}

.form-control, .bootstrap-tagsinput {
    color: #636b96;
    font-size: 14px;
    padding: 8.5px .92rem;
    height: 40px;
}

.form-control {
    font-size: 13px;
    padding: 22px 15px;
    color: #301e68;
    transition: border-color .15s ease-in-out,box-shadow 0s ease-in-out;
    -webkit-box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 30%);
}


.btn-group-lg > .btn, .btn-lg {
    line-height: 1.5;
    border-radius: .3rem;
    font-size: 14px;
    padding: .6rem 1.5rem;
    font-weight: 400;
}

.panel {
    height: calc(100% - 24px);
    background-color: #fff;
    border-radius: 3px;
    border: 0;
    box-shadow: 0 4px 6px rgba(51,51,51,0.31);
    box-shadow: 0 1px 3px rgba(51,51,51,0.15);
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    border-radius: 3px;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.input-group-text {
    border: 1px solid #e2e5ec;
    padding: 6px 12px;
    font-size: .92rem;
    font-weight: 400;
    color: #6c7ca9;
    background-color: #f3f7ff;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    color: #0121a8 !important;
    font-weight: 400;
}

.input-group .input-group-text svg {
    width: 15px;
}

.icon-color {
    color: #6f7892 !important;
}

.bg-dark-yellow {
    background-color: #ffcf00;
    position: relative;
    z-index: 99;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.btn-primary {
    color: #fff;
    background-color: #21358b;
    border-color: #21358b;
}

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #21358b;
        border-color: #21358b;
    }

.btn-blue {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background-color: #311e69;
    border-color: #311e69;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(130, 141, 183, 0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(130, 141, 183, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(130, 141, 183, 0.3);
    min-width: 130px;
    text-align: left;
    padding: 0.6rem 0.6rem;
    border-radius: 8px;
}

    .btn-blue span {
        vertical-align: baseline;
        display: inline-block;
        float: right;
    }

.custom-control-label::before {
    border-color: #b6e2f4;
    border-radius: 0px;
}

.form-group a {
    color: #4100ff;
    font-weight: 500;
    text-decoration: underline;
}

.btn-blue:hover {
    background: #741cc1 !important;
    border-color: #741cc1 !important;
    color: #ffffff;
}

.forgot {
    color: #311e69 !important;
    font-size: 12px;
    text-decoration: none !important;
}

.bot-text {
    border-top: 1px solid #dadce5;
    margin-top: 25px;
    padding-top: 15px;
}

.fot-text {
    position: absolute;
    left: 30px;
    bottom: -6px;
    font-size: 27px;
    color: #301e68;
    font-weight: 700;
    font-style: italic;
}

.floating-label {
    position: absolute;
    top: 7px;
    left: 0;
    user-select: none;
    z-index: 1500;
    margin-bottom: 0px;
}

/* Hide the browser-specific focus styles */

.floating-label-field {
    color: rgba(44, 62, 80, .75);
    border-width: 0;
    z-index: 10;
}

    .floating-label-field:focus {
        outline: 0;
        box-shadow: 0;
    }

    .floating-label-field::placeholder {
        color: rgba(44, 62, 80, .5);
    }

/* Make the label and field look identical on every browser */
.floating-label,
.floating-label-field {
    font: inherit;
    line-height: 1;
    display: block;
}

.floating-label-field,
.floating-label-wrap {
    position: relative;
    min-width: 100%;
}

    .floating-label-wrap span {
        height: 34px;
        font-size: 13px !important;
    }

/* Input Style #1 */
.floating-label-field--s1 {
    transition: border-color .25s ease-in-out;
    color: #301e68 !important;
    border-bottom: 2px solid #776c9f !important;
    background-color: transparent !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding-left: 0px !important;
}

    .floating-label-field--s1 + .floating-label {
        transition: transform .25s, opacity .25s ease-in-out;
        transform-origin: 0 0;
        opacity: 1;
        color: #301e68 !important;
        font-size: 13px;
    }

    .floating-label-field--s1:focus,
    .floating-label-field--s1:not(:placeholder-shown) {
        border-color: rgba(255, 255, 255, .1);
    }

        .floating-label-field--s1:focus + .floating-label,
        .floating-label-field--s1:not(:placeholder-shown) + .floating-label {
            transform: translate(.25em, -30%) scale(.8);
            opacity: 1;
            color: #311e69 !important;
            margin-left: -3px;
            font-style: italic;
            margin-top: -12px;
            font-weight: 400;
        }

    .floating-label-field--s1:valid:not(:placeholder-shown) {
        border-color: rgba(46, 213, 115, .3);
    }

    .floating-label-field--s1:invalid {
        border-color: rgba(255, 71, 87, .3);
    }

    .floating-label-field--s1 + .floating-label, .floating-label-field--s2 + .floating-label {
        z-index: 1500;
    }

    /* Common Styles */
    /* Identical inputs on all browsers */
    .floating-label-field--s1:not(textarea),
    .floating-label-field--s2:not(textarea),
    .floating-label-field--s3:not(textarea) {
        max-height: 4em;
    }

    .floating-label-field--s1,
    .floating-label-field--s1 + .floating-label,
    .floating-label-field--s2,
    .floating-label-field--s2 + .floating-label {
        padding: 10px 0px 7px 0px;
    }

        .floating-label-field--s1 + .floating-label, .floating-label-field--s2 + .floating-label {
            z-index: 1500;
        }

        .floating-label-field--s1::placeholder,
        .floating-label-field--s3::placeholder {
            color: transparent;
        }

.floating-label-wrap input:-webkit-autofill,
.floating-label-wrap input:-webkit-autofill:hover,
.floating-label-wrap input:-webkit-autofill:focus,
.floating-label-wrap input:-webkit-autofill:active {
    background-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
    color: #301e68 !important;
}

.login-shape {
    background: #ffffff;
    height: 50px;
    padding: 20px;
    border-radius: 0px 54px 0px 0px;
    position:relative;
}
.right-shape {
    background: transparent;
    height: 50px;
    padding: 20px;
    border-radius: 63px 0px 0px 0px;
}
.light_logo {
    bottom: -24px !important;
    z-index:9;
}