html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Manrope', sans-serif !important;
}

html,
body {
    scroll-behavior: smooth;
}

ol,
ul {
    list-style: none;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container,
.container-fluid {
    padding: 0;
}

    .container .row,
    .container-fluid .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }

input,
textarea {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

input,
textarea,
select,
button,
a {
    font-family: 'Manrope', sans-serif !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.login-banner {
    overflow: hidden;
    position: relative;
}

.login-banner-content {
    position: absolute;
    right: 0;
    top: 0%;
    width: 40%;
}

    .login-banner-content h2 {
        font-weight: 600;
        font-size: 50px;
        color: #fff;
        margin-bottom: 30px;
        line-height: 68px;
        text-align: center;
    }

.login-sec-box {
    border-radius: 5px;
    margin-bottom: 20px;
}

.login-box {
    margin-top: 0px;
    width: 352px;
    position: absolute;
    top: 16px;
    right: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-sizing: border-box;
}
/*.login-box {
    margin-top: 0px;
    width: 460px;
    position: absolute;
    top: 16px;
    right: 106px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-sizing: border-box;
}*/

.copyRight-text {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    margin-top: 15px;
}

.login-box h1 {
    font-weight: 600;
    font-size: 50px;
    color: #252525;
}

.login-box .form-cont {
    margin-top: 0px;
}

.login-box img {
    display: block;
    width: 100%;
}

.login-box .form-cont input, .login-box .form-cont textarea, .login-box .form-cont select {
    width: 100% !important;
    padding: 25px 25px 0;
    margin: 0px 0 -2px !important;
    color: #000;
    font-weight: 400;
    font-size: 14px !important;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: -webkit-focus-ring-color auto 0px;
    background: #fff;
    border: 2px solid #d8d8d8;
    position: relative;
    height: 55px;
    /* margin-bottom: 0 !important; */
}

.login-box .form-cont .eye-icon {
    position: absolute;
    top: 54%;
    right: 12px;
    transform: translateY(-50%);
}

    .login-box .form-cont .eye-icon .show-pass {
        position: static;
    }

.section-area .form-cont i {
    position: absolute;
    top: 32px;
    right: 20px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 6px;
    transform: rotate(45deg);
}

.login-box .form-cont input::placeholder, .login-box .form-cont textarea::placeholder {
    color: #39364e;
}

.login-box .form-cont textarea {
    min-height: 110px;
    resize: none;
}

.login-box .form-cont input:focus {
    /*top: -5px;*/
}

.login-box .form-cont .cont-sub-btn {
    padding: 12px 40px;
    background: #2e3184;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    text-align: center;
    display: block;
    width: max-content;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    border: 2px solid #2e3184;
    box-sizing: border-box;
    letter-spacing: 3px;
}

    .login-box .form-cont .cont-sub-btn:hover {
        background: transparent;
        color: #2e3184;
        border: 2px solid #2e3184;
    }

. /*login-box .form-cont button.cont-sub-btn {
    padding: 10px 30px;
    background: #f19f0f;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid transparent;
    margin-top: 20px;
    box-sizing: border-box;
}

    .login-box .form-cont button.cont-sub-btn:hover {
        background: transparent;
        color: #f19f0f;
        border: 2px solid #f19f0f;
    }*/
.login-box .form-cont input::placeholder, .login-box .form-cont textarea::placeholder {
    color: #575757;
}

.login-box *:before, .login-box *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.login-box .new {
    padding: 50px;
}

.login-box .form-group {
    display: block;
    margin: 10px 0 0px;
}

    .login-box .form-group a {
        float: right;
        font-weight: 400;
        color: #f19f0f;
        text-decoration: none;
    }

    .login-box .form-group.bot-link a {
        float: unset;
    }

    .login-box .form-group.bot-link {
        text-align: right;
        margin-top: 10px;
    }

    .login-box .form-group p {
        float: right;
        color: #39364e;
        font-weight: 700;
    }

    .login-box .form-group a:hover {
        text-decoration: underline;
    }

    .login-box .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .login-box .form-group label {
        position: relative;
        cursor: pointer;
        font-weight: 400;
        float: right;
        margin-top: 12px;
        font-size: 18px;
    }

        .login-box .form-group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #2e3184;
            box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
            padding: 8px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 10px;
        }

    .login-box .form-group input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: 7px;
        width: 6px;
        height: 10px;
        border: solid #2e3184;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.login-box .fgroup label {
    left: 25px;
}

.login-banner-img {
    height: 100vh;
    overflow: hidden;
}

    .login-banner-img img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

.fgroup.used label, .fgroup input:focus ~ label, .fgroup input.used ~ label, .fgroup input.used ~ label, .fgroup input.inused ~ label, .fgroup textarea:focus ~ label, .fgroup textarea.used ~ label, .fgroup textarea.inused, .fgroup select:focus ~ label, .fgroup select.used ~ label, .fgroup select.inused ~ label {
    top: 0px;
    left: 22px;
    background: #fff;
    color: #39364e;
    padding: 3px;
    font-size: 16px;
    outline: none;
}

.fgroup label {
    position: absolute;
    top: 13px;
    /*    left: 14px;*/
    left: 5px;
    transition: all 0.3s;
    pointer-events: none;
    padding: 0px;
    font-weight: 400;
    font-size: 18px;
    color: #39364e;
    display: revert;
    text-transform: none;
}

.fgroup {
    position: relative;
    text-align: left; /*  margin-bottom: 20px;*/
    width: 100%;
}

.show-pass {
    position: absolute;
    top: 16px;
    right: 25px;
    cursor: pointer;
}

.mar-bot-40 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

    .mar-bot-40 .col-sm-6.col-lg-6 {
        padding: 0px;
    }

a.forgot-pass {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    float: left;
    text-transform: none;
    border-bottom: 1px solid #000;
    line-height: 22px;
    margin: 12px 0;
}

.fgroup.bor-left {
    position: relative;
}

    .fgroup.bor-left:before {
        position: absolute;
        content: '';
        width: 5px;
        height: 96%;
        background: #2e3184;
        top: 1px;
        left: 1px;
        z-index: 1;
    }
/*******************************************/
@media(max-width: 575px) {
    .login-box {
        width: 90%;
    }

    .mar-bot-40 {
        flex-direction: column;
    }

    .switches-container {
        margin: 0 auto 20px;
        float: left;
    }
}
