﻿ @font-face {
            font-family: fugue;
            src: url('fugue_regular.otf');
}
h1, h2 {
    font-family: fugue, Arial, sans-serif;
    font-weight: normal;
}

h2 {
    font-size: 1.45em;
}

* {
    box-sizing: border-box; 
}

html, body {
    min-height: 100vh;
    box-sizing: border-box;
}
body, form,a,input {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #646982;
    text-decoration: none;
}
    a:hover {
        text-decoration: underline;
    }
    h1 {
        font-size: 1.5em;
    }

.cph-content {
    text-align: left;
}
html {

    background: #ececec;
}
 
 html,#main,.cph-content {
     display: flex;
     flex-direction: column;
     align-items: center;
     -ms-flex-pack: center;
 }

body {
    align-content: center;
    background: white;
    text-align: center;
    width: 52vw;
    padding: 5vh 2vw 0;
}

#main, #mainContent {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

 .wide {
     max-width: 50vw;
 }

 .cph-content {
     padding: 25px 0;
 }

.input-panel {
    text-align: left;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 330px;
}


#forgottenPwdLinks {
    text-align: center;
    font-size: 0.8em;

}
.warning {
    color: red;
    font-style: italic;
}

#LoginUser, #ChangeUserPassword, #changePasswordFieldset {
    border: none;
    width: 100%;
    padding: 0;
}


#UserName, #Password, #CurrentPassword, #NewPassword, #ConfirmNewPassword, .button {
    display: block;
    border-style: none;
    width: 100%;
}

#UserName, #Password, #CurrentPassword, #NewPassword, #ConfirmNewPassword {
    border-bottom-style: solid;
    border-radius: 0;
    margin: 10px 0;
    background: none;
    padding-left: 30px;
    text-transform: lowercase;
}

.button {
    color: white;
    border-radius: 4px;
    background-color: #ff6e1e;
    height: 30px;
    cursor: pointer;
    margin: 10px 0;
}

.input-group {
    margin: 20px 0;
}
.button-group {
    margin: 30px 0 10px;
}

.logo {
    max-width: 100%;
}

 .logo-container {
     width: 250px;
     max-height: 250px;
 }

.logo-container.small {
    width: 200px;
    max-height: 200px;
}
 

.elevation {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
                0px 2px 2px 0px rgba(0, 0, 0, 0.14),
                0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}



.input {
    position: relative;
    text-transform: lowercase;
    margin: 16px 0;
}
 .input.last {
     margin-bottom: 6px;
 }


.input .material-icons{
    position: absolute;
    left: 0;
}



 .password-reset .material-icons {
     font-size: 1.4em;
 }

.password-reset {
    color: rgba(100, 105, 130, 0.75);
    position: relative;
    display: block;
}

.password-reset .label {
    position: absolute;
    top: 4px;
    left: 30px;
    font-size: 0.9em;
}


.password-reset .label {
 text-decoration: inherit;
}

#PasswordRecovery1, #m_pnlChangePassword {
    width: 100%;
}

.password-reuse
{ display: block;}

.input .failureNotification {
    position: absolute;
    right: 0;
    top: 0;
}
