body {
    font-family: 'Jost', 'sans-serif' !important;
}

label {
    font-family: 'Jost';
    font-weight: 300;
    font-size: 16px;
}

.auth-form .btn {
    height: 50px;
    font-weight: 300;
}

.btn {
    background-color: #050708;
    color: #fff;
}

b,
strong {
    font-weight: bolder;
    color: #2c2c2c;
}

.bg-img {
    background: linear-gradient(rgb(94 129 195 / 60%), rgb(16 16 18 / 100%)), url(../images/login-bg/bg2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.form-control {
    background: #fff;
    border: 1px solid #f5f5f5;
    padding: 5px 20px;
    color: #6e6e6e;
    height: 56px;
    border-radius: 1rem;
    box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(27 31 35 / 15%) 0px 0px 0px 1px;
}