body {
  background-color: #eee;
}

.wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

.form-signin {
  max-width: 380px;
  padding: 15px 35px 30px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {  
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight:  normal;
}

.form-signin .checkbox {
  font-weight: normal;
}


.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


h2, h3, h4 {
  color: #606060;
}

.wrapper {
  text-align: center;
  margin-bottom: 8px;
}

#secure-connection {
  margin-top: 12px;
  color: #56C653;
  padding-left: 44px;
  font-size: 24px;
  padding-top: 10px;
  padding-right: 8px;
  background-image: url(../img/padlock-1.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 10px 4px;
}

#secure-connection span {    
    color: #A0A0A0;
}

#rol-link-container {
  font-size: 12px;
  text-align: center;
}

#rol-link {
  font-weight: bold;
}