@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", serif;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

#astric {
  margin-left: 0;
  font-size: 1rem;
  color: #e53a3a;
}

.img-container {
  max-width: 100%;
}

.img-container img {
  max-height: 100vh;
  object-fit: cover;
  width: 100%;
}

::selection {
  color: #fff;
  background: #d43f8d;
}

.container1 {
  width: 100%;
  margin-top: 1rem;
  border-radius: 5px;
  padding: 0px 100px;
}

.container1 header {
  margin-bottom: 12px;
}

.name .first {
  width: 100%;
}

.name .last {
  width: 100%;
}

.name {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  margin-bottom: 0.5rem;
}

.number {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}

.icon {
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 99;
  left: 12px;
  bottom: 8px;
}

.lock-icon {
  height: 20px;
}

.icon1 {
  width: 20px;
  height: 16px;
  position: absolute;
  z-index: 99;
  right: 16px;
  bottom: 10px;
}

.password-div-1 {
  border-radius: 12px !important;
}

.password-1 {
  margin-left: 0px !important;
  border-radius: 12px !important;
  padding: 12px 42px !important;
}

.email-1 {
  margin-left: 0px !important;
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
  padding: 12px 42px !important;
}

.upload-btn {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.upload-inputs {
  height: 36px;
  border-radius: 0px 12px 12px 0px;
  border: 1px solid #DEE3E6;
  background: #FAFBFB;
}

.form-label span {
  margin-left: 0.2rem;
  font-size: 0.75rem;
  color: #768897;
  font-weight: 500;
}

.up-btn {
  width: 20%;
}

.up-btn span {
  padding-left: 0.6rem;
}

.form-label {
  color: #01233f;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 24px;
}

.form-control {
  background-color: #fafbfb;
  border: 1px solid #dee2e6;
  font-size: 0.875rem;
  font-weight: 400;
  color: #768897;
  width: 100%;
  height: 36px;
  border-radius: 12px;
  padding: 12px 16px;
}

.form-control-1 {
  margin-left: 0 !important;
  padding: 12px 42px;
  border-radius: 12px !important;
}

.form-select {
  margin-left: 0px !important;
  padding: 0.375rem 2.25rem 0.375rem 2.5rem;
  font-size: 0.875rem;
  height: 36px;
  border-radius: 12px !important;
  background-color: #f5f6f7;
  border: 1px solid #dee2e6;
  color: #768897;
}

.form-select:focus {
  border: 1px solid #43a9fb;
  background-color: #f1f8ff;
  box-shadow: none;
}

.form-control:focus {
  border: 1px solid #43a9fb;
  background-color: #f1f8ff;
  box-shadow: none;
}

.form-control:hover {
  background-color: #f5f6f7;
}

.form-control:focus {
  border: 1px solid #43a9fb;
  background-color: #f1f8ff;
  box-shadow: none;
}

/* popup style */

.right-form-box {
  overflow-x: hidden;
  background: linear-gradient(161deg, rgba(255, 230, 198, 0.00) 9.06%, rgba(255, 230, 198, 0.70) 90.22%), var(--Surface-White, #FFF);
}

.form-section {
  margin: 0 auto;
  width: 65%;
}

.form-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading h2 {
  color: #011B30;
  font-family: "Plus Jakarta Sans";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0px;
}

.heading p {
  color: #768897;
  font-size: 0.875rem;
  line-height: 20px;
}

.label-1 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #01233f;
  line-height: 24px;
}

.input_container {
  width: 100%;
  height: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.input_container img {
  height: 16px;
  width: 16px;
}

.email-icon {
  height: 16px;
  width: 20px;
  position: absolute;
  z-index: 99;
  left: 12px;
  bottom: 11px;
}

.eye-icon {
  height: 16px;
  width: 20px;
  position: absolute;
  z-index: 99;
  right: 16px;
  bottom: 12px;
}

.input_label {
  font-size: 0.75rem;
  color: #8b8e98;
  font-weight: 400;
}

.input_field {
  font-size: 0.8rem;
  width: 100%;
  height: 40px;
  padding: 0 0 0 40px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background-color: #FFF;
}

.input_field:focus {
  border: 1px #43a9fb;
  box-shadow: none;
  background-color: #f1f8ff;
}

/* check-div */
.check-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #768897;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 500;
  gap: 12px;
}

.check_input_field {
  border: 2px solid #768897;
  height: 16px;
  width: 16px;
  margin-top: 4px;
}

.forgot-password a {
  color: #03599F;
}

/* login button css */

.login-btn a {
  border: none;
  font-size: 0.875rem;
  border-radius: 12px;
  width: 100%;
  background-color: #03599F;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  padding: 8px 16px;
}

.login-btn a:hover {
  background-color: #1d97fb;
}

.login-btn a:active {
  background-color: #1d97fb;
}

.login-btn2 a {
  color: #011B30;
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0px;
  display: flex;
  padding: 8px 16px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #DEE3E6;
  text-decoration: none;
}

/* line-container */
.line-container {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

.line {
  flex: 1;
  height: 1px;
  background-color: #dee2e6;
}

.text {
  font-size: 0.75rem;
  padding: 0 5px;
  font-weight: bold;
  color: #94a3ae;
}

/* social-links */
.social-links {
  width: 100%;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.social-links img {
  height: 16px;
  width: 16px;
}

.button1 {
  display: flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #DEE3E6;
  background-color: transparent;
}

.button1:hover {
  background-color: #DEE3E6;
}

.button1:focus {
  background-color: #ebedf0;
}

.create-account p {
  text-align: center;
  color: #768897;
  font-size: 0.875rem;
}

.create-account a {
  color: #ff9d1e;
}

.create-account a:hover {
  color: #ffae45;
}

.create-account a:focus {
  color: #f68b00;
}

