﻿.login {
    background: #fff url(../../global/img/banner-vcsc.jpg) center no-repeat;
    background-size: cover;
    max-width: 100%;
}

    .login .logo {
        margin: 100px auto 0;
        padding: 15px;
        text-align: center;
    }

    .login .form-title {
        color: #00377b;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .login .form-subtitle {
        color: #333333;
        font-size: 18px;
        font-weight: 700;
    }

    .login .content {
        background-color: #fff;
        border-left: 3px solid #053979;
        border-radius: 6px;
        margin: 40px auto 10px;
        margin-bottom: 115px;
        overflow: hidden;
        padding: 10px 30px 30px;
        position: relative;
        width: 410px;
    }

        .login .content ::before {
            background-color: #c21a24;
            content: "";
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 3px;
        }

.btn-long {
    background-color: #c21a24;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 10px 30px 8px 30px;
    text-transform: uppercase;
}

.footer {
    background-color: #1f1f1f;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
}

    .footer .container {
        padding-bottom: 30px;
        padding-top: 30px;
    }

.icon-social a {
    background: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 27px;
}

.validation-summary-valid {
    display: none;
}
