body .nachhaltigk-button {
    display: none;
    background-color: white;
}

.oauth_2fa_title {
    font-weight: 700;
    text-transform: uppercase;
    color: #2d6801;
}

.oauth_2fa_type_select {
    display: flex;
}

.oauth_2fa_type_select input {
    max-height: 11px;
    max-width: 25px;
    margin-top: 4px;
}

#sopra_oauth_login_form input.button.oauth_2fa_submit {
    background-color: #2d6801;
    color: white;
    width: unset;
    text-transform: uppercase;
    padding: 10px 25px;
    font-family: "Open Sans";
    height: unset;
    font-weight: 600;
}

#sopra_oauth_login_form input.button.oauth_2fa_submit.oauth_2fa_abort {
    background-color: #c72c00;
}

.oauth_2fa_content {
    margin: 20px 0;
}

.oauth_2fa_type_select {
    margin-bottom: 5px;
}

.oauth_2fa_content input.oauth_2fa_input {
    border: unset !important;
    border-bottom: 1px solid grey !important;
}

.oauth_2fa_content input.oauth_2fa_input:focus {
    outline: none;
}