* {
    box-sizing: border-box;
    font-family: 'Tajawal', sans-serif
}

.main-login-content {
    background-image: url(../assets/images/kaba.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: -webkit-fill-available;
    height: fit-content;
}
.overlay-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f561;
    z-index: 2;
}

.top-title {
    margin: auto;
    padding: 10px 40px 5px;
    position: relative;
    background-color: #00bcd4;
    text-align: center;
    width: fit-content;
    color: #fff;
    top: 55px;
    font-size: 21px;
    z-index: 10;
}

.main-login-content .card {
    opacity: .95;
    padding: 100px 30px 0px 30px;
    width: 400px;
    background-color: #f5f5f5;
    height: fit-content;
    margin: auto auto;
    z-index: 4;
    position: relative;
}

.main-login-content .card .header, .main-login-content .card .body {
    margin: auto;
    border: 0px;
}

.main-login-content .card .form-auth-small {
    padding-top: 30px;
}

.bold {
    font-weight: bold;
}

.or {
    position: relative;
    text-align: center;
    margin: auto;
    right: 45%;
    font-weight: bold;
    font-size: medium;
    bottom: -31px;
    background-color: #777;
    padding: 5px 13px;
    border-radius: 20px;
    border: 1px solid #888;
    color: #fff;
}

.color-black {
    color: #555;
}

.date-day {
    position: fixed;
    padding: 10px 20px;
    top: 193px;
    background-color: #00BCD4;
    left: -65px;
    box-shadow: -2px 0px 9px 0px #607d8b8a;
    z-index: 3;
    color: #fff;
    transform: rotate(-90deg);
}

.buttons {
    margin: 30px auto;
    text-align: center;
}

.main-login-content .form-control {
    height: 40px;
}

.btn {
    padding: 10px 25px;
    margin: auto 5px 10px;
    border: 1px solid #777;
    outline: unset;
    font-weight: bold;
}

.b-r-20 {
    border-radius: 20px !important;
}