@font-face {
  font-family: 'Montserrat';
  src: url('Montserrat-Regular.eot');
  src: url('Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('Montserrat-Regular.woff2') format('woff2'), url('Montserrat-Regular.woff') format('woff'), url('Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.grecaptcha-badge {
  bottom: inherit !important;
  top: 14px ;
}
.mbsc-form-group-inset.recaptcha {
  margin-bottom: 0px !important;
}
body {
  background: #f4f8f9;
  height: 100%;
  width: 100%;
  font-family: Montserrat !important;
}
.page-title {
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: bold;
}
.help-service {
  position: absolute;
  padding: 30px;
  right: 0px;
  bottom: 0;
  z-index: 1;
  margin-bottom: 10px;
}
.help-service span {
  padding: 30px;
  background-size: 100% 100%;
  background-image: url('../images/help.svg');
}
[text-right] {
  text-align: right;
}
[text-left] {
  text-align: left;
}
.centralize {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brand {
  text-align: center;
  display: block;
  width: 100%;
  color: #28a0ca;
  margin-bottom: 17px;
  margin-top: 25px;
}
.registration-layout {
  margin: 0 30px 0 30px;
  min-width: 600px;
}
.registration-layout .mbsc-btn {
  background: linear-gradient(to left, #2e47b0, #00bbda) !important;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 6px;
  height: 38px;
}
.registration-layout .mbsc-ios .mbsc-input-ic {
  color: #1765ff;
}
.registration-layout .mbsc-right-ic {
  right: 5px;
}
.registration-layout .mbsc-left-ic {
  left: 5px;
}
.registration-layout .form-container {
  background: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 8px;
  border-radsius: 8px;
  padding: 22px 18px 22px 18px;
}
.registration-layout .mbsc-ios.mbsc-form {
  font-family: Montserrat !important;
  background-color: transparent;
}
.registration-layout .input-lable .mbsc-control-w.mbsc-input::before {
  display: none;
}
.registration-layout .input-lable .mbsc-input {
  margin-bottom: 20px;
}
.registration-layout .input-lable .mbsc-input .mbsc-label {
  color: #2a6bd6;
  font-size: 12px;
  padding-right: 3px !important;
  padding-left: 3px !important;
  position: absolute;
  top: -15px;
  left: 13px;
  background: #ffffff;
  width: auto !important;
  line-height: 27px;
}
.registration-layout .input-lable .mbsc-input input {
  background: #F9FAFC;
  border: 2px solid #DFE4EB;
  border-radius: 5px;
  padding-left: 35px;
}
.registration-layout .input-lable .mbsc-input input:focus {
  border: 2px solid #80BDFB;
}
.registration-layout .input-lable .mbsc-input .mbsc-err-msg {
  background: #F9FAFC;
}
.registration-layout .mbsc-err-msg {
  display: none;
}
.registration-layout .mbsc-err .mbsc-err-msg {
  display: inherit;
}
.registration-layout .title {
  text-align: center;
  margin-bottom: 21px;
  margin-top: 0;
}
.registration-layout .title h2 {
  color: #3a8090;
  font-weight: bold;
  margin-top: 0px;
}
.registration-layout .title h6 {
  color: #404040;
  line-height: 20px;
}
.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-group input[text] {
  height: 41px;
}
.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
}
.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -60%, 0);
  opacity: 1;
  background: white;
  margin-left: 5px;
  padding-right: 3px;
  padding-left: 3px;
  color: #337ab7;
}
.checkbox-container {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: white;
  border: 1px solid #bfbdbd;
  border-radius: 4px;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: white;
  border: 1px solid #bfbdbd;
  border-radius: 4px;
}
.checkbox-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #337ab7;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
