﻿body {
  background: rgba(0, 0, 0, 0) url("../../Common/Images/login_layout.png") no-repeat fixed center;
  font-family: "Titillium Web", sans-serif;
  background-size: cover;
  font-size: 18px;
}
.login_page .content_page {
  width: 600px;
  margin: 0 auto;
  position: fixed;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login_page .content_page .logo_login {
  padding: 0 0 50px;
  margin: 0 auto;
  text-align: center;
}
.login_page .content_page .logo_login img {
  width: 200px;
}
.login_page .content_page .well {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 0px;
  box-shadow: none;
}
.login_page .content_page .form-horizontal {
  margin: 21px 0px;
}
.login_page .content_page .form-horizontal .form-group {
  margin: 21px 6px;
}
.login_page .content_page .form-horizontal .form-group .btn_succes {
  background: #009ff5;
  border: 1px solid #009ff5;
  border-radius: 41px;
  box-shadow: none;
  float: right;
  font-family: "Titillium Web", sans-serif;
  font-size: 1em;
  font-weight: 600;
  padding: 10px 70px;
  text-transform: inherit;
  transform: none;
  color: #fff;
  outline: none;
}
.login_page .content_page .form-horizontal .form-group .btn_succes:focus {
  outline-offset: unset;
}
.login_page .content_page .form-horizontal .form-group .btn_succes.back {
  background: #fff;
  color: #009ff5;
  float: left;
}
.login_page .content_page .form-horizontal .form-group .form-control {
  margin: 0px 0px;
  background: #393b4b;
  border-radius: 4px;
  border: 0px;
  height: 60px;
  font-size: 1.3888em;
  color: #fff;
}
.login_page .content_page .form-horizontal .form-group .form-control:focus {
  box-shadow: none;
  border: 0;
  outline: 0;
  transition: none;
}
.login_page .checkbox_rememberme input[type=checkbox] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.login_page .checkbox_rememberme input[type=checkbox] + label.rememberme {
  padding-left: 40px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 1em;
  vertical-align: middle;
  cursor: pointer;
}
.login_page .checkbox_rememberme input[type=checkbox]:checked + label.rememberme {
  background-position: left bottom;
}
.login_page label.rememberme {
  background-image: url("../../Common/Images/form-checkbox.png");
  background-position: 0 0;
  color: #81818e;
  font-weight: normal;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.login_page .checkbox_rememberme {
  line-height: 47px;
}
.login_page .forget_password_row {
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-size: 1em;
  opacity: 0.75;
}