body {
    background: #ffffff;
    font-family: "Tajawal", sans-serif, arial, tahoma;
    font-size: 15px;
    height: 100vh;
}

body::before {
    content: "";
    margin-left: -48%;
    background-image: url(/storage/images/bg-login-page.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.row {
    margin: 0 auto;
    padding: 0 30px;
    width: 80%;
    height: calc(90vh - 70px);
}

.form-group {
    margin: 15px 0;
}

.login .password-reset {
    float: right;
}

.login .btn-block {
    width: 100%;
}

.logo {
    padding: 20px;
    width: 90%;
    margin: 0 auto;
}

.logo img {
    width: 120px;
}

.h3 {
    margin-top: 20px;
}

.h3 .p {
    color: #fff;
}

.login-gorm {
    width: 60%;
    margin: 0 auto;
}

.btn-custom {
    font-size: 14px;
    font-weight: 600;
    background: #4f60ac;
    border-radius: 5px;
    display: block;
    color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 5px;
}

.btn-light {
    background: #f8f8f8 !important;
    border: 1px solid #ccc;
    color: #000;
}

.btn {
    min-width: 100px;
}
/*# sourceMappingURL=auth.css.map */
