/*
 *
 * Template Name: Fullscreen Login
 * Description: Login Template with Fullscreen Background Slideshow
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */
@charset "utf-8";
body {
  background: #f8f8f8;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  text-align: center;
}
h1 {
  font-size: 30px;
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
form {
  position: relative;
  margin-top: 88px;
  height: 350px;
  text-align: center;
}
button {
  cursor: pointer;
  width: 300px;
  height: 44px;
  margin-top: 25px;
  padding: 0;
  background: transparent;
  /*-moz-border-radius: 6px;*/
  /*-webkit-border-radius: 6px;*/
  /*border-radius: 6px;*/
  border: 0;
  /*-moz-box-shadow:*/
  /*0 15px 30px 0 rgba(255,255,255,.25) inset,*/
  /*0 2px 7px 0 rgba(0,0,0,.2);*/
  /*-webkit-box-shadow:*/
  /*0 15px 30px 0 rgba(255,255,255,.25) inset,*/
  /*0 2px 7px 0 rgba(0,0,0,.2);*/
  /*box-shadow:*/
  /*0 15px 30px 0 rgba(255,255,255,.25) inset,*/
  /*0 2px 7px 0 rgba(0,0,0,.2);*/
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  /*text-shadow: 0 1px 2px rgba(0,0,0,.1);*/
  /*-o-transition: all .2s;*/
  /*-moz-transition: all .2s;*/
  /*-webkit-transition: all .2s;*/
  /*-ms-transition: all .2s;*/
}

/*button:hover {*/
/*-moz-box-shadow:*/
/*0 15px 30px 0 rgba(255,255,255,.15) inset,*/
/*0 2px 7px 0 rgba(0,0,0,.2);*/
/*-webkit-box-shadow:*/
/*0 15px 30px 0 rgba(255,255,255,.15) inset,*/
/*0 2px 7px 0 rgba(0,0,0,.2);*/
/*box-shadow:*/
/*0 15px 30px 0 rgba(255,255,255,.15) inset,*/
/*0 2px 7px 0 rgba(0,0,0,.2);*/
/*}*/
button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}
button:active {
  /*-moz-box-shadow:*/
  /*0 15px 30px 0 rgba(255,255,255,.15) inset,*/
  /*0 2px 7px 0 rgba(0,0,0,.2);*/
  /*-webkit-box-shadow:*/
  /*0 15px 30px 0 rgba(255,255,255,.15) inset,*/
  /*0 2px 7px 0 rgba(0,0,0,.2);*/
  /*box-shadow:*/
  /*0 5px 8px 0 rgba(0,0,0,.1) inset,*/
  /*0 1px 4px 0 rgba(0,0,0,.1);*/

  border: 0px solid #ef4300;
}

.error {
  display: none;
  position: absolute;
  top: 27px;
  right: -55px;
  width: 40px;
  height: 40px;
  background: #2d2d2d; /* browsers that don't support rgba */
  background: rgba(45, 45, 45, 0.25);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.error span {
  display: inline-block;
  margin-left: 2px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.connect {
  width: 305px;
  margin: 35px auto 0 auto;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.connect a {
  display: inline-block;
  width: 32px;
  height: 35px;
  margin-top: 15px;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.connect a:hover {
  background-position: center bottom;
}
