/*

   ==========================================================================
   == Digitally Brought To You By... ========================================
   ==========================================================================
    ____            _        _____                 __  __          _ _
   |  _ \          (_)      / ____|               |  \/  |        | (_)
   | |_) |_ __ __ _ _ _ __ | (___   ___ __ _ _ __ | \  / | ___  __| |_  __ _
   |  _ <| '__/ _` | | '_ \ \___ \ / __/ _` | '_ \| |\/| |/ _ \/ _` | |/ _` |
   | |_) | | | (_| | | | | |____) | (_| (_| | | | | |  | |  __/ (_| | | (_| |
   |____/|_|  \__,_|_|_| |_|_____/ \___\__,_|_| |_|_|  |_|\___|\__,_|_|\__,_|

   ==========================================================================
   == Published: 2016 ====================== http://www.brainscanmedia.com ==
   ==========================================================================

   Description:    AdminPortal Login CSS

   @created:       02/08/2016
   @project:       AdminPortal 4.0
   @path:          css/login.css

*/

@import url(//fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(//fonts.googleapis.com/css?family=Oxygen:400,300,700|Questrial);

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  overflow: hidden;
}
.body {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -40px;
  bottom: -40px;
  width: auto;
  height: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), rgba(0, 0, 0, 0.85) url('https://www.nelsts.org/%21Admin/assets/images/bg.jpg') no-repeat center;
  background-size: cover;
  -webkit-filter: blur(5px);
  z-index: 0;
}
.header {
  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 285px);
  z-index: 2;
}
.header div {
  float: left;
  color: #fff;
  font-family:'Exo', sans-serif;
  font-size: 35px;
  font-weight: 200;
}
.header div span {
  position: absolute;
  margin-top: 2px;
  color: #cc0000 !important;
}
.header div span span {
  font-size: 14px;
  position: relative;
  margin-top: -66px;
  top: -66px;
  margin-left: 99px;
  color: #fff !important;
}
.header .bsm {
  font-family:'Questrial', sans-serif;
  font-size: 12px;
  color: #737373;
  position: absolute;
  margin-top: 44px;
  white-space: nowrap;
}
.header .bsm a {
  color: #737373;
  text-decoration: none;
}
.header .bsm a:hover {
  color: #cc0000;
  transition: 1.5s all;
  -webkit-transition: 1.5s all;
  -moz-transition: 1.5s all;
  -o-transition: 1.5s all;
}
.header .bsm a:not(:hover) {
  color: #737373;
  transition: 1.5s all;
  -webkit-transition: 1.5s all;
  -moz-transition: 1.5s all;
  -o-transition: 1.5s all;
}
.header .company {
  font-size: 16px;
  position: absolute;
  margin-top: 78px;
  white-space: nowrap;
}
.header .system {
  font-size: 14px;
  color: #666666;
  position: absolute;
  margin-top: 125px;
  white-space: nowrap;
  font-family:'Oxygen', sans-serif;
}
.login {
  position: absolute;
  top: calc(50% - 75px);
  left: calc(50% - 50px);
  height: 150px;
  width: 350px;
  padding: 10px;
  z-index: 2;
}
.login .forgotpassword {
  font-family:'Questrial', sans-serif;
  font-size: 15px;
  color: #737373;
  position: absolute;
  margin-top: 24px;
  margin-left: 69px;
  white-space: nowrap;
}
.login .forgotpassword a {
  color: #737373;
  text-decoration: none;
}
.login .forgotpassword a:hover {
  color: #cc0000;
  transition: 1.5s all;
  -webkit-transition: 1.5s all;
  -moz-transition: 1.5s all;
  -o-transition: 1.5s all;
}
.login .forgotpassword a:not(:hover) {
  color: #737373;
  transition: 1.5s all;
  -webkit-transition: 1.5s all;
  -moz-transition: 1.5s all;
  -o-transition: 1.5s all;
}
.login input[type=email] {
  width: 250px;
  height: 30px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  color: #fff;
  font-family:'Exo', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 4px;
}
.login input[type=email]:hover {
  border: 1px solid #444444;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.login input[type=email]:not(:hover) {
  transition: 1.5s all;
  -webkit-transition: 1.5s all;
  -moz-transition: 1.5s all;
  -o-transition: 1.5s all;
}
.login input[type=password] {
  width: 250px;
  height: 30px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  color: #fff;
  font-family:'Exo', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 4px;
  margin-top: 10px;
}
.login input[type=password]:hover {
  border: 1px solid #444444;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.login input[type=password]:not(:hover) {
  transition: 1.5s all;
  -webkit-transition: 1.5s all;
  -moz-transition: 1.5s all;
  -o-transition: 1.5s all;
}
.login input[type=submit] {
  width: 260px;
  height: 35px;
  background: #cc0000;
  border: 1px solid #b30000;
  cursor: pointer;
  border-radius: 2px;
  color: #fff;
  font-family:'Exo', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 6px;
  margin-top: 10px;
}
.login input[type=submit]:hover {
  background: #800;
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.login input[type=submit]:not(:hover) {
  transition: 1.5s all;
  -webkit-transition: 1.5s all;
  -moz-transition: 1.5s all;
  -o-transition: 1.5s all;
}
.login input[type=submit]:active {
  opacity: 0.6;
}
.login input[type=email]:focus {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.9);
}
.login input[type=password]:focus {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.9);
}
.login input[type=button]:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.login .alert {
  padding: 13px;
  width: 234px;
  background-color: #f44336;
  color: white;
  margin-bottom: 10px;
}
.alert.success {
  background-color: #4CAF50;
}
.alert.info {
  background-color: #2196F3;
}
.alert.warning {
  background-color: #ff9800;
}
.login .closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.login .closebtn:hover {
  color: black;
}
.modal .btn {
  background: #428bca;
  border: #357ebd solid 1px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
  text-decoration: none;
  text-align: center;
  min-width: 60px;
  position: relative;
  transition: color .1s ease;
}
.modal .btn:hover {
  background: #357ebd;
}
.modal .btn.btn-big {
  font-size: 18px;
  padding: 15px 20px;
  min-width: 100px;
}
.modal .btn-close {
  color: #aaa;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 0;
}
.modal .btn-close:hover {
  color: #919191;
}
.modal:before {
  content:"";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal:target:before {
  display: block;
}
.modal:target .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
}
.modal-dialog {
  color: #000;
  background: #fefefe;
  border: #333 solid 1px;
  border-radius: 5px;
  margin: auto auto;
  position: fixed;
  top: 50%;
  left: -webkit-calc(30%);
  left: -moz-calc(30%);
  left: calc(30%);
  z-index: 11;
  width: 40%;
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-body {
  text-align: center;
  padding: 20px;
}
.modal-header, .modal-footer {
  padding: 10px 20px;
}
.modal-header {
  text-align: center;
  border-bottom: #800 solid 12px;
}
.modal-footer {
  border-top: #800 solid 1px;
  text-align: center;
}
.modal #close {
  display: none;
}
.modal p {
  color: #000;
  font-family:'Source Code Pro', sans-serif;
  font-size: 14px;
}
.modal input[type=email] {
  width: 250px;
  height: 30px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  color: #000;
  font-family:'Exo', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 4px;
}
.modal input[type=email]:hover {
  border: 1px solid #b30000;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.modal input[type=email]:not(:hover) {
  transition: 1.5s all;
  -webkit-transition: 1.5s all;
  -moz-transition: 1.5s all;
  -o-transition: 1.5s all;
}
.modal ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.modal ::-moz-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 850px) {
 .modal-dialog { width: auto; left: calc(25%); }
 .modal input[type=email] { width: 400px; }
}

