.auth-wrapper {
    border: none;
    margin: 20px auto;

}

.auth-wrapper .card-body h1, h2, h3, h4, h5, h6 {
    text-align: center;
}

.auth-wrapper .card-body input {
    margin: 10px 0;
}

.auth-wrapper .card-body .btn {
    width: 100%;
    line-height: 30px;
}

.auth-wrapper .card-body .btn-light:hover {
    background: #f8f9fa;
}

.auth-wrapper .card-body .btn,
.auth-wrapper .card-body .form-group .btn {
    height: 40px;
}

.card-body {
    width: 40%;
}

@media screen and (max-width: 800px) {
    .card-body {
        width: 100%
    }
}

@media screen and (max-width: 500px) {
    .card-body {
        width: 100%
    }
}

.forget-password {
    color: dodgerblue;
    text-decoration: none;
}

