html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.logo-login{
  width: 50%;
  margin: 0 auto;
  display: block;
}

#logout-form .button_logout{
  background-color: transparent;
  border: none;
  color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 360px;
  padding: 15px;
  margin: auto;
}
.form-recover {
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: auto;
}
.form-recover > .logo-login{
  width: 40%;
}
.btn-exit {
  padding: 5px 18px;
  font-size: 14px;
  position: absolute;
  right: 1%;
  top: 2%;
}

.btn-pay{
  background-color: #fff;
  color: #444 !important;
  border: #fff;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
}
.btn-pay > img{
  width: 46%;
}
.btn-active{
  background-color: #00c4a9;
  color: #fff !important;
  border: #00c4a9;
}
.btn-active:hover{
  background-color: #01a791;
  border: #01a791;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#toggle-password{
  position: absolute;
  top: 43px;
  cursor: pointer;
  right: 15px;
}
.div_password{
  position: relative;
}
.help-block{
  color: #fff !important;
}
a{
  color: #50c5a9;
  transition: all .5s ease;
}
a:hover{
  color: #fff;
  transition: all .5s ease;
}
.text-active{
  color: #50c5a9!important;
}
.font12{
  font-size: 12px;
}
