@font-face {
    font-family: "MontserratMedium";
    src: url("/fonts/Montserrat-Medium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "MontserratBold";
    src: url("/fonts/Montserrat-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
body.login-page {
    background: linear-gradient(
        134deg,
        /* #7aa8fd,
        #fff 50%,
        #ffffff 70%,
        #fad88b */
    );
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: "Poppins", sans-serif;
}
body.login-page .card-primary.card-outline .card-body {
    border-top: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 12px 12px;
}
body.login-page .card-header {
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    background: #fff;
    padding-top: 30px;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal;
}
/* .login-card-body
    .input-group
    input[type="password"]
    + .input-group-append
    span.fas.fa-lock:before {
    content: "\f084";
} */
[class*="icheck-"] > input:first-child + label::before {
    border-radius: 3px;
    width: 15px;
    height: 15px;
    margin-left: -20px;
}
[class*="icheck-"] > label {
    padding-left: 20px !important;
    line-height: 15px;
    font-size: 14px;
}
button[type="submit"].btn.btn-flat {
    border-radius: 5px;
    font-size: 14px;
    background-color: #0000fe;
    padding: 10px;
}

button[type="submit"].btn.btn-block.btn-primary span.fas {
    display: none;
}
.login-card-body form .row {
    display: block;
}
.login-card-body form .row div[class*="col-"] {
    display: block;
    max-width: 100%;
    flex: 1;
}
.login-card-body form .row div[class*="col-"]:first-child {
    margin-bottom: 20px;
    margin-top: 30px;
}
.login-card-body .input-group label {
    display: block;
    width: 100%;
    font-family: MontserratMedium;
}
.login-card-body .input-group input.form-control {
    border-radius: 0.25rem;
}
.card-title {
    font-family: MontserratBold;
}
.card.card-outline.card-primary {
    background: none;
    border: 0;
    box-shadow: none;
}
.card-footer {
    background: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.card-title.float-none.text-center {
    text-align: left !important;
}
.clientbrand-logo {
    margin-bottom: 20px;
    background-color: #f4f4f4;
    width: 100%;
    padding: 10px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.clientbrand-logo img {
    width: 100%;
}
.copyright-footer {
    font-family: MontserratMedium;
}
.card {
    position: static;
}
.login-logo {
    position: absolute;
    left: 30px;
    top: 30px;
}
.login-box,
.register-box {
    width: 400px;
}
.card-header,
.card-body {
    padding-left: 30px;
    padding-right: 30px;
}
[class*="icheck-"]
    > input:first-child:checked
    + input[type="hidden"]
    + label::after,
[class*="icheck-"] > input:first-child:checked + label::after {
    transform: translate(4.75px, 0.5px) rotate(45deg);
}
.clientbrand-logo h4 {
    width: 100%;
}
@media (max-width: 768px) {
    .card-footer {
        position: static;
        transform: none;
        padding: 20px;
    }
    .login-logo {
        position: static;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .login-box,
    .register-box {
        margin-top: 0.5rem;
        width: 90%;
    }
}
[class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after, [class*=icheck-]>input:first-child:checked+label::after{
    transform: translate(4.75px,0.5px) rotate(45deg);
}
.clientbrand-logo h4 {
    width:100%;
}