.InputfieldCheckbox .InputfieldHeaderHidden + .checkbox {
	margin-top: 0;
	margin-bottom: 0;
}

.pw-continer, .container{
	min-width: 100% !important;
}
label{
	color: #adadad !important;
}
input, textarea, select{
	background: #f4f4f4 !important;
	border: 1px solid #f4f4f4 !important;
}
.btn-primary {
    color: #ffffff !important;
    background-color: #00bcd1 !important;
    border-color: #00bcd1 !important;
	border: none !important;
	transition: all ease .25s !important;
  }
  
  .btn-primary:hover {
	color: #ffffff !important;
    background-color: #792b8b !important;
    border-color: #792b8b !important;
	transition: all 0.3s ease-in-out !important;
  }
