﻿html, body {
    background: #F1F1F1 fixed;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100%;
}

a {
    color: #af2c2b;
}
a:hover {
    text-decoration: none;
}
/* fine navigazione */
.body-content {
    padding-top: 80px;
}
/*---------------------------- log in----------------------------------- */
/*-----------------------------------------------------------------------*/
.wrapper .alert {
    height: 80px;
    margin-bottom: 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.wrapper {
    height: 100%;
    background-image: url('../images/bg_giuneco.jpg');
    background-position: center;
    background: cover;
}
.wrapper div{
    height: 100%;
}
img.logo {
    width: 90%;
    max-width: 320px;
    height: 100px;
    max-height: 200px;
    margin: 0px auto 50px auto;
    border: 0px solid #000000;
    background-image: url('../images/logo_giuneco.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right;
}
div.col-nopadding{
    padding: 0px;
}
div.logdiv {
    background-color: #FFFFFF;
    padding: 40px 20px;
    border-top: 15px solid #af2c2b;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(90,90,90,0.30);
    -moz-box-shadow: 0px 0px 10px 0px rgba(90,90,90,0.30);
    box-shadow: 0px 0px 10px 0px rgba(90,90,90,0.30);
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    height: 100%;
}

form {
    display: block;
}

div.form-group {
    text-align: left;
    height: 60px;
    margin-bottom: 5px;
}

span.field-validation-valid {
}

.btn {
    width: 100%;
    max-width: 100%;
    text-transform: uppercase;
}

.btn-login {
    background-color: #af2c2b;
    color: #FFFFFF;
}
.btn-login:hover {
    background-color: #db1515;
    color: #FFFFFF;
}
.btn-cancel{
    background-color: rgba(90,90,90,0.30);
    color: #FFFFFF;
}
.btn-cancel:hover {
    background-color: #333333;
    color: #FFFFFF;
}
/* fine log in */
/*--------------------------------LOGOUT----------------------------------*/
.lgdout {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 50px;
    padding: 100px 30px;
}
/* footer */
footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 60px;
    width: 100%;
    background: #af2c2b;
    line-height: 4;
    padding: 0 30px;
    color: #FFFFFF;
}
footer a{
    color: #FFFFFF;
}
footer a:hover{
    color: #ff6a00;
}
p.pby {
    float: right;
}
