/* **************
O P E N   S A N S
************** */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("font/OpenSans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("font/OpenSans/OpenSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("font/OpenSans/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("font/OpenSans/OpenSans-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("font/OpenSans/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("font/OpenSans/OpenSans-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("font/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("font/OpenSans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
}
/* ******************************
R I G H T E O U S   R E G U L A R
****************************** */
@font-face {
  font-family: "Righteous Regular";
  src: url("font/Righteous-Regular/Righteous-Regular.ttf") format("truetype");
}
body:before {
  content: "";
  background-image: url(../img/login-background.jpg);
  background-position: center center;
  background-size: cover;
  border-top: 1px solid RGBA(0, 0, 0, 0.5);
  bottom: 0px;
  box-shadow: inset 0px 20px 20px -10px RGBA(0, 0, 0, 0.4);
  height: 40%;
  position: fixed;
  width: 100%;
  z-index: -1;
}

.center-parent {
  display: table;
  height: 100%;
  width: 100%;
}

.center-child {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.form-login {
  display: inline-block;
  height: 100%;
  max-height: calc(398px * 0.95);
  max-width: calc(300px * 0.95);
  width: 100%;
}

.form-login-border {
  background-color: #EEE;
  border: 1px solid RGBA(0, 0, 0, 0.75);
  border-radius: 2px;
  box-shadow: 0px 0px 50px -20px RGBA(0, 0, 0, 0.5), 0px 7px 10px -5px RGBA(0, 0, 0, 0.5), inset 0px 0px 1px 1px RGBA(255, 255, 255, 1), inset 0px -200px 240px -100px RGBA(0, 0, 0, 0.4);
  height: inherit;
  max-height: inherit;
  max-width: inherit;
  padding: 0px calc(20px * 0.95);
  width: inherit;
}

.form-group {
  border-radius: 4px;
  box-shadow: -1px -1px 1px RGBA(255, 255, 255, 0.5), 1px 1px 1px RGBA(255, 255, 255, 1);
  margin-top: calc(20px * 0.95);
  padding: 0px;
}
.form-group .form-control {
  border: 1px solid #666;
  height: calc(40px * 0.95) !important;
  margin: 0px;
}
.form-group .form-control:first-child {
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.form-group .form-control:last-child {
  border-top-color: #CCC;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.photo {
  box-shadow: 0px 0px 20px -5px RGBA(0, 0, 0, 0.5);
  height: calc(150px * 0.95);
  margin: 0px auto;
  width: calc(150px * 0.95);
}

.logo {
  color: #666;
  font-size: calc(64px * 0.95);
  margin: calc(-98px * 0.95) 0px calc(35px * 0.95) 0px;
  text-shadow: 0px 1px 5px RGBA(0, 0, 0, 0.5);
}

.password-recover {
  text-align: right;
  margin-bottom: 10px;
  margin-top: -7px;
}
.password-recover a {
  cursor: pointer;
  color: #fff;
  font-size: 11px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

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