
.login-bg {
  background-color: #236f92;
  height: 100vh;
}
.login-sec {
  background: #fff;
  height: 100vh;
  padding: 60px;
}
.login-box-msg {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 54px;
  color: #6a707e;
  font-family: "Circular Std";
  text-align: center;
}
label {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 32px;
  color: #686e7c;
  display: block;
  margin-bottom: 0px;
}
.form-control {
  height: 52px;
  border: 1px solid #dddfe1;
  line-height: 52px;
  padding-left: 20px;
}
.form-group {
  position: relative;
}
.forgot, .input-checkbox {
  font-size: 14px;
  color: #abafb3;
}
.forgot {
  position: absolute;
  right: 0;
  top: 0;
}
.submit-btn {
  width: 243px;
  height: 48px;
  font-weight: 700;
  border-radius: 24px;
  background-color: #236f92;
  margin: 0 auto;
  font-size: 18px;
  color: #ffffff;
}
.register {
  font-size: 14px;
  line-height: 54px;
  color: #abafb3;
  text-align: center;
}
.register a {
  color: #236f92;
  text-decoration: underline;
}
.login-text {
  max-width: 600px;
  position: absolute;
  bottom: 100px;
  left: 50px;
}
.login-text  h3{
  font-size: 35px;
  letter-spacing: 0px;
  line-height: 54px;
  color: #ffffff;
  font-weight: 500;
}
.login-text  p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #f3f6f9;
}
.login-text  span {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #f3f6f9;
  display: block;
}
.login-text  span a {
  color: #f3f6f9;
}