﻿.caixa-centro {
    width:450px;
    min-height:150px;
    background-color:#e9e9e9;
    position:absolute;
    top:200px;
    left:50%;
    margin-left:-200px;
    /*margin-top:-75px;*/
    padding:20px;

}

.caixa-centro h2 {
    margin:0;
    font-size:20px;
    color:#999;
    margin-bottom:15px;
}

.caixa-centro input[type=text], .caixa-centro input[type=email], .caixa-centro input[type=password] {
    padding:5px;
    margin-bottom:10px;
}
.caixa-centro .alert {

}
.btn-azul {
    border-radius: 3px;
    padding: 10px 20px;
    background: #2795ee;
    border: none;
    color: #fff;
    font-size: .9em;
    font-weight: 700;
    cursor: pointer;
}
/*.caixa-centro.alterar-senha {
    min-height:270px;
    margin-top:-200px;
}*/