﻿html {
  height: 100%; }

body {
  background-color: transparent; }

#login-block {
  padding-top: 50px;
  padding-bottom: 25px; }
  #login-block h3 {
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    opacity: 0.8;
    text-shadow: 2px 2px 2px #000;
    font-weight: normal; }

.login-box {
  position: relative;
  max-width: 480px;
  border-radius: 8px;
  padding-bottom: 20px;
  box-shadow: 2px 2px 5px #333;
  margin-top: 80px; }
  .login-box .page-icon {
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s; }

.login-logo {
  text-align: center;
  padding: 15px 0 10px;
  height: 75px;
  width: 188px;
  margin: 0 auto; }

.zoment-logo {
  text-align: center;
  padding: 15px 0 10px;
  height: 75px;
  width: 188px;
  margin: 0 auto; }

.page-icon {
  width: 125px;
  height: 125px;
  border-radius: 125px;
  border: 8px solid #f9f9fa;
  text-align: center;
  box-shadow: inset 1px 3px 8px #999;
  margin: -80px auto 0; }
  .page-icon .bgImg {
    vertical-align: middle;
    margin: 6px 0 0 3px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 100%;
    width: 100%; }

.rotate-icon {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.login-form {
  padding-left: 20px;
  padding-right: 20px; }
  .login-form .alert {
    margin-bottom: 10px;
    padding: 2px; }
  .login-form .input-field {
    display: block;
    margin: 0 auto 15px;
    width: 80%; }
  .login-form input {
    background: #fefefe;
    border: 1px solid #bfbfbf;
    color: #6c6c6c;
    padding: 8px;
    width: 100%; }
  .login-form .login-box hr {
    margin: 10px auto 20px;
    width: 70%;
    border-top: 1px solid #dddbda;
    border-bottom: 1px solid #fff; }
  .login-form form p {
    text-align: center; }

.btn.btn-login {
  width: 120px;
  display: block;
  margin: 20px auto 20px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px #c44c4c;
  background: #48c7d5;
  border: 1px solid #42a3ae;
  box-shadow: inset 0 1px 2px #73e2ed;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out; }
  .btn.btn-login:hover {
    background: #21aebd; }

.btn.btn-reset {
  width: 180px; }

.login-links {
  text-align: center; }
  .login-links a {
    color: #6c6c6c;
    display: inline-block;
    padding: 5px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .login-links a:hover {
      text-decoration: none;
      color: #e13c3c; }

#footer-text {
  text-align: center;
  color: #fff;
  opacity: 1;
  text-shadow: 1px 1px 1px #000; }
  #footer-text a {
    text-align: center;
    color: #fff;
    opacity: 1;
    text-shadow: 1px 1px 1px #000; }

.field-validation-error {
  color: #c44c4c;
  text-align: center; }

@media only screen and (max-width: 479px) {
  #login-block {
    padding-top: 10px;
    padding-bottom: 25px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #login-block {
    margin: 0 auto;
    width: 420px; } }

.alert p {
  text-align: center; }

label.checkbox {
  width: 70%;
  display: block;
  margin: 0 auto; }
  label.checkbox input {
    width: 25px;
    margin: 4px 0 0;
    padding: 0;
    background: none;
    border: 0; }

.lang-dropdown {
  font-size: 12px;
  height: 20px;
  margin: 10px;
  padding: 2px;
  width: 100px; }
