html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
    z-index: 99999;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.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:last-of-type {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.footer.buttons{
  float: right;
}

.flex-center.position-ref.full-height{
  overflow: hidden;
  /* overflow-y: scroll; */
}

[role="main"]{
  padding-top: 0px !important;
  margin-top: 118px;
  overflow-y: scroll;
  padding-bottom: 88px;
}

.login-form-3 .form-group {
  position: relative;
}

.login-form-3 .form-group i {
    position: absolute;
    left: 0;
    top: 16px;
}

.login-form-3 .form-group + .form-group {
  margin-top: 30px;
}

.captcha{

  margin-top: 5px;
  margin-bottom: 5px;
  z-index: 99;
  float: right;
}
