html,body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  height: 100vh;
  background-color: #fff;
}
body:before
{
    /*background-color: #56baed;*/
    background-color: #fff;
}

.pglogin a {
  /*color: #92badd;*/
  color:#939393;
  display:inline-block;
  text-decoration: none;
  font-weight: 400;
}

.pglogin h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
 /* text-transform: uppercase;*/
  display:inline-block;
  margin: 40px 8px 10px 8px; 
  color: #cccccc;
}



/* STRUCTURE */

.pglogin .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 100%;
  /*padding: 20px;*/
  padding: 20px;
}

.pglogin #formContent {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  -webkit-border-radius: 10px 10px 10px 10px;
 /* border-radius: 10px 10px 10px 10px;*/
 border-radius: 0;
 /* background: #fff;*/
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
  /*padding: 30px;*/
 /* width: 90%;
  max-width: 450px;*/
   width: 40%;
  /*max-width: 400px;*/
  max-width: 350px;
  position: relative;
  padding: 0px;
  padding-bottom: 80px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}
.pglogin #formContent form
{
  margin-top:25px;
}
.pglogin #formContent form .form-group
{
  margin-bottom: 40px
}

input[type="checkbox"]:checked ~ .text::before
{
  /*border-color:#d0d0d0;*/
  border-color:#939393;

}
.pglogin #formContent .chk_rememberme:hover input[type="checkbox"] ~ .text::before
{
  /*border-color:#56baed;*/
  border-color:#000000;
}
.pglogin #formContent .glyphicon-user,.pglogin #formContent .glyphicon-lock
{
  position: absolute !important;
  left:57px;
  line-height: 2.2;
  font-size:12px;
  color:#000000;
  opacity: 1 !important;
}
.forgotpass
{
  margin-top:0;
}
.pglogin #formContent .glyphicon-user:focus,.pglogin #formContent .glyphicon-lock:focus
{
  opacity: 1 !important
}
.pglogin #formContent .chk_rememberme label{
  /*color:#939393;*/
  font-size:12px;
  color:#00aaf1;

}
.pglogin #formHeader
{
   /*background-color: #f6f6f6;*/
   background-color: #ffffff;
  border-bottom: 1px solid #dce8f1;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius:  10px 10px 0 0;
  padding: 10px;
}

.pglogin #formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  /*padding: 25px;*/
  padding: 15px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.pglogin #formContent h2.active {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  color: #000000;
  font-weight: bold !important;
  margin-top:50px;
  /*border-bottom: 2px solid #5fbae9;*/
}
/* TABS */

.pglogin h2.inactive {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  color: #cccccc;
}

.pglogin h2.active {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
 /* color: #0d0d0d;*/
 /*font-size:14px;*/
 /*margin:0;*/
 margin:20px 0 15px;
  
}
/* FORM TYPOGRAPHY*/

.pglogin input[type=button], .pglogin input[type=submit], .pglogin input[type=reset]  {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
 /* background-color: #56baed;*/
 background-color: #000000;
  border: none;
  color: #fff;
  font-weight: bold;
 /* padding: 15px 80px;*/
  padding: 5px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
 /* margin: 5px 20px 40px 20px;*/
  margin: 5px 20px 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pglogin input[type=button]:hover, .pglogin input[type=submit]:hover, .pglogin input[type=reset]:hover  {
  /*background-color: #39ace7;*/
  background-color: #000000;
}

.pglogin input[type=button]:active, .pglogin input[type=submit]:active, .pglogin input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}


.pglogin input[type=text],.pglogin input[type=password] {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background-color: transparent;
  border: none !important;
 /* color: #0d0d0d;*/
  color: #000000;
 /* padding: 15px 32px;*/
  /*padding: 10px 32px;*/
  padding: 5px 2px 0 26px;

  text-align: left !important;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
 /* margin: 5px;*/
 /* width: 85%;*/
  margin: 0;
 /* width: 55%;*/
  width: 82% !important;
  box-shadow: none !important;
  /*border-bottom: 2px solid #f6f6f6 !important;*/
  border-bottom: 1px solid #000000 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  /*outline-color:#f6f6f6 !important;*/
  outline-color: transparent;
}

.pglogin input[type=text]:focus,.pglogin input[type=password]:focus {
  background-color: transparent;
  border-bottom: 2px solid #5fbae9;
  color:#000;
}

.pglogin input[type=text]::placeholder,.pglogin input[type=password]::placeholder {
  /*color: #cccccc;*/
  color:#000000;
}
.pglogin input[type=text]::-webkit-input-placeholder,.pglogin input[type=password]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000000;
}
.pglogin input[type=text]:-moz-placeholder,.pglogin input[type=password]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000000;
    opacity: 1;
}
.pglogin input[type=text]::-moz-placeholder,.pglogin input[type=password]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000;
    opacity: 1;
}
.pglogin input[type=text]:-ms-input-placeholder,.pglogin input[type=password]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}
/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.pglogin .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}

.pglogin #icon {
  /*width:60%;*/
  width:50%;
  margin-top:10%;
}
.login_error
{
  position: absolute;
  top:0;
  right:0;
}





/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */

   /* .pglogin #formContent
     {
      width:90% !important;
      max-width:850px !important;
     }*/

}



