﻿body {
    background: url('../img/login-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-box-msg {
    height: 37px;
    padding: 0 0 0 30px;
    background-color: #0053a0;
}

.title-line {
    height: 37px;
    background-color: #0053a0;
}

    .title-line span {
        font-size: 18px;
        color: #fff;
        line-height: 37px;
    }

.instructions {
    font-size: 13px;
}

.validation-summary-errors {
    background-color: #ebccd0;
}

@media (max-width: 1500px) {
    .title-line span {
        font-size: 14px !important;
    }
}

@media (max-width: 1180px) {
    .title-line span {
        font-size: 13px !important;
    }
}