﻿body 
{
    background-color: #F7F7F7;
    background-position: center -5%;
    background-size: 65%;
}

.loginBox 
{
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 17px 10px 36px -1px rgba(212,212,212,1);
    -moz-box-shadow: 17px 10px 36px -1px rgba(212,212,212,1);
    box-shadow: 17px 10px 36px -1px rgba(212,212,212,1);
    border-radius: 3px;
    padding: 30px;
    background: #FFF;
    padding-top: 0px;
    padding-bottom: 0px;
}

#ctl01, #ctl02{
    display:block;
    height:20px;
    line-height:18px;
    margin-bottom:5px;
}

.inputs{
    width:350px;
}

#campoUsername input[type=text] {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    height: 15px;
    margin-top: 8px;
    margin-bottom: 5px;
    color: #6b6b6b;
    width: 95%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#campoPassword input[type=password] {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    height: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #6b6b6b;
    width: 95%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#campoRicordami 
{
    color: #6b6b6b;
    font-size: 12px;
}

    #campoRicordami label {
        position: relative;
        top: -3px;
    }

.boxBtn {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 20px;
}

.boxBtn a 
{
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #4fb99c;
    border: 1px solid #429c84;
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
}

.boxBtn a:hover 
{
    background-color: #429c84;
}

.validationError
{
    font-family:'Open Sans', sans-serif;
    font-size:13px;
    font-weight:600;
    color: #bb3f3f;
    width: 100%;
    height: 2px;
    border-radius: 1px;
}

.logo_ad
{
    text-align:center;
}

.logo 
{
    display: block;
    width: 200px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.logo_ad img {
    width: 30%;
    position: relative;
    bottom: -50px;
}

@media only screen and (min-width:0px) and (max-width:600px) {
    .inputs{
        width:unset;
    }
}

@media only screen and (min-width:0px) and (max-width:450px) {
    #campoUsername input[type=text] {
        padding:7px
    }

    #campoPassword input[type=password] {
        padding: 7px
    }

    .boxBtn {
        margin-top: 25px;
        margin-bottom: 5px;
    }

    .boxBtn a{
        padding:10px;
        padding-left:20px;
        padding-right:20px;
    }
}