﻿#body-content {
    display: table;
    margin: 0 auto;
}

div#content-container {
    height: 100%;
    width: 100%;
}

#login-form {
    margin: auto;
    max-width: 25%;
    max-height: 50%;
    min-width: 300px;
    min-height: 400px;
    border: 3px solid;
    border-color: #314395;
    border-radius: 7.5px;
    padding: 25px;
    opacity: 1;
}

input#Username {
    width: 100%;
}
input#Password {
    width: 100%;
}
input#NewPassword {
    width: 100%;
}
input#ConfirmPassword {
    width: 100%;
}

#CRILogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

span.field-validation-error {
    padding-left: 110px;
}

.buttons {
    padding-left: 0px !important;
    padding-right: 25px;
}
#login {
    float: right;
}

body {
    /*    background-repeat: no-repeat;
    background-size: cover;*/
    height: 100%;
    margin: 0;
}

.bg {
    /* The image used */
    background-image: url("BackGround.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

form label {
    font-weight: 600;
}

a {
    font-weight: 600;
}

div#login-form {
    background-color: white;
}

div#content-container {
    background: transparent;
}