﻿/* BASIC */
html, body {
  height: 100%;
  margin: 0; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #404040; }

a {
  color: #92badd;
  display: inline-block;
  text-decoration: none;
  font-weight: 400; }

h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 8px 10px 8px; }

.box-content {
  background: #FFFFFF;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 28px 28px 24px 28px;
  box-sizing: border-box;
  margin: 6vh auto 0 auto;
  width: 100%; }

input[type=text].form-control, input[type=password].form-control {
  border-radius: 4px; }

.btn-submit {
  margin-right: 0 !important; }

.control-wrapper {
  margin-bottom: 10px; }

.page-header h1 {
  color: #3b4956;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: -1px; }

.box-login {
  background: #FFFFFF;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 28px 28px 24px 28px;
  box-sizing: border-box;
  margin: 6vh auto 0 auto;
  width: 100%; }
  .box-login .btn-primary {
    margin-right: 0 !important; }
  .box-login .box-login .actions {
    position: relative;
    top: -6rem;
    width: 50%;
    margin-bottom: -2rem; }
  .box-login .icheck-wrapper {
    margin-bottom: 30px; }
  .box-login a.btn:hover, .box-login a.btn:active, .box-login a.btn:visited, .box-login a.btn:link {
    text-decoration: none; }
  .box-login a:hover {
    text-decoration: underline; }

.fixed-height-login-box {
  min-height: 560px; }

.form-control {
  border-radius: 0;
  font-size: 13px;
  color: #404040;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.form-control:focus {
  border-color: #595959;
  box-shadow: 0 0 8px rgba(64, 64, 64, 0.6);
  outline: 0 none; }

.copyright {
  font-size: 11px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
  left: 0;
  width: 100%; }

.contact {
  text-align: center;
  position: absolute;
  bottom: 20px;
  display: inline-block;
  transform: translate(-50%, 0);
  left: 50%;
  width: 100%; }

.input-icon {
  position: relative;
  display: block; }

.input-icon > input {
  padding-left: 1.9rem; }

.input-icon > [class*="fa-"] {
  bottom: 0;
  color: #909090;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  left: 5px;
  line-height: 40px;
  padding: 0 4px;
  position: absolute;
  top: 0;
  z-index: 2; }

/* STRUCTURE */
.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px; }

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  text-align: center; }

#formContent2 {
  background: #fff;
  padding: 30px;
  position: relative;
  width: 90%;
  max-width: 960px; }

#formFooter {
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px; }

/* TABS */
h2.inactive {
  color: #cccccc; }

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9; }

.btn {
  border-radius: 8px;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px; }

.btn:focus {
  outline-offset: 3px;
  box-shadow: none; }

.remember {
  color: #404040;
  display: inline-block;
  position: relative;
  top: -5px; }

/* ANIMATIONS */
/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s; }

.fadeIn.first {
  padding: 40px;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.mmh {
  margin: 10px; }

.mmh .left-aligned {
  text-align: left; }

.mmm {
  padding-top: 10px; }

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s; }

.underlineHover:hover {
  color: #0d0d0d; }

.underlineHover:hover:after {
  width: 100%; }

/* OTHERS */
*:focus {
  outline: none; }

#icon {
  width: 60%; }

.btn {
  margin: 10px;
  border-width: 0; }

.field-validation-error {
  color: red; }

.codes-container {
  max-width: 14rem;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0;
  border-radius: 1rem; }
  .codes-container .codes h2.code {
    text-transform: none;
    margin-top: 1rem;
    margin-bottom: 1rem; }

.content-bg {
  background: #ffffff; }

.btn-spinner-left {
  position: relative;
  display: none;
  width: 14px;
  height: 14px;
  margin-bottom: -2px;
  margin-right: 10px; }

.btn-spinner-right {
  position: relative;
  display: none;
  width: 14px;
  height: 14px;
  margin-bottom: -2px;
  margin-left: 5px; }
