@font-face {
    font-family: 'DBScreenHead';
    src: url('../fonts/DBScreenHead-Black.woff') format('woff');
    font-weight: 900;
}

@font-face {
    font-family: 'DBScreenHead';
    src: url('../fonts/DBScreenHead-Regular.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'DBScreenHead';
    src: url('../fonts/DBScreenHead-Light.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'DBScreenSans';
    src: url('../fonts/DBScreenSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'DBScreenSans';
    src: url('../fonts/DBScreenSans-Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'DBScreenSans';
    src: url('../fonts/DBScreenSans-SemiBold.woff') format('woff');
    font-weight: 600;
}

@font-face {
    font-family: 'DBScreenSans';
    src: url('../fonts/DBScreenSans-Bold.woff') format('woff');
    font-weight: bold;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'DBScreenSans', sans-serif;

}

body {
    background-color: #f7f7f7;
    color: #333333;
    font-family: "DBScreenSans", sans-serif;
}

.shadow-box {
    background-color: white;
    box-shadow: 0 1.5rem 3rem -1.5rem rgba(0, 0, 0, 0.3);
    padding: 32px;
    border-radius: 10px;
}

.login-container-small {
    margin-top: 2rem;
    width: 330px;
    height: 25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.login-image {
    width: max-content;
}

.login-container-big {
    width: 700px;
    height: 10rem;
}

.holder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.mandant-container {
    width: 100%;
    height: 531px;
    padding: 32px;
    border-radius: 5px;
}

.mandant-description {
    font-size: 14px;
    font-weight: 400;
    color: #646973
}

.form-actions {
    margin-top: 1rem;
}

.login-button {
    margin-top: 10px;
    background-color: #3c414b;
    color: white;
    font-size: 1em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    display: inline-flex;
    padding: 8px 16px;
}

.login-button-sso {
    margin-top: 10px;
    background-color: #4f8b1b;
    color: white;
    font-size: 1em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    display: inline-flex;
    padding: 8px 16px;
}

.login-button-red {
    background-color: #ec0016;
    color: white;
    font-size: 1em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    display: inline-flex;
    padding: 8px 16px;
}

.login-button-text {
    margin-left: 0.25rem;
    margin-top: 0.1rem;
    text-align: center;
}

.login-utility-button {
    margin-top: 10px;
    background-color: #3c414b;
    color: white;
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.logout-button {
    background-color: #ec0016;
    width: 100%;
    padding: 12px 16px;
    color: white;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
}

.login-header {
    margin-top: 65px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-header hr {
    border-color: #ec0016;
    border-width: 3px;
    border-radius: 8px;
    border-style: solid;
    width: 60px;
}

.login-heading {
    font-size: 1.25rem;
    line-height: 28px;
    margin-bottom: 24px;
}

.login-sub-heading {
    margin-top: 1.5rem;
    font-size: 20px;
}

.login-description {
    margin-top: 2rem;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
}

.info-wrapper {
    justify-content: center;
    margin-top: 1rem;
    display: flex;
}

.info-wrapper a {
    text-decoration: none;
    display: flex;
    color: black;
}

.info-wrapper a:hover {
    text-decoration: underline;
    text-decoration-color: black;
}

.mfa-description {
    text-align: left;
    margin-left: 0.5rem;
    line-height: 1.5;
    margin-right: 1rem;
}

.small-font {
    font-size: .875rem;
    font-weight: 400;
}

.medium-font {
    font-size: 0.9rem;
    font-weight: 400;
}

.tiny-font {
    font-size: .6875rem;
}

.small-bold-font {
    font-size: 14px;
    font-weight: bold;
}

.login-body {
    text-align: center;
    margin-bottom: -50px;
}

input {
    padding: 4px 36px;
    border: 1px solid #c9c9c9;
    height: 40px;
    margin-bottom: 8px;
    width: 100%;
    border-radius: 4px;
}

.input-icon {
    width: 1.5rem;
    height: 1.5rem;
    top: 8px;
    left: 8px;
    position: absolute;
}

.input-wrapper {
    width: 100%;
    position: relative;
}

.alert {
    padding: 16px 4px 8px 4px;
    margin-top: 4rem;
}

.alert-empty {
    height: 48px
}

.alert-success {
    color: green;
}

.alert-error {
    color: red;
    font-weight: bold;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3.5rem;
    width: 100%;
    background: #f7f7f7;
}

.login-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 2.5%;
}

.registrierungs-container {
    margin-top: 1.5rem;
}

.centered-text {
    text-align: center;
    margin-top: 1rem
}

.icon-button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.mfa-overlay-box {
    margin: 250px auto;
    width: 380px;
    padding: 32px;
}

.mfa-overlay-box-heading {
    font-size: 20px;
    margin-bottom: 2rem;
}

.close-button {
    border: none;
    background-color: #282D37;
    cursor: pointer;
    float: right;
    margin-top: -1rem;
    margin-right: -1rem;
    border-radius: 5px;
}

.mfa-overlay-header {
    border: #c9c9c9;
    background-color: red;
}

.mfa-overlay {
    position: absolute;
    background-color: rgb(0, 0, 0, 0.5);
    top: 0;
    width: 100%;
    height: 112%;
    z-index: 900;
    display: none;
}

.footer {
    margin-top: 4rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

#infra-go-logo {
    margin-left: 15%;
    margin-top: 0.6rem;
}

#welcome-container {
    width: 100%;
    height: 260px;
    background: #E0EFFB;
}

#long-title {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    font-weight: 600;
    font-size:1.7rem;
    line-height: 16px;
    color: #000000;
}
