/* This mocks the style of SharePoint's login screen */

body {
    background-size: auto;
    overflow: auto;
    width: 830px;
    margin-right: auto;
    margin-left: auto;
    font-size: var(--f13);
}

.login-header {
    margin: 118px 0px 16px;
    min-height: 50px;
}

.login-body {
    color: #444;
    font-family: var(--default-font), sans-serif;
    font-size: var(--f13);
}

h1 {
    font-size: 2.77em;
    white-space: nowrap;
    font-family: var(--default-font), sans-serif;
    color: var(--spcol1);
    font-weight: 200;
    margin: auto;
}

input {
    border: 1px solid var(--spcol5);
    background-color: rgba( 255,255,255,0.85 );
    color: #444;
}