﻿html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: #fff;

    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#fff', GradientType=0);
    background: -webkit-linear-gradient(to bottom, #b3b3b3 50%, #fff) !important;
    background: -moz-linear-gradient(to bottom, #b3b3b3 50%, #fff) !important;
    background: -ms-linear-gradient(to bottom, #b3b3b3 50%, #fff) !important;
    background: -o-linear-gradient(to bottom, #b3b3b3 50%, #fff) !important;
    background: linear-gradient(to bottom, #b3b3b3 50%, #fff) !important;*/
    color: white;


}

div.well {
    height: 250px;
}

.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .Absolute-Center.is-Responsive {
        width: 50%;
        height: 50%;
        min-width: 300px;
        max-width: 500px;
        padding: 5px;
    }

.login2 {
    border-radius: 2px 2px 5px 5px;
    padding: 10px 10px 20px 10px;
    width: 100%;
    max-width: 500px;
    background: #ffffff;
    position: relative;
    padding-bottom: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}



.input-validation-error {
    border: 1px solid #ff0000 !important;
}
