body {
    font-family: "aktiv-grotesk", sans-serif;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.loginBanner {
    background-image: linear-gradient(180deg, rgba(8, 8, 8, 0.12) 0%, rgba(8, 8, 8, 0.86) 100%), url(../img/loginBanner.png);
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
}

.fs-12-500-999999 {
    font-size: 12px;
    font-weight: 500;
    color: #999999;
}

.fs-30-700-080808 {
    font-size: 30px;
    font-weight: 700;
    color: #080808;
}

.loginBanner .borderradius-12px {
    width: 395px;
}

.borderradius-12px {
    border-radius: 12px;
}

@media(max-width:767px) {
    .loginBanner .borderradius-12px {
        width: 80%;
    }
}

/*= input focus effects css
=========================== */
.inputEffect input:focus {
    outline: none;
}

.inputEffect input::placeholder {
    color: #313131;
    font-size: 14px;
}

.inputEffect input {
    border: 0;
    padding: 7px 0;
    border-bottom: 1px solid #CCCCCC;
    background-color: transparent;
    color: #313131;
    font-size: 14px;
}

.inputEffect input ~ .focusBorder {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #bd061c;
    transition: 0.4s;
}

.inputEffect input:focus ~ .focusBorder {
    width: 100%;
    transition: 0.4s;
    left: 0;
}

.inputEffect label.error {
    font-size: 11px;
    color: #bd061c;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*= input focus effects css End
=============================== */
.btnLogin {
    background: #BD061C;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    transition: all ease .3s;
}

.btnLogin:hover {
    color: #fff;
    opacity: .9;
}

.loginShadow {
    background-image: url(../img/loginShadow.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    border-top-right-radius: 12px;
}

.inputEffect .custom-checkbox .custom-control-label::before {
    border-radius: 0;
    border: 1px solid #BCBCBC;
}

.inputEffect .custom-control-label::before,
.inputEffect .custom-control-label::after {
    top: 0;
}

.inputEffect .custom-control-input:checked ~ .custom-control-label::before,
.inputEffect .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    border-color: #BD061C;
    background-color: #BD061C;
}

.inputEffect .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
    border-color: #BD061C;

}

.cursor-pointer {
    cursor: pointer;
}

.bg-F3A733 {
    background-color: #F3A733;
}

.fs-12 {
    font-size: 12px;
}

.fs-20 {
    font-size: 20px;
}
