﻿.login-bg {
    background: url("../Content/img/image_pattern.png") repeat;
}

    .login-bg > img {
        position: fixed;
        width: 50%;
    }

.loginscreen {
    padding-top: 30vh;
}

.loginscreen h3 {
    margin-top: 30px;
    color: white;
}

.loginscreen .description {
    color: white;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 30px;
}
    .loginscreen.middle-box {
        width: 400px;
    }

    .loginscreen fieldset {
        border: 1px groove #000a80;
        padding: 0 120px 8px;
        -webkit-box-shadow: 0 #000;
        box-shadow: 0 #000;
        font-size: 12px;
    }

.box-login {
    margin: 0px -100px 10px;
    background: #fff;
    padding: 50px 30px 10px;
}

.loginscreen legend {
    border-bottom: none;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

    .loginscreen legend img {
        width: 120px;
        position: absolute;
        top: 20vh;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.loginscreen .checkbox {
    color: #8c8c8c;
    float: left;
}

.input-validation-error {
    border-color: #A94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.field-validation-error {
    color: #ff0000;
}

.validation-summary-errors {
    color: #ff0000;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding: 2px 5px;
}