@media  screen and (max-width : 1500px) {}
@media  screen and (max-width : 1400px) {
 .pglogin #formContent .glyphicon-user, .pglogin #formContent .glyphicon-lock
  {
     position: absolute;
     left:59px;
     line-height: 2;
     font-size:12px;
  }


}
@media  screen and (max-width : 1300px) {
  .pglogin #formContent .glyphicon-user, .pglogin #formContent .glyphicon-lock
  {
     position: absolute;
     left:57px;
     line-height: 2;
     font-size:12px;
  }
  .pglogin #formContent form .form-group {
    margin-bottom: 25px;
  }
  .pglogin input[type=text], .pglogin input[type=password]
  {
    padding: 5px 2px 0 26px;
    font-size: 14px;
  }
 .pglogin h2{
    font-size:16px;
  }
   .pglogin #formContent
  {
    width:100%;
    max-width: 350px;
  }
  .pglogin #formContent h2
  {
    margin: 40px 8px 10px 8px; 
  }
  .pglogin a
  {
    font-size:12px;
  }
  .forgotpass
  {
    margin:10px 0 5px;
  }
  .pglogin input[type=button]
  {
    font-size: 16px;
    padding: 5px 60px;
  }
  .pglogin #formContent .chk_rememberme label{
  /*color:#939393;*/
 
  color:#00aaf1;

}
input[type=checkbox]~.text, input[type=radio]~.text
{
  font-size:12px;
}
}
@media screen and (max-width : 1200px) {
 .pglogin #formContent
  {
    max-width: 550px;
  }
  .pglogin #formContent .glyphicon-user, .pglogin #formContent .glyphicon-lock {
    position: absolute;
    left: 100px;
    line-height: 1.7;
    font-size: 14px;
}
input[type=checkbox]~.text, input[type=radio]~.text {
    font-size: 13px;
}
.pglogin input[type=button] {
    font-size: 18px;
    padding: 5px 50px;
}
input[type=checkbox]~.text, input[type=radio]~.text {
    font-size: 14px;
}

}

@media screen and (max-width : 992px) {

 .pglogin h2{
    font-size:32px;
  }
  .pglogin #formContent
  {
    width:100%;
    max-width: 650px;
  }
  .pglogin #formContent form
  {
    margin-top:25px;
  }
  .pglogin #formContent form .form-group
  {
    margin-bottom: 60px
  }
 .pglogin #formContent h2
  {
    margin: 100px 8px 10px 8px; 
  }
  .pglogin #formContent .glyphicon-user, .pglogin #formContent .glyphicon-lock
  {
     position: absolute;
     left:130px;
     line-height:2;
     font-size:30px;
  }
  .pglogin input[type=text], .pglogin input[type=password]
  {
    padding: 5px 2px 0 66px;
    font-size: 36px;
  }
  .pglogin a
  {
    font-size:26px;
  }
  .forgotpass
  {
    margin:60px 0 0;
  }
  .pglogin input[type=button]
  {
    font-size: 32px;
    padding: 10px 120px;
  }
  .pglogin #formContent .chk_rememberme label{
  /*color:#939393;*/
  font-size:12px;
  color:#00aaf1;

}
input[type=checkbox]~.text, input[type=radio]~.text
{
  font-size:18px;
}

}
@media screen and (max-width : 800px) {
  .pglogin h2{
    font-size:32px;
  }
  .pglogin #formContent
  {
    width:100%;
    max-width: 350px;
  }
 .pglogin #formContent h2
  {
    margin: 100px 8px 10px 8px; 
  }
  .pglogin #formContent .glyphicon-user, .pglogin #formContent .glyphicon-lock
  {
     position: absolute !important;
     left:170px;
     line-height: 2;
     font-size:30px;
  }
  .pglogin input[type=text], .pglogin input[type=password]
  {
    padding: 5px 2px 0 66px;
    font-size: 36px;
  }
  .pglogin a
  {
    font-size:26px;
  }
  .forgotpass
  {
    margin:60px 0 0;
  }
  .pglogin input[type=button]
  {
    font-size: 32px;
    padding: 10px 120px;
  }
  .pglogin #formContent .chk_rememberme label{
  /*color:#939393;*/
  font-size:12px;
  color:#00aaf1;

}
input[type=checkbox]~.text, input[type=radio]~.text
{
  font-size:12px;
}

}
@media screen and (max-width : 767px) {

 .pglogin h2{
    font-size:32px;
  }
  .pglogin #formContent
  {
    width:100%;
    max-width: 350px;
  }
 .pglogin #formContent h2
  {
    margin: 100px 8px 10px 8px; 
  }
  .pglogin #formContent .glyphicon-user, .pglogin #formContent .glyphicon-lock
  {
     position: absolute;
     left:170px;
     line-height: 145px;
     font-size:30px;
  }
  .pglogin input[type=text], .pglogin input[type=password]
  {
    padding: 50px 2px 0 66px;
    font-size: 36px;
  }
  .pglogin a
  {
    font-size:26px;
  }
  .forgotpass
  {
    margin:60px 0 30px;
  }
  .pglogin input[type=button]
  {
    font-size: 32px;
    padding: 10px 120px;
  }
  .pglogin #formContent .chk_rememberme label{
  /*color:#939393;*/
  font-size:12px;
  color:#00aaf1;

}
input[type=checkbox]~.text, input[type=radio]~.text
{
  font-size:12px;
}

}

@media screen and (max-width: 479px) {

  .pglogin #formContent .glyphicon-user, .pglogin #formContent .glyphicon-lock {
    position: absolute;
    left: 140px;
    line-height: 145px;
    font-size: 30px;
  }
  input[type=checkbox]~.text, input[type=radio]~.text {
    font-size: 14px;
  }
  .pglogin #formContent {
    width: 100%;
    max-width: 750px;
}


}
@media screen and (max-width: 320px) {
  .pglogin #formContent {
    width:100%;
    max-width: 650px;
  }
  .pglogin #formContent .glyphicon-user, .pglogin #formContent .glyphicon-lock {
    position: absolute;
    left: 140px;
    line-height: 145px;
    font-size: 30px;
  }
  input[type=checkbox]~.text, input[type=radio]~.text {
    font-size: 14px;
  }

}

