html {
  font-family: arial;
}
body {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  background-color: #F5F5F9;
}
html,
body {
  height: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  width: 100%;
}
.container.form1 h1 {
  background-color: #134895;
  margin: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 100;
  padding: 12px 0;
}
.container.form1 fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 20px;
  background-color: #fff;
  border-top: 1px solid #FFFFFE;
  border-bottom: 1px solid #FFFFFE;
}
.container.form1 fieldset.nonebg {
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
}
.container.form1 fieldset.term-condition {
  color: #134895;
  width: 84%;
  margin-left: 8%;
}
.container.form1 fieldset.term-conditioninput[type=checkbox] {
  background-color: #134895;
}
.container.form1 fieldset.term-condition label {
  cursor: pointer;
}
.container.form1 fieldset.error-fields {
  color: red;
  width: 84%;
  margin-left: 8%;
}
.container.form1 fieldset.error-fields a {
  cursor: pointer;
}
.container.form1 fieldset input[type=button] {
  background-color: #134895;
  border: 0;
  color: #fff;
  width: 84%;
  margin-left: 8%;
  padding: 10px 0;
  border-radius: 3px;
  cursor: pointer;
}
.container.form1 fieldset input[type=text] {
  width: 90%;
  border: 0;
  font-size: 16px;
  padding: 12px 5px;
  margin: 0 5%;
  border-bottom: #F7F7F7 1px solid;
}
.container.form1 fieldset input[type=text]:last-child {
  border-bottom: 0;
}
.container.form1 fieldset select {
  width: 90%;
  border: 0;
  font-size: 16px;
  padding: 12px 5px;
  margin: 0 5%;
  border-bottom: #F7F7F7 1px solid;
  background-color: #fff;
}
.container.form1 fieldset select:last-child {
  border-bottom: 0;
}
.container.form1 fieldset select option {
  color: #000;
}
.container.form1 fieldset select option:first-child {
  color: #757575;
}
.container.form1 fieldset select::-ms-expand {
  display: none;
}
.container.form1 fieldset select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.container.form1 fieldset input:focus,
.container.form1 fieldset select:focus {
  outline: 0;
}
.container.form2 {
  text-align: center;
}
.container.form2 img {
  margin-top: 100px;
}
.container.form2 .text {
  color: #134895;
  font-size: 22px;
}
.container.form2 input[type=button] {
  background-color: #134895;
  border: 0;
  color: #fff;
  width: 84%;
  padding: 10px 0;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 0 !important;
  margin-top: 70px;
}
.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  color: #000;
  font-size: 20px;
  text-align: center;
  display: none;
  z-index: 20;
}
.loader img {
  margin-top: 100px;
}
.error-mark {
  outline: red 1px solid !important;
  margin-bottom: 1px !important;
}
.error-mark.term-condition {
  margin-bottom: 20px !important;
}
.pop-black {
  position: absolute;
  z-index: 5;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: none;
}
.error-fields-panel {
  position: absolute;
  z-index: 10;
  top: -100%;
  left: 0;
  width: 80%;
  height: 80%;
  background-color: #ffffff;
  color: #000;
  font-size: 16px;
  margin: 5% 10%;
  box-shadow: 2px 2px 5px #555;
  border: 1px solid #555;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  display: none;
}
.error-fields-panel > div:first-child {
  text-align: right;
}
.error-fields-panel > div:first-child a {
  cursor: pointer;
}
.error-fields {
  display: none;
}
.notification {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
}
.notification .nonebg {
  border: 0;
  outline: 0;
}
.failed,
.success {
  display: none;
}
