﻿
@font-face {
    font-family: 'Stag Sans';
    font-style: normal;
    font-weight: 400;
}
bodyCustomCss {
    background: white;
    font-family: 'Stag Sans';
}
.font {
font-family: 'Stag Sans';
}

.divPageContent {
    width: 450px;
    height: auto;
    margin: auto;
    margin-top: 5%;
}

.divLogo {
    width: 100%;
    margin: auto;
    display: block;
    margin: 20px 20px 20px 20px;
}

.divLogin {
    background: #f0f0f0;
    padding: 3% 3%;
}

.buttonLogin {
    width: 100px;
    background: #005288;
    display: block;
    margin: 0 auto;
    margin-top: 1%;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
}

    .buttonLogin:hover {
        background: #2288bb;
    }

#login {
    width: 400px;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 2%;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}

    #login h1 {
        background: #005288;
        padding: 20px 0;
        font-size: 100%;
        font-weight: 300;
        text-align: left;
        color: #fff;
    }

input[type="email"], input[type="password"], input[type="text"] {
    width: 92%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 4%;
    font-family:  'Stag Sans';
    font-size: 95%;
    color: #555;
}

input[type="submit"] {
    width: 100%;
    background: #005288;
    border: 0;
    padding: 4%;
    font-family:  'Stag Sans';
    font-size: 100%;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
}

    input[type="submit"]:hover {
        background: #6597b7;
    }

.forgot_link {
    color: #83afdf;
    color: #83afdf;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    left: 265px;
    top: -40px;
}
  

a {
    color: #005288;
    text-decoration: none;
    font-size: 14px;
    text-align:right;
}
a:hover {
    color: grey;
    text-decoration:  underline;
    font-size: 12px;   
}