@media screen and (max-width: 600px) {
 .header { float: none; position: absolute; top: 50px;  left: calc(34%); }
 .login  { float: none; position: absolute; top: 240px; left: calc(29%); }
 .modal-dialog { width: auto; left: calc(13%); }
 .modal input[type=email] { width: 400px; }
}

@media screen and (max-width: 560px) {
 .header { float: none; position: absolute; top: 50px;  left: calc(30%); }
 .login  { float: none; position: absolute; top: 240px; left: calc(25%); }
 .modal-dialog { width: auto; left: calc(7%); }
 .modal input[type=email] { width: 400px; }
}

@media screen and (max-width: 500px) {
 .header { float: none; position: absolute; top: 50px;  left: calc(27%); }
 .login  { float: none; position: absolute; top: 240px; left: calc(22%); }
 .modal-dialog { width: auto; left: calc(5%); }
 .modal input[type=email] { width: 350px; }
}

@media screen and (max-width: 414px) {
 .header { float: none; position: absolute; top: 50px;  left: calc(25%); }
 .login  { float: none; position: absolute; top: 240px; left: calc(18%); }
 .modal-dialog { width: auto; left: calc(0%); }
 .modal input[type=email] { width: auto; }
}

@media screen and (max-width: 375px) {
 .header { float: none; position: absolute; top: 50px;  left: calc(22%); }
 .login  { float: none; position: absolute; top: 240px; left: calc(13%); }
 .modal-dialog { width: auto; left: calc(0%); }
 .modal input[type=email] { width: auto; }
}

@media screen and (max-width: 320px) {
 .header { float: none; position: absolute; top: 50px;  left: calc(16%); }
 .login  { float: none; position: absolute; top: 240px; left: calc(7%); }
 .modal-dialog { width: auto; left: calc(0%); }
 .modal input[type=email] { width: auto; }
}