body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #fff;
}

a {
  text-decoration: none !important;
}
input.invalid {
  background-color: #ffdddd;
}

/* Registration page */
.sign_up_section {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: border-box;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sign_up_card {
  max-width: 450px;
  width: 100%;
  max-height: 600px;
  height: 100%;
  min-height: 350px;
  background-color: rgba(255, 255, 255, 0.4);
}

.sign_up_card .card-header {
  background-color: transparent;
  border: 0;
  text-align: center;
  padding: 35px 20px;
}

.sign_up_card .card-header h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
}

.sign_up_card .card-header p a {
  color: 01244e;
}

.reg_form .form-group .form-control::placeholder {
  font-weight: 600;
}

.reg_form .form-group .form-control {
  color: #333;
  outline: 0;
  height: 38px;
  font-size: inherit;
  border: 1px solid #ced4da;
  padding: 6px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.reg_form .form-group .error {
  font-size: 14px;
}

.reg_form .btn_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reg_form .btn_group .nextBtn,
.reg_form .btn_group .saveBtn,
.reg_form .btn_group .prevbtn {
  padding: 10px 15px;
  text-transform: uppercase;
  line-height: 1.2em;
  position: relative;
  text-align: center;
  background: #0c6ec7;
  border-color: #0c6ec7;
  color: white;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: none !important;
  outline: none !important;
}

.reg_form .btn_group .nextBtn {
  margin-left: auto;
}

.form_tab {
  display: none;
}

.succes_screen {
  padding: 15px 0;
  display: none;
}

.succes_screen p {
  text-align: center;
  color: #ced4da;
  font-size: 16px;
}