.btn,
.f-14 {
  font-size: 14px;
}

@font-face {
  font-family: "avenirlight";
  src: url("../fonts/avenirlight.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "avenirmedium";
  src: url("../fonts/avenirmedium.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "avenirheavy";
  src: url("../fonts/avenirheavy.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "avenirblack";
  src: url("../fonts/avenirblack.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "avenirroman";
  src: url("../fonts/avenirroman.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "avenirbookoblique";
  src: url("../fonts/avenirbookoblique.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

.layout-login .left-section .content h1 {
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 20px;
}
.right-section::-webkit-scrollbar-track {
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
}
.right-section::-webkit-scrollbar {
  width: 8px;
}
.right-section::-webkit-scrollbar-thumb {
  background-color: #191970;
  border-radius: 4px;
  cursor: pointer;
}
.right-section::-webkit-scrollbar-thumb:hover {
  background-color: #000080;
}
.right-section::-webkit-scrollbar-corner {
  background-color: transparent;
}

body {
  color: #3c3c3c;
  font: 400 16px avenirmedium;
}

.primary-link {
  color: #3d59ab;
  text-decoration: none;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-75 {
  margin-top: 75px;
}

.m-t-85 {
  margin-top: 85px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-50 {
  margin-right: 50px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-l-50 {
  padding-left: 50px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-r-50 {
  padding-right: 50px;
}

.forgetpass {
  cursor: pointer;
  margin-left: 2rem;
  margin-top: 8px;
}

.layout-login {
  background-color: #f6f5ef;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.layout-login .left-section {
  width: 50%;
  background: linear-gradient(90.18deg, #3d59ab 6.64%, #191970 161.96%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.layout-login .left-section .arrow {
  width: 200px;
  height: 180px;
  position: absolute;
  right: 40px;
  bottom: 50px;
  background-position: center;
}

.searched_text {
  position: absolute;
  top: 4.5rem;
  background-color: #f5f5dc;
  width: 100%;
  padding: 0.3rem;
  z-index: 999;
  max-height: 250px;
  overflow-y: auto;
}

.searched_text > li {
  list-style: none;
  padding: 5px 10px;
  cursor: pointer;
}

.searched_text > li:hover {
  background-color: #3c3c3c;
  color: #fff;
}

.layout-login .left-section svg {
  position: absolute;
  left: 50px;
  top: 25px;
  -webkit-filter: drop-shadow(0px 2px 7px rgba(0, 0, 0, 0.34));
  filter: drop-shadow(0px 2px 7px rgba(0, 0, 0, 0.34));
}

.layout-login .left-section figure {
  height: calc(100vh - 250px);
}

.layout-login .left-section figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.layout-login .left-section .content {
  padding: 50px 50px 30px;
  width: calc(100% - 240px);
  position: absolute;
  left: 0;
  bottom: 0;
}

.layout-login .right-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  padding: 40px 75px 25px;
  overflow: auto;
  background-color: #f6f5ef !important;
  position: relative;
}

.aidoos-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.right-section .signup-options {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 5px;
}

.right-section .signup-options > a {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 3px;
  background: #fff;
  color: #3d59ab;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
  margin-top: -15px;
  margin-bottom: 15px;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.right-section .signup-options > a.active {
  border: 1px solid #3d59ab;
}

.right-section .signup-options > a.expert {
  width: 123px;
}

.right-section .signup-options > a.firm {
  width: 197px;
}

.layout-login .right-section h3 {
  color: #3d59ab;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: -5px;
}

@media (min-width: 1367px) {
  .layout-login .left-section .content h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 1366px) {
  .layout-login .left-section::after {
    width: 200px;
    height: 150px;
    background-size: 100%;
  }

  .layout-login .left-section .content {
    padding-right: 20px;
  }

  .layout-login .left-section .content h1 {
    font-size: 2rem;
  }
}

#newForm,
.layout-login .right-section .logo {
  display: none;
}

.layout-login .right-section .signup-with-bottom {
  /* margin-top: -15px */
}

.layout-login .right-section .signup-with-bottom .already-login {
  /* margin-top: -40px; */
  margin-bottom: 25px;
}

.layout-login .right-section hr {
  background-color: #3d59ab;
  margin: 40px 0;
  width: 75%;
}

.layout-login .right-section form {
  width: 450px;
  max-width: 100%;
}

.right-section .sigup-options {
  display: flex;
  width: 100%;
  background: #000;
  gap: 5rem;
}

@media (min-width: 1220px) {
  .layout-login .right-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
  }
}

@media (max-width: 1220px) {
  .layout-login .left-section::after {
    right: -90px;
  }

  .layout-login .left-section .arrow {
    display: none;
  }

  .forgetpass {
    display: block;
    margin-left: 0;
    margin-top: 1rem;
  }

  .layout-login .left-section .content {
    width: 100%;
  }

  .layout-login .left-section,
  .layout-login .right-section {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .layout-login .left-section {
    display: none;
  }

  .layout-login .right-section .logo {
    display: block;
    margin-bottom: 40px;
  }

  .layout-login .right-section form {
    width: 100%;
  }

  .layout-login .right-section {
    width: 100%;
    padding: 25px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .layout-login .left-section {
    display: none;
  }

  .layout-login .right-section {
    width: 100%;
  }
}

form .form-control {
  background-color: #f6f5ef !important;
  border: 1px solid #bbbbbb !important;
  height: 46px;
  border-radius: 8px;
  border: none;
}

form .form-control:hover {
  border: 1px solid #3d59ab !important;
}

form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #3d59ab !important;
}

form .form-label {
  margin-bottom: 0.2rem;
}

.btn {
  padding: 16px;
  font-weight: 500;
  line-height: initial;
  border-radius: 0;
  -webkit-transition: 0.24s ease-in;
  transition: 0.24s ease-in;
}

.btn.btn-warning {
  background-color: #ffd700;
  border-color: #ffd700;
}

.btn svg {
  -webkit-transition: 0.24s ease-in;
  transition: 0.24s ease-in;
  margin-top: -5px;
}

.btn:hover {
  padding-right: calc(16px + 20px);
}

.btn:hover svg {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

.forgot-password-container {
  display: none;
  width: 100%;
  height: 100vh;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  z-index: 99;
}

.forgot-password-sub-container {
  gap: 20px;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  padding: 2% 60px;
  height: 310px;
  overflow: hidden;
  max-width: 500px;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 17px rgba(186, 186, 186, 0.07);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.forgot-password-sub-container > .heading {
  height: 33px;
  font-weight: 400;
  color: #3d59ab;
  font-size: 24px;
  line-height: 33px;
}

.forgot-password-sub-container > .inputs > input[type="text"] {
  width: 100%;
  align-self: flex-start;
  height: 42px;
  color: #7d7d7d;
  background: #fff;
  padding: 5px;
  outline: #3d59ab;
  border: none;
}

.forgot-password-sub-container button {
  width: 108px;
  cursor: pointer;
  height: 40px;
  display: flex;
  gap: 5px;
  align-items: center;
  border: none;
  justify-content: center;
  color: #000;
  outline: 0;
  background: #ffd700;
}

.header-h3 {
  font-weight: 900 !important;
  margin-bottom: 0.8rem;
}

.header-p {
  margin-top: 1rem;
}

.file-box {
  width: 16.875rem;
  padding: 5px 0 5px 5px;
  box-sizing: border-box;
  height: 2.5rem;
  background: #fff;
}

.file-button {
  background: #f6f6f6;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  width: 120px;
  text-align: center;
  display: inline-block;
  border: 1px solid #c4c4c4;
  cursor: pointer;
  border-radius: 8px;
  line-height: 26px;
}
