body {
    background-color: #ffffff;
    color: #333333;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.42857;
}

.erro{
	color:#f8576c;
}

.sucesso{
	color:#52a2b2;
}

.body-dark {
    background: none repeat scroll 0 0 #181d20;
}

.box-type-login:before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 325px;
  max-height: 100%;
  width: 100%;
}

.box-type-login {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  min-height: 525px;
}

.box-type-login .box {
    position: static;
}
.box {
    background-color: #ffffff;
    margin-bottom: 20px;
    position: relative;
}

.box:after {
    clear: both;
}
.box:before, .box:after {
    content: " ";
    display: table;
}

.box-type-login .box .box-head {
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -425px;
}
.box-head {
    line-height: 40px;
    position: relative;
    vertical-align: middle;
}


.box-type-login .box .box-head strong{
    color:#5d9e4c;
}

.box-head:before, .box-head:after {
    content: " ";
    display: table;
}

.box-head:after {
    clear: both;
}

.box-type-login .box .box-body {
    animation: 1.2s ease-in 0s normal none 1 fadeIn;
    height: 275px;
    width: 500px;
}
.box .style-inverse, .box.style-inverse {
    background-color: #181d20;
    border-color: #2e383d;
    color: #ffffff;
}

.box .style-normal, .box.box-style-normal {
    background-color: #f7f7f7;
    border-color: #2e383d;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    color: #555;
}
.box-body {
    padding: 20px;
    position: relative;
}

.box-centered {
    bottom: 0;
    height: 330px;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
}

.box-body:before, .box-body:after {
    content: " ";
    display: table;
}

.box-body:after {
    clear: both;
}

.box-type-login .box .box-footer {
    bottom: -380px;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.box-type-login .box .box-footer a{
    text-decoration: none;
    font-size: 1.1em;
    color: #2980b9;
}

.box .force-padding {
    padding: 20px;
}
.text-white {
    color: #ffffff;
}

.text-light {
    font-weight: 300;
}

.text-inverse-alt {
    color: #b6babb;
}

.text-center {
    text-align: center;
}