@font-face {
    font-family: ProximaNova-Regular;
    src: url(../fonts/ProximaNova-Regular.otf);
}

body {
    font-family: Poppins !important;
}

.form-control {
    width: 100% !important;
    height: 40px;
    border: 1px solid #d6d6e0;
    border-radius: 5px;
    padding-left: 11px;
}

.form-control button {
    background: #fafafe;
    border-radius: 5px;
    border-color: #d6d6e0;
}

.form-control button:hover, .form-control button:active, .form-control button:focus {
    background: #fafafe;
    border-color: #d6d6e0;
}

@media screen and (max-width: 1367px) and (min-width: 1220px) {
    .form-control {
        background: #fafafe;
        border-color: #d6d6e0;
        height: 45px;
    }

    .form-control button {
        background: #fafafe;
        border-radius: 5px;
        padding-top: 2px;
        border-color: #d6d6e0;
        padding-bottom: 2px;
    }
}

.form-control {
    background-color: #FAFAFE;
}

.login-page-wrapper .login-page-logo {
    text-align: center;
    padding-top: 110px;
}

.background-img {
    background: url('../img/background.jpg') no-repeat right;
    width: 58.3%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
}

.login-form-wrapper {
    text-align: center;
    width: 70%;
    padding-top: 100px;
    margin: 0 auto;
}

.login-page-logo h3 {
    color: #2a2a2a;
    font-family: Poppins;
    font-size: 24px;
    font-weight: normal;
    margin-top: 20px !important;
    text-transform: capitalize;
}

.btn-login {
    margin-top: 60px;
    background: #40a4d9;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 30px !important;
    box-shadow: 1px 3px 7px #a9e1e1;
}

.btn-login:hover, .btn-login:focus {
    background: #40a4d9;
    color: #ffffff;
}

.login-page-side-wrapper h4 {
    font-family: Poppins;
    font-size: 30px;
    color: #9d9fb4;
    font-weight: 300;
    margin-top: 20px;
}

.custom_padding {
    padding: 12px 0;
}

.login-page-side-wrapper p {
    font-family: Poppins;
    font-size: 14px;
    color: #9d9fb4;
    letter-spacing: .25px;
    font-weight: 300;
    margin-top: 30px;
    width: 80%;
}

.login-page-side-wrapper {
    padding: 300px 0 0 90px;
}

.login-page-side-wrapper h1 {
    font-size: 22px;
    color: #fff;
}

.custom-form-control {
    background: #fafafe;
    border-color: #d6d6e0;
    height: 42px;
    border-right: none;
    border-left: none;
    display: block;
    width: 100%;
    padding: 0.65rem 1.25rem;
    font-size: 15px;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    /* border: 1px solid rgba(0, 0, 0, 0.15); */
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-top: none;
    border-radius: 0;
    box-shadow: none;
}
