﻿html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    background-image: url(/images/background.jpg);
}

h1, p {
    color: #5A5A5A !important;
}

.form-auth {
    width: 100%;
    margin: 0 auto;
}

    .form-auth form {
        background: #f9f9f9;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }

    .form-auth .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-auth .form-control:focus {
            z-index: 2;
        }

.validation-summary-errors ul {
    padding-left: 0;
    list-style: none;
}

.recaptcha-container {
    display: inline-block;
}
