@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"),
        url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff)
            format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"),
        url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
            format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
        url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff)
            format("woff");
}

body {
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
}

p {
    color: #b3b3b3;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", sans-serif;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

a:hover {
    text-decoration: none !important;
}

.content {
    padding: 7rem 0;
}

h2 {
    font-size: 20px;
}

.half,
.half .container > .row {
    height: 100vh;
    min-height: 700px;
}

.fade {
    background: rgb(38 38 38 / 50%);
}

@media (max-width: 991.98px) {
    .half .bg {
        height: 200px;
    }
}

.half .contents {
    background: var(--PRIMARY20);
}

.half .contents,
.half .bg {
    width: 50%;
}

@media (max-width: 991.98px) {
    .bg {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .half .contents,
    .half .bg {
        width: 100%;
    }
}

.mb-7,
.my-7 {
    margin-bottom: 5rem !important;
}

.half .contents .form-control,
.half .bg .form-control {
    border-color: var(--SECONDARY20);
    border-radius: 5px;
    height: 49px;
    background: var(--PRIMARY10);
}

.half .contents .form-control:active,
.half .contents .form-control:focus,
.half .bg .form-control:active,
.half .bg .form-control:focus {
    outline: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.half .bg {
    background-size: cover;
    background-position: right;
}

.half a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--PRIMARY50);
}

.half .btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
}

.half .forgot-pass {
    position: relative;
    top: 2px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

.control .caption {
    position: relative;
    top: 0.2rem;
    color: #888;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #fb771a;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #fb8633;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator:after {
    font-family: "icomoon";
    content: "\e5ca";
    position: absolute;
    display: none;
    font-size: 16px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.control input:checked ~ .control__indicator:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
    background-color: #7e0cf5;
    opacity: 0.2;
}

.btn-ky-warning {
    color: #fff;
    background-color: var(--SECONDARY50);
    border-color: var(--SECONDARY50);
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    align-items: center;
    text-align: center;
}

.btn-ky-warning:hover {
    color: #fff;
    background-color: var(--SECONDARY50);
    border-color: var(--SECONDARY50);
}

.font-white {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.font-title {
    color: var(--PRIMARY50);
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    font-family: "Open Sans", sans-serif;
}

.font-subtitle {
    color: var(--PRIMARY50);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    font-family: "Open Sans", sans-serif;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    height: 100px;
}

.text-army {
    color: var(--NEUTRAL10) !important;
    font-size: 15px;
    line-height: 24px;
}

.icon-div {
    position: relative;
}

.btn-show-pass3,
.btn-show-pass2,
.btn-show-pass {
    z-index: 1;
    font-size: 22px;
    color: var(--PRIMARY50);
    align-items: center;
    position: absolute;
    height: 100%;
    top: 12px;
    right: 13px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

input#emailforgotpassword:-webkit-autofill,
input#emailforgotpassword:-webkit-autofill:hover,
input#emailforgotpassword:-webkit-autofill:focus,
input#emailforgotpassword:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: black !important;
    font-size: 15px;
    line-height: 24px;
    caret-color: var(--NEUTRAL10);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: var(--NEUTRAL100) !important;
    font-size: 15px;
    line-height: 24px;
    caret-color: var(--NEUTRAL10);
}

.was-validated {
    border-color: var(--RED60) !important;
    padding-right: unset;
}

label.was-validated {
    color: var(--RED60);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

/*  ============================================================================================================================================= */
/* 
    FORM CONTROL  
*/
/*  ============================================================================================================================================= */

.form-control {
    height: 49px;
    border: 1px solid var(--SECONDARY20);
}

.form-control::-webkit-input-placeholder {
    color: var(--SECONDARY20);
    opacity: 1;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.form-control:-ms-input-placeholder {
    color: var(--SECONDARY20);
    opacity: 1;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.form-control::-ms-input-placeholder {
    color: var(--SECONDARY20);
    opacity: 1;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.form-control::placeholder {
    color: var(--SECONDARY20);
    opacity: 1;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: var(--RED70) !important;
}

/*  ============================================================================================================================================= */
/* 
    BACKGROUND COLOR
*/
/*  ============================================================================================================================================= */

.bg-PRIMARY-50 {
    background-color: var(--PRIMARY50) !important;
}

.bg-custom-light {
    background: var(--PRIMARY20);
    backdrop-filter: blur(50px);
}

.btn-brownis {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}

.modal-footer {
    justify-content: center;
    border-top: unset;
}

.bg-custom-auth {
    background: linear-gradient(to right, #083f69, #12242c);
}
