body {
}

@media screen and (min-width: 40rem) {
    body {
        background-image: url('../images/main_background_2.png');
        background-repeat: repeat;
        background-color: #222;
    }
}

h2 {
    text-align: center;
}

.bg-light {
    background-color: transparent; !important;
}

.bg-main {
    background-color: #ffffffff;
}

@media (min-width: 768px) {
    .bg-main {
        border-radius: 12px;
    }
}

.btn-oauth {
    color: #000;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 1px #ddd;
}

.btn-oauth img {
    width: 24px;
}

.btn-google {
}

.btn-azure {
}

.img-fluid {
    height: 96px;
}

.language {
    height: 0;
}

a {
    font-size: 0.875em;
    color: #000;
}

.or-container {
    align-items: center;
    color: #ccc;
    display: flex;
    margin-bottom: 12px;
}

.line-separator {
    background-color: #ccc;
    flex-grow: 5;
    height: 1px;
}

.or-label {
    flex-grow: 1;
    margin: 0 15px;
    text-align: center;
}

input:read-only {
    background-color: #dddddd;
}

.app-access h2 {
    text-align: start;
    font-size: 16pt;
}

.app-access img {
    width: 192px;
}

.business-user a {
    font-size: 1em;
}

.code-input {
    width: 3rem; /* Adjust width as needed */
    height: 3rem; /* Adjust height as needed */
    font-size: 1.5rem; /* Adjust font size as needed */
    text-align: center;
    margin-right: 0.5rem; /* Space between inputs */
    padding: 32px 0 32px 0;
    font-weight: bold;
}

.code-input:last-child {
    margin-right: 0; /* Remove right margin from the last input */
}