body {
    /*
    padding-top: 60px;
    padding-bottom: 40px;
    */
}

/*
.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}

*/

.align-middle{
    margin: 0 auto;
    display: table;
}

.color-gray{
    color: #333 !important;
}

.gray{
    color: #999999 !important;
}

a:focus{
    color: #337ab7;
    text-decoration: none;
}

.full-width{
    float: left;
    width: 100%;
}

.container-text-recuperar{
    max-width: 350px;
    margin: 50px auto;
}