﻿@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(#0096E0, #54D0F1) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    outline: none;
    color: #222222;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    border: none;
    border-width: 0px;
    text-decoration: none;
    outline: none;
}

.contentLogin {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 450px;
    max-width: 95%;
    max-height: 500px;
    text-align: center;
    background-color: white;
    border-radius: 20px;
    font-size: 14px;
    padding: 40px;
    box-shadow: 1px 1px 8px #666666;
}

.field-validation-error {
    /*color: Red;*/
    padding-left: 10px;
    background-color: #D9534F;
    font-size: 13px;
    width: 100%;
    display: block;
    border-radius: 0px 0px 5px 5px;
    color: white;
}

