body {
  background-color: #f2f2f2;
  background: url('../../../../images/vps.jpg');
  background-size: 100% 100%;
}

.page-body-login {
  width: 600px;
  margin: 100px auto;
}

.content-wrapper {
  background-color: #ffffff;
  padding: 20px;
}

.login-head {
  background-color: #6777ef;
  padding: 10px;
  text-align: center;
  margin-bottom: 25px;
}

.login-head .d2d-title {
  color: #f1f1f1;
  font-size: 25px;
  line-height: 25px;
  margin: 0px;
}

.login-header {
  text-align: center;
  margin-bottom: 25px;
}

.login-site-logo {
  width: 100px;
}

.btn-primary {
  width: 100%;
  background-color: #6777ef;
  padding: 10px;
  color: #ffffff;
  font-weight: 700;
}

.input-title {
  font-size: 16px;
  font-weight: 700;
  color: #6777ef;
  display: block;
}

.bg-primary {
  background-color: #6777ef !important;
  padding: 12px !important;
  border-radius: 0px;
  text-align: center;
}

.form-group {
  margin-bottom: 30px;
  float: none;
}

.input-group {
  margin-top: 5px;
  display: flex;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.form-control {
  border: 2px solid #6777ef;
  width: 100%;
  padding: 10px
}

.input-group-prepend {
  width: auto;
  display: flex;
}

.alert-danger {
  color: white;
  background-color: #E5343D;
  border-color: #BD000A;
  padding: 10px;
}

.alert-dismissible {
  position: relative;
}

.alert-dismissible .close {
  font-size: 18px;
  top: -2px;
  right: 3px;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  text-decoration: none;
  color: #fff;
}

.otp_span {
  min-width: 75px;
  background-color: #6777ef;
  padding: 8px;
  border-radius: 0px;
  text-align: center;
  border: none;
  color: #ffffff;
  font-weight: 700;
}

.otp_span:hover {
  background-color: #677700;
}

.error_msg,
.invalid {
  color: #BD000A;
  margin: 2px 0px;
}

.valid {
  color: #00ff00;
  margin: 2px 0px;
}


.resend_button {
  background: transparent;
  border: none;
  color: #6777ef;
  font-size: 15px;
}

.resend_button:hover {
  color: #0077ff;
}

.loader {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #f3f3f3;
  /* Light grey */
  border-top: 2px solid #3498db;
  /* Blue */
  border-radius: 50%;
  animation: spin 0.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.registration_form_block{
  text-align: center;
  margin-top: 25px;
}
.registration_form_block a{
min-width: 115px;
display: inline-block;
padding: 10px;
margin: 5px;
color: #f1f1f1;
text-decoration: none;
font-size: 20px;
font-weight: 700;
}
.registration_form_block .reg_in_time{
  background: #27b857;

}
.registration_form_block .reg_out_time{
  background: #a2170c;

}
.registration_form_block .parking_charge{
  color: #0c23a2;
  font-size: 16px;
  margin: 0px;
  
}
.registration_form_block .parking_charge span{
  color: #0c23a2;
  font-size: 20px;
  font-weight: 700;
  
}
.registration_form_block table {
  margin: 0px auto;
  text-align: left;
}
.parking_space_avail {
  color: #27b857;
  font-size: 30px;
}
.parking_space_charge{
  font-size: 20px;
}
.parking_space_available {
  display: inline-block;
  width: 49%;
  color: #0c23a2;
  font-size: 25px;
  margin: 0px;
  margin-bottom: 20px;
}

.parking_space_available span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #13a20c;
}
.non-mandatory{
  color: #88caf0;
}
.non-mandatory-field{
  color: #88caf0;
  border: 2px solid #88caf0;
}
@media screen and (max-width:600px) {
  .page-body-login {
    width: 100%;
    margin-top: 25px;
    height: auto;
  }

  .content-wrapper {
    padding: 10px;
  }

  .login-site-logo {
    width: 70px;
  }

  .d2d .d2d-body {
    padding: 15px;
  }
}