﻿.Login_page {
    margin-top:100px;
}

.Login_divInput {
    height: 60px;
    text-align: center;
}

#Login_txtUsername {
    border-color: transparent;
    background-color: transparent;
    border-bottom-color: Gainsboro;
    border-radius: 0px;
    width: 350px;
}

#Login_txtPassword {
    border-color: transparent;
    background-color: transparent;
    border-bottom-color: Gainsboro;
    border-radius: 0px;
    width: 350px;
}

#Login_btnLogin {
    width: 150px;
    border-bottom-color: Gainsboro;
    background-color: #74a925;
    color: WhiteSmoke;
}

#Login_divBtnLogin {
    margin-top: 100px;
}

.LoginPwdRecu {
    font-size: 0.7em;
    font-family: sans-serif;
}

.Login_container {
    width:500px;
    border: 1px solid Gainsboro;
    border-radius: 6px;
    box-shadow: 3px 3px 1px Gainsboro;
    margin:0 auto;
}

.Login_divTitolo {
    height: 60px;
    text-align: center;
    border-bottom-color: Gainsboro;
    background-color: #74a925;
    color: WhiteSmoke;
    font-size: 1.6em;
    font-family: sans-serif;
    padding-top: 50px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.Login_divWait {
    height:20px;
    margin-bottom:20px;
    text-align:center;
}
