@font-face {
    font-family: 'LucidaGrande';
    src: url(/Scripts/build/fonts/LucidaGrande.eot);
    src: url(/Scripts/build/fonts/LucidaGrande.eot?#iefix) format('embedded-opentype'), url(/Scripts/build/fonts/LucidaGrande.woff) format('woff'), url(/Scripts/build/fonts/LucidaGrande.ttf) format('truetype'), url(/Scripts/build/fonts/LucidaGrande.svg#LucidaGrande) format('svg');
    font-weight: normal;
    font-style: normal;
}


.login label[for="usermane"],
.login label[for="password"],
.reset label[for="username"] {
    float: left;
    width: 100px;
    line-height: 40px;
    padding-right: 10px;
    font-weight: 100;
    text-align: right;
    letter-spacing: 1px;
}

.login input[type=text],
.reset input[type=text],
.login input[type=password] {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 0;
    width: 270px;
    height: 40px;
    line-height: 40px\0/;
    color: #666;
    background: white;
    border: 1px solid #c6c6c6;
    border-top-color: #bbb;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.06),0 1px rgba(255,255,255,0.4);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.06),0 1px rgba(255,255,255,0.4);
}

p a {
    font-weight: bold;
}

    p a:hover, p a:focus {
        text-decoration: none;
    }

.remember-me {
    padding-left: 112px;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 1px;
}

.submit {
    min-height: 20px;
}

.message {
    line-height: 29px;
    padding: 5px 10px;
    text-shadow: 0 1px rgba(255,255,255,0.5);
    border: 1px solid;
}

input .error,
.error {
    color: #833230;
    background: #fbd3c4 !important;
    border-color: #e55d48 #e5725a #e5725a !important;
    border-radius: 3px;
    margin-bottom: 20px;
}

.info {
    color: #526e4f;
    background: #bff1bc;
    border-color: #98cf9f #98cf9f #8ec397;
    background-image: -webkit-linear-gradient(top, #cef4d0,#b2eeaa);
    background-image: -moz-linear-gradient(top, #cef4d0,#b2eeaa);
    background-image: -o-linear-gradient(top, #cef4d0,#b2eeaa);
    background-image: linear-gradient(to bottom, #cef4d0,#b2eeaa);
}

.login-azure {
    background-color: #0078d7;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    top: 6px;
}

    .login-azure:hover {
        background-color: #005a9e;
        color: white;
        text-decoration: none;
    }

    .login-azure:focus {
        background-color: #005a9e;
        color: white;
        text-decoration: none;
    }

.azure-login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#use-basic-login {
    margin-top: 15px;
    font-size: 15px;
}

    #use-basic-login:hover, #use-basic-login:focus {
        text-decoration: none;
    }

#return-to-azure-login {
    position: relative;
    top: 6px;      
    font-size: 13px;
}

    #return-to-azure-login:hover, #return-to-azure-login:focus {
        text-decoration: none;
    }

#main-footer {
    position: relative;
    padding: 12px 0;
}

    #main-footer p {
        line-height: 1;
    }

#login-page {
    width: 100%;
    height: 100%;
    display: table;
}

.wrapper-login {
    width: 456px;
    display: table-cell;
    vertical-align: middle;
}

#login-box {
    margin: 0 auto;
    width: 456px;
    margin-bottom: 50px;
}

#main-header {
    text-align: center;
}

#main-content {
    background: #FFFFFF;
    padding: 65px 24px;
    margin: 15px 0 0 0;
    border: 1px solid #C6C6C6\0/;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}

#main-content form {
    margin-bottom: 15px;
}

