:root {
    --bs-body-font-size: 13px;
}
body {
    font-family: Montserrat, sens-serif;
    font-weight: 400;
    color: #000000;
}
.page-wrapper {
    height: 100vh;
    background-image: url(../../images/login_bg_pattern_gray.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #73abe2;
}
.mandatory {
    color: #E91E63;
}
.card.card-login {
    width: 860px;
    height: 540px;
    border-radius: 24px;
    border: 7px solid #da7f03;
    background-color: transparent;
    overflow: hidden;
}
.card-login .row {
    height: 100%;
}
.card-login .first {
    background-color: rgb(0 0 0 / 75%);
    background-color: rgb(255 255 255 / 100%);
    background-color: #fff;
}
.card-login .second {
    background-color: rgb(255 229 10 / 100%);
    background-image: url(../../images/login_banner_img3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.card-login .second:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 60%);
}
.card-form, .card-testimonials {
    height: 100%;
    border-radius: 0;
    border: 0;
}
.card-testimonials {
    background-color: transparent;
}
.card-login .card-header, .card-login .card-body, .card-login .card-footer {
    padding-left: 50px;
    padding-right: 50px;
    background-color: transparent;
    border-radius: 0;
    border: 0;
}
.card-login .card-header {
    padding-top: 40px;
    padding-bottom: 30px;
}
.card-testimonials .card-header {
    padding-bottom: 90px;
}
.card-login .card-body {
    padding-top: 20px;
    padding-bottom: 20px;
}
.card-login .card-footer {
    padding-top: 30px;
    padding-bottom: 40px;
}
.gosling-logo {
    width: 210px;
}
.mk-logo {
    max-width: 66px;
}
.testimonials-heading {
    margin: 0;
    padding: 0 20px 30px;
    text-align: center;
    color: #fff;
    line-height: 1.6;
}
.testimonials-heading span {
    display: block;
}
.testimonials-heading .large {
    font-size: 30px;
    font-weight: 800;
    text-shadow: 0 0 8px rgb(0 0 0 / 50%);
}
.testimonials-heading .small {
    font-size: 12px;
}
.testimonials-carousel .carousel-item {
    padding: 0 50px;
}
.testimonials-text {
    background-color: rgb(255 255 255 / 70%);
    /* padding: 15px; */
    border-radius: 6px;
    color: #000;
    overflow: hidden;
}
.testimonials-text p {
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
}
.testimonials-text h6 {
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    text-align: right;
    color: #0930a4;
}
.carousel-banner {
    display: block;
    max-width: 100%;
}
.cdual-header {
    margin-bottom: 30px;
}
.cdual-header h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 3px;
}
.cdual-header p {
    color: #868686;
}
.form-group.outline {
    border: 1px solid #dcdcdc;
    overflow: hidden;
    padding: 5px 40px 5px 15px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    margin-bottom: 16px;
}
.form-group.mb-small {
    margin-bottom: 8px;
}
.form-group.outline:hover {
    border-color: #b0b0b0;
}
.form-group.outline.input-focus {
    border-color: #da7f03;
}
.form-group.outline label {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 10px;
    color: #999999;
    font-weight: 600;
}
.form-group.outline .form-control {
    border: 0;
    padding: 0;
    border-radius: 0;
    line-height: 2;
    font-weight: 500;
    box-shadow: none;
    outline: none;
}
.fgroup-sign {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #b0b0b0;
    transform: translateY(-50%);
}
.has-value .fgroup-sign {
    background-color: green;
    border-color: transparent;
}
.fgroup-sign:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 5px;
    top: 6px;
    transform: rotate(-35deg);
    opacity: 0;
}
.has-value .fgroup-sign:before {
    opacity: 1;
}
.card-form .btn-submit {
    width: 100%;
    display: block;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 600;
}
.btn-primary {
    --bs-btn-color: #232323;
    --bs-btn-bg: #ffe50a;
    --bs-btn-border-color: #ffe50a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #da7f03;
    --bs-btn-hover-border-color: #da7f03;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #da7f03;
    --bs-btn-active-border-color: #da7f03;
}
.btn-resend {
    color: #da7f03;
    text-decoration: none;
    font-weight: 500;
}
.btn-resend:hover {
    color: #da7f03;
    text-decoration: underline;
}
.fgroup-title {
    font-size: 14px;
    color: #424242;
    text-align: center;
}
.fgroup-title strong {
    color: #000000;
    font-weight: 700;
}