@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

a:hover {
  color: #175873;
}

.auth-bg {
  background-image: url('../img/Frame.png');
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.auth-title {
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.sub_heading2 {
  font-size: 48px;
}

.auth-form {
  width: 100%;
}

.auth_name_sec {
  width: 100% !important;
  background-color: #fff;
  border: 1px solid #A3A3A3;
  padding: 12px;
  border-radius: 10px;
  padding-left: 50px;
  color: #175873;
}

.auth_name_sec::placeholder {
  color: #175873;
  opacity: 1;
}

.icon-sec {
  position: absolute;
  top: 12px;
  left: 14px;
}

.eye-ico {
  position: absolute;
  top: 12px;
  right: 15px;
}

.forg-sec p,
.rem-sec p a {
  margin-bottom: 0px;
  font-size: 14px;
  color: #175873;

}
.rem-sec {
	font-size: 14px;
	line-height: 24px;
	position: relative;
}

.auth-sub-btn {
  width: 100%;
  padding: 10px;
  color: #fff;
  background-color: #175873;
  border: none;
  border-radius: 6px;
  margin-top: 15px;
}

.file_upload {
  border: 2px dashed #dee2e6;
  border-radius: 10px;
  padding: 40px 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff29;
}

.file_upload .main-container {
  cursor: pointer;
}

.file_upload .drop-zone-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.rem-check p {
  font-size: 16px;
}

.rem-check p,
span {
  color: #175873;
}

.rem-check a:hover {
  color: #00ffb0 !important;
}

.footer-txt p {
  font-size: 16px;
}

.footer-txt span a {
  color: #175873;
}

.footer-txt a:hover {
  color: #00ffb0 !important;
}

.secnd-otp p {
  margin-bottom: 0px;
  color: #175873;
}

.otp-inner-box {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #A3A3A3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  text-align: center;
}
label.error {
	color: red !important;
	font-size: 13px;
  display: flex;
}
.eye-icon {
  position: absolute;
  top: 16px;
  right: 15px;
}
.rem-check #terms_conditions-error {
  position: absolute;
  top: 20px;
  left: -10px;
}

.profile-img {
	height: 200px;
	width: 200px;
	border-radius: 50%;
}

.auth_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 30px 15px;
  color: #fff;
}
.auth_footer p{
margin-bottom: 0px;
font-size: 16px;
}

.auth_footer p a {
  color: #fff;
}