﻿.login-register-container {
    width: 40% !important;
}

.form-control {
    padding: 1rem;
    margin-bottom: 1rem;
}

.invalid-feedback {
    display: inherit;
}

input.invalid-feedback {
    border-color: var(--bs-form-invalid-color);
    box-shadow: 0 0 0 1px var(--bs-form-invalid-color);
}

input[type=checkbox].invalid-feedback {
    width: 1em;
    height: 1em;
}

@media screen and (max-width: 767px) {
    .container {
        width: 100% !important;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
}
/* tablets/desktops and up ———– */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* large desktops and up ———– */
@media screen and (min-width: 1200px) {
}
