md-input-container label {
    color: #AAAAAA;
}

.login-form{
    width: 500px;
    height: 550px;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 40px 70px 95px 70px;
}

.login-button{
    width: 100%;
    height: 60px;
    margin: 0;
}

.login-body {
    background: linear-gradient(to bottom, rgba(1, 87, 155, 1) 50%, rgba(236, 236, 236, 1) 50%); /* W3C */
}

.rodape {
    position:absolute;
    bottom:0;
    height:35px;
    margin-left: -25px;color: #9E9E9E;
}

.recovery-form{
    width: 500px;
    height: 500px;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 40px 70px 95px 70px;
}

.accountPortalModalDialog {
    display: block;
    margin: 24px 0;
    font-size: 0.85em;
    line-height: 1.4;
    text-align: center;
}