/*
	* we have to keep the login page because removing it with SimpleSAML breaks the page when trying to click on a link that requires login.
	* these styles hide the fields and buttons EXCEPT the one login link.
*/

.log-in-thinking-for-a-change {}
.log-in-thinking-for-a-change #block-uswds-base-3x-nic-local-tasks {display: none;}


.log-in-thinking-for-a-change .user-login-form .form-item,
.log-in-thinking-for-a-change .user-login-form .form-actions {display: none;}


#edit-simplesamlphp-auth-login-link {
	font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: .9;
    color: #fff;
    background-color: #005ea2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    align-items: center;
    border: 0;
    border-radius: .25rem;
    cursor: pointer;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    margin-right: .5rem;
    padding: .75rem 1.25rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
    border-radius: .25rem;
    font-size: 1.33rem;
    padding: 1rem 1.5rem;
}
