﻿body {
    background: url(../images/bluePrint.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #fff;
}

.user-form {
    padding: 15px 35px 15px;
    background-color: #fff;
    max-width: 380px;
    margin: 15% auto;
    background: url("../images/bgt.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

    .user-form .user-form-heading,
    .user-form .checkbox {
        margin-bottom: 30px;
    }

    .user-form .checkbox {
        font-weight: normal;
        padding-left: 20px;
    }

    .user-form .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .user-form .form-control:focus {
            z-index: 2;
        }

    .user-form input,
    .user-form button {
        line-height: 24px;
        margin-bottom: 20px;
        border-radius: 0;
    }

    .user-form .copyright-sign {
        margin-bottom: 0px;
        text-align: center;
        padding-top: 20px;
    }

        .user-form .copyright-sign a {
            text-decoration: none;
            color: inherit;
        }

.validation-summary-errors ul {
    list-style: none;
    color: red;
    padding-left: 0;
    text-align: center;
}

@media (min-width: 320px) and (max-width: 350px) {
    .login-form {
        width: 280px !important;
    }
}

@media (min-width: 350px) and (max-width: 500px) {
    .login-form {
        width: 300px !important;
    }
}
