

body {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.form-control {
    border-radius: 0;
}

.btn {
    border-radius: 0;
    font-size: 0.8em;
}

#passReminder .modal-content{
    border-radius: 0;
}

#passReminder .alert-success{
    background-color: #d1e7dd7d;
    border-radius: 0;
}

#passReminder .img-thumbnail{
    border-radius: 0;
}

.login-box {
    min-width: 300px;
}

.login-box-shadow {
    box-shadow: 0 0px 30px rgb(119 115 105 / 12%);
    border-radius: 0;
    z-index: 9;
}

.login-box-img {
    background-color: #fbfbfb;
}

@media (max-width: 767px) {
    
    .login-box {
        min-width: auto;
    }
}