/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-ott-2019, 13.26.52
    Author     : Saverio
*/

#login,#signup{
    width: 100%;
    padding: 0px 15px 15px 15px;
    line-height: 16px;
    color: #333333;
    font-size: 14px;
    background: #ffffff;
}
#login{
    float:left;
}
#signup{
    float:right;
}
h3{
    color:#365D98
}
form label{
    font-weight: bold;
}
form label, form input{
    display: block;
    margin-bottom: 5px;
    width: 100%
}
form input{
    border: solid 1px #666666;
    padding: 10px;
    border: solid 1px #BDC7D8;
    margin-bottom: 20px
}
.button {
    cursor: pointer;
}
.errorMsg{
    color: #cc0000;
    margin-bottom: 10px
}
.jumbotron{
    background-color: #003366;
    color: #ffffff;
    padding:20px;
    border-radius: 20px;
}
.btn-home{
    height: 200px;
    align-content: center;
}
