﻿body {
    background-color: #e2e2e2;
    background-image: url('/Images/background_1.jpeg');
    
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}

.login-form {
    min-width: 300px;
    max-width: 500px;
    margin: 150px auto;
}

.formStyle {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.login-form h2 {
    margin: 0 0 15px;
}

.form-control, .btn {
    min-height:50px;
}

.btn {
    font-size: 15px;
    font-weight: bold;
}

.panel-heading {
    text-align: center;
    padding: 0 15px;
}
.panel-body {
    padding: 5px 15px;
}
#recaptcha {
    margin: 15px 0;
    text-align: center;
}
#recaptcha div {
    display: inline-block;
}

.display-none {
    display:none;
}