﻿/*html,
body {
    height: 100%;
}*/
/*body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}*/
.form-signin {
  padding: 0 40px;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input {
  border-radius: 0;
  margin-top: 20px;
  text-align: center;
}

.dntCaptcha {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .action-box {
    min-height: 75px;
  }
  .form-signin .form-control {
    padding: 10px;
  }
}
h1 {
  margin: 15px 0 20px 0px !important;
}

#togglePassword {
  position: absolute;
  right: 30px;
  bottom: 10px;
  cursor: pointer;
}
