﻿html {
    height: 100%;
}

body {
    background: #e6e6e6;
    background-image: url(/Images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
}

.logo {
    height: auto;
    width: auto;
    max-width: 250px;
    max-height: 250px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.frase {
    width: 100%;
    margin: 80px auto;
    font-size: 55px;
    font-weight: 400;
    color: #fff;
    font-family: 'Trebuchet MS';
    text-align: center;
}

.login {
    margin: 100px auto;
    width: 300px;
    padding: 30px 25px;
    background: rgba(220,220,220,0.15);
    /*background: rgba(3,3,3,0.25);*/
    box-shadow: 1px 1px 50px #000;
}

h1.login-title {
    background-image: url(/Images/views-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 80px;
    margin: -28px -25px 25px;
    padding: 15px 25px;
    line-height: 30px;
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    font-family: 'Trebuchet MS';
}

.login-input {
    width: 285px;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 10px;
    font-size: 17px;
    font-family: 'Trebuchet MS';
    border: 1px solid #ccc;
    color: #fff;
    border-radius: 4px;
    background: rgba(3,3,3,.4);
    border: 0;
}

.login-input:focus {
    border-color: #6e8095;
    outline: none;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

.login-button {
    background: rgba(3,3,3,.7);
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    outline: 0;
    font-family: 'Trebuchet MS';
}

.error {
    padding: 10px;
    line-height: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #900000;
    text-align: center;
    font-family: 'Trebuchet MS';
}