:root {
  --theme: #003b43;
}

.text_theme{
  color: var(--theme) !important;
}

.auth-contend-box {
  width: 100%;
  max-width: 520px;
  background: #fff;
  padding: 40px 50px 40px 50px;
  margin: 40px;
  border-radius: 30px;
  box-shadow: 0px 4px 20px 0px #0183931f;
}
.auth-forms-input {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.auth-input-img {
  position: relative;
}

.auth-forms-input label {
  font-size: 16px;
  font-weight: 400;
  color: #576165;
  font-family: "Archivo", sans-serif;
  margin-bottom: 3px;
}

.auth-input-img input {
  border-radius: 10px;
  height: 52px;
  padding: 0 9px 0px 50px;
  outline: none;
  border: 1px solid #0000000d;
  width: 100%;
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  color: #000;
  font-weight: 500;
}

.auth-input-img input::placeholder {
  font-size: 16px;
  font-weight: 500;
  font-family: "Archivo", sans-serif;
}

.auth-input-password input {
  padding: 0 40px 0px 50px;
}

.auth-icons-password {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 6px;
  border-radius: 50px;
  cursor: pointer;
}

.auth-icons {
  position: absolute;
  top: 14px;
  left: 16px;
  width: 24px;
}
.bg-auth-other {
  width: 100%;
  background: url("../public/images/bgOther.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-position-x: center;
    background-position-y: center; */
  height: calc(100vh - 80px);
}
.auth-outer-section {
  width: 100%;
  background: url("../public/images/authbg.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-position-x: center;
    background-position-y: center; */
  height: calc(100vh - 80px);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.auth-forms-input.border-last-input {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.auth-submit-btn {
  width: 100%;
  height: 52px;
  border-radius: 11px;
  border: none;
  background: linear-gradient(103.03deg, #d6ff7f 0%, #00b3cc 100%);
  font-size: 20px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: var(--theme);
  cursor: pointer;
}

.auth-title {
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.auth-paragraph {
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #767c83;
  margin-top: 13px;
  line-height: 18px;
  margin-bottom: 15px;
}

.verify-email {
  margin-bottom: 20px;
  text-align: center;
  color: #0d2f3f;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
}

.submit-button-outer {
  margin-top: 30px;
}

.auth-form-outer {
  height: calc(100vh - 322px);
  overflow-y: auto;
  padding-right: 5px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #767c83;
  border-radius: 6px;
}

.company-logo-outer img {
  width: 100%;
}

.auth_logo {
  width: 150px;
  display: block;
  margin: 0 auto 20px;
}
.outer-navbar-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
}

.auth-already-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.auth-already-login p {
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  color: #576165;
}

.auth-already-login a {
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #4a69f5;
}

.rememberme-label {
  font-size: 16px;
  font-weight: 400;
  color: #576165;
  font-family: "Archivo", sans-serif;
  margin-bottom: 3px;
  margin-left: 5px;
}

.forgot-password {
  margin: 0;
  font-size: 14px;
  text-decoration: none;
  color: var(--theme);
}

.remember-me-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auth-forms-verify div input:focus {
  border: 1px solid #4a69f5 !important;
}

.auth-forms-verify div input {
  width: 100% !important;
  border-radius: 15px;
  height: 50px;
  border: 1px solid #ececec;
  outline: none;
  caret-color: #4a69f5;
  color: #000;
}

.auth-forms-verify div {
  gap: 18px;
}

.resend_otp {
    font-family: "Archivo", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #767c83;
}

.resendLink {
  color: #4a69f5;
  font-size: 15px;
  cursor: pointer;
}

.auth-inputs-all .form-control {
  border-radius: 6px !important;
  height: 42px !important;
  outline: none !important;
  border: 1px solid #ddd !important;
  width: 100% !important;
}

.auth-inputs-all .form-control:focus {
  border: 1px solid #ddd !important;
  box-shadow: none;
}

.auth-bg-inner-section {
  display: flex;
  align-items: center;
  height: calc(98vh - 60px);
  margin: 0px 0px 0px 36px;
  justify-content: center;
}

.auth-bg-inner-section .auth-contend-box {
  margin: 0;
}

h2#swal2-title {
  font-family: "Arimo", sans-serif;
}
.swal2-actions {
  flex-direction: row-reverse;
}
.swal2-confirm {
  font-family: "Arimo", sans-serif;
  color: #4a69f5;
}
