/* use on sign up, forget password, change password and login page */
/* created by firdaus 091219 */
.headerleft {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.headerleft h2 {
  margin-left: 20%;
  margin-bottom: 0px;
}

.headerleft hr {
  background: #00A057;
  opacity: 100%;
  height: 2px;
  width: 70px;
  margin-left: 20%;
}

.headerleft p{
  margin-left: 20%;
}

.headerleft .error-desc{
  color: red;
  margin-left: 20%;
  margin-bottom: 10px;
  margin-right: 20%;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 60%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.form input[type=text],.form input[type=password] {
  margin-bottom: 20px;
  width: 100% !important;
  height: 50px;
  float: left;
  padding-left: 20px !important;
  border: 0px solid rgba(0, 0, 0, .15) !important;
}

.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(/scripts/images/dropdown.png);
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 11px;
  padding: 13px 20px;
  border: 0px solid rgba(0, 0, 0, .15) !important;
  border-radius: 30px;
  height: 50px;
}



.form .nameField {
  display: flex;
  flex-direction: row;
}

.form #salutation {
  flex: 1.5;
}

.form #custname {
  flex: 3;
  margin-left: 10px;
}

.form ::placeholder{
  color: #C3C6CF;
}

.form-submit{
  margin-top: 20px;
  box-shadow: none !important;
}

.form-bottom-a{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 43px;
  width: 69%;
  font-family: gothamrd-medium;
  margin-left: auto;
  margin-right: auto;
}

.tnc-container{
  display: flex;
  flex-direction: row;
  align-items:center;
  margin-right: auto;
  min-width: 108%;
}

.tnc-container > input {
  flex-basis: 3%;
}

.tnc-container > p {
  flex-basis: 97%;
}

.readOnly{
  background-color: #f0f0f0!important;
  box-shadow: none;
}


@media only screen and (max-width: 768px) {

  #changePassForm{
    margin-left: 20px !important;
  }


  .headerleft {
  display: flex;
  flex-direction: column;
  }

  .headerleft h2 {
  margin-left: 5%;
  }

  .headerleft hr {
  margin-left: 5%;
  }

  .headerleft p{
    margin-left: 5%;
  }

  .headerleft .error-desc{
    color: red;
    margin-left: 5%;
    margin-right: 10%;
  }

  .form {
    max-width: 90% !important;
  }

  .form input[type=text],.form input[type=password] {
    margin-bottom: 20px;
    width: 100%  !important;
    height: 50px;
    float: left;
    padding-left: 20px !important;
    border: 0px solid rgba(0, 0, 0, .15) !important;
  }

  .form-bottom-a{
    margin-top: 43px;
    width: unset;
    max-width: 86%;
    font-family: gothamrd-medium;
  }


  .tnc-container{
    min-width: unset;
  }

  .tnc-container > input {
    flex-basis: 10%;
  }

  .tnc-container > p {
    flex-basis: 90%;
  }



}

@media only screen and (max-width: 1200px) {
  #changePassForm{
    margin-left: -70px;
  }

  input[type="checkbox"]{
    min-width: 20px;
  }

	#column-wrap-id-1566818384527 {
		display: none;
	}
}

