@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
    font-family: "Montserrat", sans-serif;
    background: #ffffff;
    /* overflow-x: hidden; */
}

.overflowSection {
    overflow: hidden;
}

:root {
    --Primary: #460182;
    --Secondary: #5841ee;
    --Yellow: #fbc011;
    --Black: #0d0d0d;
    --White: #ffffff;
}

a,
input,
button,
textarea {
    outline: none !important;
}

a {
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}

.login-main .btn {
    cursor: pointer;
    border-radius: 40px;
    display: inline-block;
    /* padding: 24px; */
    padding: 10px;
    text-decoration: none;
    font-family: "Kumbh Sans";
    font-size: 15px;
    font-weight: 600;
    line-height: 24.8px;
    text-align: center;
    color: var(--Black);
    transition: 0.2s;
    position: relative;
    z-index: 99;
    background-color: var(--Yellow);
    border: none;
    text-transform: uppercase;
}

.login-main .btn:hover {
    color: var(--White);
    background-color: var(--Black);
}

button.link {
    font-family: "Kumbh Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 24.8px;
    color: var(--Secondary);
    border: none;
    background: transparent;
    text-transform: uppercase;
    padding: 20px;
    border-radius: 40px;
}

button.link:hover {
    background: var(--Yellow);
}

p {
    color: #4c4c6e;
    font-size: 16px;
    line-height: 28px;
}

.btn-blue {
    font-size: 14px;
    line-height: 14px;
    background: #2489FF;
    color: #ffffff;
    border-radius: 6px !important;
    padding: 10px;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.main-title {
    font-size: 44px;
    font-weight: 600;
    line-height: 53.64px;
    color: var(--White);
    padding: 0 0 44px;
}

.main-title * {
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.main-title span {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    display: block;
    color: var(--White);
}

.section-title {
    font-size: 34px;
    font-weight: 600;
    line-height: 41.45px;
    color: var(--Black);
    padding: 0 0 30px;
    text-transform: capitalize;
}

.section-title * {
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.section-title span {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    display: block;
    color: var(--White);
}

.sub-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    color: var(--White);
    padding: 0 0 24px;
    text-transform: capitalize;
}

.sub-title * {
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.white-title {
    color: var(--White);
}
.navbar-brand {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex: 1;
}

.navbar-brand img {
    width: 50px;
    border-radius: 6px;
}

.navbar-brand h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    margin: 0;
    color: var(--Black);
    margin-left: 12px;
}

.header {
    padding: 0 20px;
}

.navbar-brand h6 span {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    margin: 0;
    color: var(--Black);
    display: block;
}


.login-page {
    background: url("../images/main-bg.svg");
    /* height: 100vh;
	max-height: 100vh; */
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background: linear-gradient(180deg, #38569B 0%, #192D5C 100%) !important;
}

.login-box {
    /* background: var(--Primary);
    box-shadow: 0px 30px 50px 0px #00000033;
    padding: 50px;
    border-radius: 50px 0px 0px 50px; */
}

.login-main .form-group {
    margin: 0 0 24px;
}

.login-main .form-control {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 20px;
    font-family: "Kumbh Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 22.32px;
    color: var(--Black);
    height: 70px;
}

.login-main .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--Black);
}

.login-main .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--Black);
}

.login-main .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--Black);
}

.login-main .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: var(--Black);
}

.login-main {
    /* height: 100%; */
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 40px 0;
    justify-content: center;
}

.login-main .container {
    max-width: 1000px;
}

.logo-box {
    background: #ffffff;
    padding: 31px 50px;
    min-height: 764px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box .link {
    font-family: "Kumbh Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 19.84px;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
}

.login-box .link:hover {
    color: #fbc011;
}

.forgot-link {
    margin-top: -14px;
}

.login-main .row {
    align-items: center;
}

.logo-box .navbar-brand {
    display: block;
    text-align: center;
}

.logo-box .navbar-brand h6 span {
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    display: block;
    margin: 10px 0 0;
}

.logo-box .navbar-brand h6 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
}

.login-box .btn {
    display: block;
    width: 100%;
}

.login-box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    margin: 0;
    color: var(--White);
    text-align: center;
}

.form-group label {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    display: block;
    color: #242424;
    color: #fff;
    margin: 0 0 12px;
    text-transform: capitalize;
}

.register-main .login-box {
    border-radius: 50px;
}

.register-main .logo-box {
    border-radius: 0 50px 50px 0;
}

.password-toggle {
    display: flex;
    align-items: center;
}

.main-body {
    background: linear-gradient(180deg, #38569B 0%, #192D5C 100%);
}

.logo-block h6 span {
    color: #FFF;
    font-size: 24px;
    display: block;
    font-weight: 400;
    line-height: 24px;
}

.logo-block .navbar-brand img {
    width: auto !important;
    box-shadow: 3px 3px 6.4px 0 rgba(0, 0, 0, 0.25);
}

.logo-block .navbar-brand {
    display: block;
}

.logo-block h6 {
    font-size: 64px;
    line-height: 64px;
    color: #FFF;
    margin: 0 0 16px;
    display: block;
}

.login-form {
    padding: 0;
}

.login-main .row {
    margin: 0 -68px;
}

.login-main .container {
    max-width: 877px;
    margin: 0 auto;
}

.login-main [class*=col-] {
    padding: 0 68px;
}

.login-main [class*=col-]:last-child {
    max-width: 45.8%;
    flex: 0 0 45.8%;
}

.login-main [class*=col-]:first-child {
    max-width: 54.2%;
    flex: 0 0 54.2%;
}

.login-box {
    padding: 0;
}


.user-title p {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.login-main .form-group .icheck-primary>input:first-child:checked+input[type=hidden]+label::before,
.login-main .form-group .icheck-primary>input:first-child:checked+label::before {
    background-color: #fbc011;
    border-color: #fbc011;
}
.login-main .form-group .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.login-main .form-group .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before,
.login-main .icheck-primary>input:first-child:not(:checked):not(:disabled):focus+input[type=hidden]+label::before,
.login-main .icheck-primary>input:first-child:not(:checked):not(:disabled):focus+label::before,
.login-main .form-group .icheck-primary>input:first-child:hover+input[type=hidden]+label::before ,
.login-main .form-group .icheck-primary>input:first-child:focus+input[type=hidden]+label::before {
    border-color: #fbc011;
}