body {
    font-family: "Montserrat", sans-serif !important;
}
.bgmulti1 {
    /* background-image: url("<?php echo base_url();?>/assets/img/bg2.webp") ; */
    background-image: url("../../../img/bg2.webp");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    background-position-x: center;
    box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.3);
    position: absolute;
}
.bgmulti2 {
    /* background-image: url("<?php echo base_url();?>/assets/img/bg3.png") ; */

    background-image: url("../../../img/bg3.png");
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    z-index: -1;
    background-size: cover;
    position: absolute;
}
@media only screen and (max-width: 992px) {
    .bgmulti1 {
        display: none;
    }
    .bgmulti2 {
        position: fixed;
    }
}
.txtwelcome {
    line-height: 0.5;
}
#btn-createAccount {
    letter-spacing: 0.2em;
}
.btn {
    text-transform: uppercase;
    letter-spacing: 0.125em;
}
.input-icons i {
    position: absolute;
}
.fa-eye-slash,
.fa-eye {
    /* padding-right: 6.8vw;
    padding-top: ; */
    top: 0;
    right: 0;
    cursor: pointer;
}
.input-icons input {
    padding-left: 6.375em;
    border-radius: 10px;
    padding-right: 2.975rem;
    height: 2.375rem;
}

.icon {
    padding: 0.625em 1.625em;
    color: #6a6a6a;
    min-width: 50px;
    text-align: center;
}
.input-icons {
    position: relative; /* ensure .borderleft can use absolute positioning */
}

.input-icons .borderleft {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; /* fills parent height */
    width: 12px;
    background-color: #0b42b7;
    border-radius: 10px 0 0 10px;
}

.card {
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    min-height: 27vh;
    min-width: 39vw;
    border-radius: 25px !important;
    padding: 12vh 6.75vw 12.5vh 6.375vw;
    border: none;
    /*padding: 3.875vh 6.75vw 3.75vh 6.375vw;
    */
}
.input-icons {
    position: relative;
}
input[type="text"],
input[type="password"] {
    font-size: 0.75em;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    /* position: relative; */
}
input[type="checkbox"]:checked {
    background-color: #0b42b7;
    border: #0b42b7;
}
.form-group > h6 {
    color: #0b42b7;
    letter-spacing: 0.25rem;
}
.middle,
a {
    font-size: 0.625rem;
    color: #0b42b7 !important;
    text-decoration: none !important;
}
.clearfix {
    clear: both;
    padding-top: 0.625rem;
}
a {
    text-decoration: none;
    cursor: pointer;
}
#login_submit,
.btn-primary-fill {
    background-color: #0b42b7;
    border: none;
    font-size: 0.6875rem;
}

@media (max-width: 312px) {
    .input-icons input {
        padding-left: 3.225rem;
        padding-right: 2rem;
    }
    .icon {
        padding-right: 0.225rem;
        padding-left: 1rem;
    }
}
