.reserved-area-switch-form {
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 41px;
  margin: auto;
  width: 350px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.reserved-area-switch-form span.reserved-area-form-description {
  line-height: 31px;
  position: relative;
  height: 31px;
  float: left;
  display: block;
  margin-top: 3px;
  font-weight: 400;
  min-width: 130px;
  color: #000;
  cursor: pointer;
}

.reserved-area-switch-form span.reserved-area-form-description.active-form {
  font-weight: bold;
  color: #000;
  cursor: default;
}

.reserved-area-switch-form span.reserved-area-form-description:last-of-type {
  float: right;
}

.reserved-area-switch-form span.reserved-area-form-description em {
  font-size: 10px;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  top: 15px;
  text-align: center;
}

.reserved-area-switch-form .switch-form-checkbox {
  display: block;
  margin: 0;
  height: 35px;
}

.switch-form-checkbox input.on-off {
  position: absolute;
  width: 70px;
  height: 30px;
  z-index: 999;
  opacity: 0;
  cursor: pointer;
}

.switch-form-checkbox input.on-off + .control-indicator {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.switch-form-checkbox input.on-off + .switch-container {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 35px;
	margin-top:0;
  z-index: 998;
}

.switch-form-checkbox input.on-off + .switch-container .switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
	background-color: #3A6E92;
  border:solid 2px #3A6E92;
}

.switch-form-checkbox input.on-off:checked + .switch-container .switch {
	background-color: #ddd;
	border-color:#ddd;
}


.switch-form-checkbox input.on-off + .switch-container .switch:before {
  position: absolute;
  content: "";
  width: 31px;
  height: 31px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: transform .4s;
  -moz-transition: transform .4s;
  -ms-transition: transform .4s;
  -o-transition: transform .4s;
  transition:transform .4s;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.switch-form-checkbox input.on-off:checked + .switch-container .switch:before {
	-webkit-transform: translate(-35px);
	-ms-transform: translate(-35px);
	transform: translate(-35px);
	background-color: #fff;
}

.hiddenBox {
  display: none;
}

.reserved-area-section {
  width: 50%;
  margin: auto;
  -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.1);
}

.signup-form-reserved-area ,
.login-form-reserved-area {
	width: 100%;
	text-align: center;
  margin:0 auto;
  border-radius: 5px;
}

@media screen and (min-width : 0px) and (max-width : 480px)  {

  .reserved-area-switch-form {
    width: auto;
    flex-direction: column;
  }

}

@media screen and (min-width : 0px) and (max-width : 600px)  {

  .reserved-area-section {
    width: 100%;
    margin: auto;
  }

}

@media screen and (min-width : 0px) and (max-width : 992px)  {

	.signup-form-reserved-area ,
	.login-form-reserved-area {
		width: 100%;
		height: auto;
		margin-top: 25px;
	}

	.signup-form-reserved-area  .black-box-form,
	.signup-form-reserved-area .newsletter-text {
		margin-bottom: 0 !important;
	}

}

.signup-form-reserved-area section,
.login-form-reserved-area section {
	margin-top: 20px;
	padding:20px;
}

.login-form-reserved-area .post-password-form {
	margin-top:0 !important;
}

.signup-form-reserved-area{
	background: #fafafa;
}

.signup-form-reserved-area .black-box-form,
.login-form-reserved-area{
	background: #fafafa;
}

.login-form-reserved-area h4{
	color: #000;
}

.post-password-form {
    padding: 0
}

