body {
    font-family: "Muli", sans-serif;
    margin: 0;
    background: #f2f5fa;
    font-size: 15px;
    font-weight: 400;
    color: #8A98AC;
    line-height: 1.5;
}
* {
    outline: none !important;
}

.authenticate-bg {
    background: url(../img/bg.png);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}
.auth-box .auth-box-right .form-head img {
    width: 150px;
}
.auth-box > .row {
    height: 100vh;
    padding: 15px 0;
}
.auth-box .auth-box-right .card {
    text-align: center;
}
.auth-box .auth-box-right .card .card-body {
    padding: 30px;
}
p {
    line-height: 1.3;
    margin-bottom: 10px;
}
.auth-box .auth-box-right .form-head {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.text-black {
    color: #282828 !important;
}
h4 {
    font-size: 22px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #263a5b;
}
.login-fw {
    font-weight: 400;
}
.btn {
    border-radius: 3px;
    font-size: 14px;
    padding: 4px 12px;
}
.font-18 {
    font-size: 18px;
}
.btn-success {
    color: #ffffff;
    background-color: #18d26b;
    border-color: #18d26b;
    box-shadow: none;
}
.btn {
    border-radius: 3px;
    font-size: 14px;
    padding: 6px 12px;
}
a {
    color: #0080ff;
}
.card {
    border: none;
    border-radius: 3px;
    background-color: rgba(255, 250, 250, 0.5);
}
.is-invalid input {
    border-color: red;
}
.txtleft {
    text-align: left;
}
.invalid-feedback {
    color: #ff3f3f;
}
.font-18 {
    font-size: 18px !important;
}
