.modal-open {
    overflow: hidden;
}
.auth-modal .modal-header {
    background: #000;
    padding: 20px 0;
}
.auth-modal .modal-header .close {
    color: #fff;
}
.auth-modal .modal-icon {
    margin: auto;
    width: 60px;
}
.auth-modal .modal-icon img {
    width: 100%;
    filter: brightness(5);
}
.auth-modal .modal-body {
    padding: 20px;
}
.auth-modal form {
    text-align: left;
    margin-top: 10px;
}
.auth-modal .modal-title {
    text-align: left;
}
.auth-modal .form-row {
    column-gap: 10px;
    justify-content: space-between;
}
.auth-modal .form-group {
    flex: 1;
}
.auth-modal .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
}
.auth-modal .form-group input {
    width: 100%;
    padding: .25rem;
    background: #eee !important;
    background-color: #eee !important;
    border: none;
    -webkit-box-shadow: 0 0 0px 1000px #eee inset !important;
}
.auth-modal .login-options {
    display: flex;
    justify-content: space-between;
}
.auth-modal .submit-button {
    margin-top: 20px;
    width: 100%;
}
.auth-modal .create-account-link {
    margin: 10px 0;
}
.auth-modal .checkbox-row {
    margin-bottom: 20px;
}
.auth-modal .error-message p {
    color: red;
    font-size: 1rem;
    font-weight: 500;
    margin: 10px 0;
}

@media (min-width: 576px) {
    
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .auth-modal .form-row {
        display: flex;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}