html, body
{    
    margin: 0;
    padding: 0;
    background-color: #f4f6ff;
}

form{
    text-align:center;
    overflow: hidden;
}

.logo {
    text-align:center;
}

.logo, H1
{
    margin:60px 0 0 0;
}

.login-content
{     
    text-align:center; 
    display:inline-block;     
}

H1{    
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;    
    text-align: center; 
    margin-bottom: 20px;      
}

.info div{
    font-style: italic;
    font-size: 16px;
}

table 
{
    border-collapse:collapse;
    padding:0;         
}

td, .div-row, #errorContainer
{
    padding:5px 0 !important;
}

#errorContainer > * {
    max-width: 450px;
    text-align:center;    
    background: rgb(242, 245, 255);
    border: 1px solid rgb(245, 15, 15);
    font-size: 14px;
    padding:6px;
    display: inline-block;
    list-style-type: none;
    margin:0;
}

.first-cell
{
    text-align:left;
    padding-right:10px !important;
    width: 80px;
}

.last-cell
{
    text-align:right;
    position:relative;
}

.div-row
{
    text-align:right;    
}

.checkbox-container
{
    margin-top:8px;
}

/*.checkbox, .first-cell, .recoveryButton, .registerButton, .login-content a
{
    color: #6f8296 !important;
}*/

.textBox {
    width: 290px;    
    margin: 0;     
    -webkit-box-shadow: 0 0 0px 1000px white inset; 
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.request-error{
    text-align:center !important;
}

.expression-validator{
    top: 1px;
}    

.field-validation-error{
    top: 8px;
}

.recoveryButton {
    float: left;
    width: 200px;
}

.registerButton {
    width: 150px;
}

.validationSummary ul {
    list-style-type: none;
    color: red;
}

.externalLogin-btn {    
    height: 46px;
    width: 46px;
    background-color: rgb(201,210,219);
    border-radius: 500px;
    -webkit-border-radius: 500px;
    padding: 0px;
    margin: 0px;
    border: none;
    color: transparent;
    font-size: 0px;
    outline: none;
}

.vk-bt {
    background-image: url('/content/images/account/vk.png');
}

.facebook-bt {
    background-image: url('/content/images/account/facebook.png');
}

.facebook-bt:hover {
    background-color: rgb(62,100,165);
}

.vk-bt:hover {
    background-color: rgb(52,109,152);
}