/* Safari css reset */

input, button {
    padding: .5em 1em;
    border-radius: .1em;
    border: 1px solid rgb(100, 100, 100);
}

/* general wrapper */
.login-box {
    width: 20em;

    box-shadow: 5px 5px 20px 3px rgba(0, 0, 0, .65);
    gap: 1em;
}

.login-box input[type="submit"] {
    background-color: rgb(220, 220, 220);
    color: black;
    border-radius: .1em;
}

#butt {
        background-color: rgb(220, 220, 220);
            color: black;
            border-radius: .1em;
}

/* the rest */
.nsa-logo-large {
    width: 100%;
}

.invalid-cred {
    text-align: center;
}

.fast-login {
    font-size: .9em;
    display: flex;
    justify-content: center;
}


/* Options */

.options-wrapper {
    width: 100%;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
    gap: .75em;
}

.options-wrapper .light>img {
    height: 50px;
}

.options-wrapper .light {
    justify-content: space-between;
    padding: 1em 1.5em;
    border-radius: .5em;
}

#back {margin-inline: auto}
#back:hover {
    text-decoration: underline;
}