@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
:root {
  --font: "Zen Kaku Gothic Antique", sans-serif;
  --white: #fff;
  --blue: #174873;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
ol,
ul,
li,
span,
label {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.bg_blue {
  background: var(--blue);
  color: #fff;
}

.login .background_img {
  background: url("/assets/images/bg-left.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .left_sec_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.top_title {
  font-size: 22px;
  font-weight: 500;
  padding-left: 20px;
}
.login .info h1 {
  font-size: 29px;
  line-height: 40px;
  padding: 20px;
  font-family: var(--font);
  font-weight: 700;
}
.login .info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: var(--font);
}
.login .right_Sec {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login .lower_text {
  width: 100%;
}
.login .info h4 {
  font-size: 24px;
  font-family: var(--font);
  line-height: 38px;
  font-weight: 700;
}
.login .logo {
  width: 100%;
  max-width: 280px;
}
label {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font);
  line-height: 25px;
}
.form-control {
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid #dcc;
  height: 55px;
}
.login_form {
  width: 65%;
}
.form_box {
  margin: 25px 0px;
}
.blue_btn {
  color: #fff;
  background: var(--blue);
  padding: 12px 45px;
  border-radius: 30px;
  font-size: 14px;
  width: max-content;
  display: flex;
  align-items: center;
}
.lg_btn_box {
  display: flex;
  justify-content: space-between;
  margin: 20px 0px;
}
a.frgt_pswrd {
  font-weight: 800;
  margin: 25px 0px;
}
.left_img img {
  width: 350px;
  height: 300px;
}
.otp_box .form-control {
  border-bottom: none;
  border: 1px solid #d8e0f0;
  width: 60%;
  border-radius: 14px;
  box-shadow: 0 0 1px #d8e0f0 !important;
}
.otp_area {
  display: flex;
  margin: 20px 0px;
}
.side_btn {
  display: flex;
  justify-content: end;
  margin: 30px 0px;
}
.head_btn .blue_btn {
  padding: 15px 30px;
  border-radius: 15px;
}
