﻿.px-navbar {
  display: none
}

  .px-navbar ~ .px-content {
    margin-top: 0px
  }

.page-header, .px-content {
  padding: 0px !important;
}

body, html {
  height: 100%;
}

body {
  background: url(/images/signin_bg.jpg) no-repeat center center fixed !important;
  background-size: cover !important;
  margin: 0;
}

input[type="text"].form-control, input[type="password"].form-control {
  font-size: 14px !important
}
/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

  .step.active {
    opacity: 1;
    background-color: #3690e6;
  }

  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: #4CAF50;
  }

.custom-control-indicator {
  margin-left: 3px;
}

.custom-control-chk {
  margin-top: 3px
}

#btnSignIn:hover {
  color: white !important;
}

#viewPassword {
  position: absolute;
  top: 0;
  line-height: 38px;
  right: 7px;
  font-size: 16px;
  cursor: pointer;
  color: #4c4b4b;
}

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.wrap-login100 {
  width: 360px;
  background: rgba(255,255,255, 0.67);
  border-radius: 10px;
  overflow: hidden;
  padding: 90px 60px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}

.login100-form {
  width: 100%
}

.login100-form-title {
  display: block;
  font-size: 30px;
  color: #333;
  line-height: 1.8;
  text-align: center;
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 25px;
    padding-right: 25px;
  }  
} 