﻿body {
}

.signin-input {
    min-width: 330px;
}

div[data-role='content'] {
    padding-top: 15px;
}

#signing_row {
    height: calc(100vh - 200px);
}

#signing_fields {
    margin-top: auto;
    margin-bottom: auto;
}

#outage_msg {
    text-align: center;
    margin-top: 1em;
}

#login_fields input {
    height: calc(3.5rem - 3px);
}

#forgot_password {
    background: none;
    border: none;
}

#show_password {
    margin: 0 !important;
}

#password_input_group {
    padding-right: 0;
}

#show_password_switch {
    font-size: 1rem;
}

#password_switch_label {
    line-height: 1.25;
}

#reset_password a {
    color: #0d6efd;
    height: 40px;
    width: 180px;
}

#buttons {
    padding: 5px 0 5px 0;
    margin: 15px 0 15px 0;
}

    #buttons button {
        width: 180px;
    }

#privacy_policy {
    padding: 15px 0 15px 0;
}