
@font-face {
  font-family: 'Effra';
  src: url(./Effra.eot);
  src: url(./Effra.eot?#iefix) format('embedded-opentype'),
       url(./Effra.otf) format('otf'),
       url(./Effra.svg#Effra) format('svg'),
       url(./Effra.ttf) format('truetype'),
       url(./Effra.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: 'Effra', sans-serif;
    background-color: rgb(54, 85, 101);
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    min-width: 800px;
    min-height: 640px;
    position: relative;
    background-image: url(/images/dw/homepage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
}

body {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 510px;
    background-color: #003a70;
    color: white;
}

.centered {
    text-align: center;
}

h1 {
    font-size: 38px;
    margin: 35px 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    color: #606060;
    -webkit-text-fill-color: #606060;
    background-color: white;
    transition: background-color 5000s ease-in-out 0s;
}

.loginfields {
    width: 80%;
    margin: auto;
    font-size: 22px;
    font-weight: bold;
}

.loginfields p {
    margin-bottom: 28px;
}

.loginfields input {
    width: 400px;
    font-size: 22px;
    font-weight: bold;
    background-color: white;
    padding: 4px;
    border: 2px solid white;
    text-align: center;
    color: #606060;
}

.loginfields input[type="submit"] {
    width: 408px;
    cursor: pointer;
    background-color: #1b365e;
    color: white;
    border: 2px solid white;
}

.loginfields input[type="submit"]:hover {
    cursor: pointer;
    background-color: white;
    color: #1b365e;
}

label {
    display: inline-block;
    width: 150px;
    margin-left: 15px
}

.flo {
    display: block;
    width: 100%;
    text-align: center;
}

a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}

a:visited {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: underline;
}

#msg {
    height: 52px;
    font-size: 19px;
}

div.sms {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
}