.form-signin {
    max-width: 350px;
    padding: 35px;
}

.error {
    color : red;
}

.errors { 
    border-color : red;
}

.overlay {
    background: #e9e9e9;
    /*                    display: none;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

html {
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}
html, body {
    min-height: 100%;
}
html.loading {
    background: #e9e9e9  url(http://preloaders.net/preloaders/360/Velocity.gif) no-repeat 50% 50%;
    -webkit-transition: background-color 0;
    transition: background-color 0;
}
body {
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}
html.loading body {
    opacity: 0.4;
    -webkit-transition: opacity 0;
    transition: opacity 0;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 16, 2016, 1:33:31 AM
    Author     : metal
*/

