@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Light.html") format("ttf");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Regular.html") format("ttf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open-sans/OpenSans-Bold.html") format("ttf");
  font-weight: 700;
  font-style: normal; }
/****************  Mixins  ****************/
body {
  margin: 0;
  font: normal 13px 'Open Sans', sans-serif;
  line-height: 18px;
  color: #333333;
  background: #35404f; }
  body.error {
    background-image: url("../img/not-found.jpg");
    background-size: cover; }
  body.forgot-pwd {
    background-color: #2a303e; }
  body.login {
    background-color: #2a303e; }
  body.lock-screen {
    background-color: #47b7c0; }

a {
  color: #1a1a1a;
  text-decoration: none; }
  a:hover {
    color: #000000;
    text-decoration: underline; }
  a:focus {
    outline: none;
    text-decoration: none;
    color: #000000; }

#login-wrapper {
  width: 320px;
  background-color: white;
  margin: 90px auto 20px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 0 20px 0; }

#login_header {
  margin: 0 20px;
  text-align: center; }
  #login_header img.logo {
    max-width: 110px;
    text-align: center;
    margin: 0 auto 30px auto; }

.login-user {
  margin: 0 auto;
  text-align: center; }
  .login-user img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    max-width: 60px }

h5 {
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
  font-weight: 500;
  padding: 20px; }

.form-block {
  position: relative; }
  .form-block i {
    position: absolute;
    right: 15px;
    top: 13px;
    color: #4d4d4d;
    font-size: 16px; }

#inputs {
  margin: 0 20px;
  position: relative; }

input[type=text], input[type=password], input[type=email] {
  width: 100%;
  height: 42px;
  position: relative;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px; }

input[type=text], input[type=password], input[type=email] {
  border: thin solid #bed2e5;
  color: #000000;
  font-size: 13px; }

input[type=text]:hover, input[type=password]:hover, input[type=email]:hover {
  border: thin solid #3a86c8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus {
  border: thin solid #9ab8d7;
  border-left: thin solid #e84f4c;
  outline: none; }

input[type=submit] {
  color: #ffffff;
  font-size: 18px;
  background-color: #3B5998;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  padding: 15px; }
  input[type=submit]:hover {
    background-color: #4568b2;
    color: #ffffff; }
  input[type=submit]:focus {
    outline: none;
    border: 0; }

#login_footer {
  margin: 0 20px; }
  #login_footer p {
    margin: 0;
    font-size: 12px; }
  #login_footer a {
    color: #e84f4c; }

.lockscreen-wrapper {
  padding: 150px 0 20px 0;
  text-align: center;
  color: #ffffff;
  width: 70%;
  margin: auto; }
  .lockscreen-wrapper .avatar {
    position: relative;
    margin: auto;
    width: 90px; }
    .lockscreen-wrapper .avatar img {
      padding: 3px;
      border: 3px solid rgba(255, 255, 255, 0.2);
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      width: 78px; }
    .lockscreen-wrapper .avatar .lock {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 32px;
      height: 32px;
      background: #e84f4c;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
      .lockscreen-wrapper .avatar .lock i {
        color: #ffffff;
        line-height: 32px; }
  .lockscreen-wrapper h3 {
    margin: 0 0 30px 0; }
  .lockscreen-wrapper h5 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 14px; }
  .lockscreen-wrapper a i {
    vertical-align: middle; }

.subscribe-form {
  margin: 10px auto 10px auto;
  height: 52px;
  text-align: center;
  width: 300px;
  position: relative; }
  .subscribe-form input.subscribe-email {
    width: 300px;
    height: 52px;
    padding: 13px 5px 11px 20px;
    float: left;
    font-size: 16px;
    line-height: 52px;
    border: 0;
    color: #000000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .subscribe-form .subscribe-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    border: none;
    height: 48px;
    width: 70px;
    text-align: center;
    color: #ffffff;
    background-color: #e84f4c;
    -webkit-border-radius: 10px 30px 30px 10px;
    -moz-border-radius: 10px 30px 30px 10px;
    border-radius: 10px 30px 30px 10px; }
    .subscribe-form .subscribe-btn:hover, .subscribe-form .subscribe-btn:focus {
      background-color: #e53935;
      outline: none;
      cursor: pointer; }
    .subscribe-form .subscribe-btn i {
      font-size: 21px;
      vertical-align: middle;
      line-height: 48px; }

.error-container {
  text-align: center;
  width: 300px;
  height: 300px;
  margin: 150px auto 20px auto; }
  .error-container h1 {
    font-size: 132px;
    color: #ffffff;
    line-height: 132px;
    margin: 0 0 10px 0; }
    .error-container h1 i {
      font-size: 140px; }
  .error-container p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 50px 0;
    text-align: center;
    text-shadow: 0 0 3px #000000; }
  .error-container .btn {
    font-size: 16px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #fed541;
    color: #000000;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    margin: auto;
    padding: 20px 32px;
    width: 120px;
    text-decoration: none; }
    .error-container .btn:hover {
      background: #fdc90f; }

/*# sourceMappingURL=login.css.map */
