﻿@import url('https://fonts.googleapis.com/css?family=Roboto');



body {
    font-family: 'Roboto', sans-serif;
    background: url(../Resources/Fondologin.png) 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: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 400px;
    max-width: 95%;
    height: auto;
    text-align: center;
    background-color: white;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    padding: 40px;
}

.controlLogin {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.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;
}
