﻿.login-auth-container.col-lg-6 {
    max-width: 700px;
}

.auth-form-btn {
    background: var(--smash-primary-color);
    border: none;
}

    .auth-form-btn:focus,
    .auth-form-btn:active,
    .auth-form-btn:hover {
        background: var(--smash-secondary-color) !important;
    }

    .auth-form-btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 0.2rem rgb(243 112 33 / 0.5);
    }