﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #3b7769;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top:70px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.logo {
    background: url("../images/logo.png") no-repeat;
    background-size:contain;
    height: 35px;
    width: 99px;
    float:left;    
}

.panel-header{
    margin-left:120px;
    font-size:24px;
    color: #0a5442;

}

#frmRecuperaEmail .btn, #frmAlteraSenha .btn{
    background-color:#0a5442;
    border: 1px solid #b7b7b7;
    width:40%;
    position: relative;
    left:123px;
}

#Resposta{
    color:red;
    text-align:center;
}
#Resposta.success{
    color:blue;
    text-align:center;
}

#loading {
    display: none;
    background: url("../content/images/loader.gif") no-repeat;
    position: absolute;
    left: 42%;
    top: 15%;
    z-index: 999;
    height: 100px;
    width: 200px;
    ;
}