* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0;
  overflow-y: auto;
  width: 100%;
  background-color: #0E0E12;
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  overflow-x: hidden;
  color: #fff;
}

.transparent_list .list-group-item {
  background-color: transparent;
  border: unset;
}

.transparent_list .list-group-item:first-child {
  padding-left: 0px !important;
}

.card {
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #E8E8E8;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a:hover {
  text-decoration: none;
}

.btn:focus,
button:focus {
  outline: unset;
  box-shadow: unset;
}

a:not([href]):not():focus,
a:not([href]):not():hover,
a:not([href]):not([tabindex]) {
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
  padding: 0;
}

textarea {
  resize: none;
  width: 100% !important;
}

img {
  max-width: 100%;
}

.brandBox img{
  height: 74px;
  border-radius: 50%;
  width: 74px;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.form-control:focus {
  box-shadow: unset;
}

.btn_primary {
  cursor: pointer;
  width: 108px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: #0E0E12;
  background-image: linear-gradient(to right, #90F0EE, #96EBB1);
  border-radius: 7px;
  border: 0;
}

.btn_primary:hover {
  color: #0E0E12;
}

.loginPage_wrapper {
  min-height: 100vh;
  width: 100%;
  display: flex;
}

.form_side {
  max-width: 544px;
  width: 100%;
  min-height: 100vh;
  background-image: linear-gradient(to bottom right, #6466a680, #511e7580);
  padding: 30px;
}

.form_guest{
  max-width: 580px !important;
}

.form_side__inner {
  max-width: 378px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form_side__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px;
  gap: 10px;
}
.form_side__head_guest {
  margin-bottom: 40px;
}
.form__radio label{
  color: white;
}
.LoginForm_wrapper h1.form_title {
  font-size: 25px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 15px;
}

.LoginForm_wrapper h6.form_subtitle {
  font-size: 16px;
  color: #EBEBF0;
  line-height: 25px;
  margin-bottom: 34px;
}

.LoginForm_wrapper .form-group {
  margin-bottom: 15px;
  position: relative;
}

.LoginForm_wrapper .btn_show {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  cursor: pointer !important;
}

.LoginForm_wrapper input.form-control {
  background-color: #ffffff1a;
  border: 0;
  height: 54px;
  font-size: 15px;
  line-height: 28px;
  color: #ffffffb3;
  border-radius: 7px;
  padding-left: 20px;
  padding-right: 20px;
}

.LoginForm_wrapper input.form-control::placeholder {
  color: #ffffffb3;
}

.forgetRemember_container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 19px;
  margin-bottom: 32px;
}

.forgetRemember_container .custom-checkbox .custom-control-label {
  font-size: 15px;
  font-weight: bold;
  padding-left: 7.3px;
  line-height: 24px;
  padding-top: 2px;
}

.forgetRemember_container .custom-checkbox .custom-control-label::before {
  width: 20px;
  height: 20px;
  background-color: #ffffff1a;
  border: 0;
  border-radius: 5px;
}

.forgetRemember_container .custom-checkbox .custom-control-label::after {
  width: 20px;
  height: 20px;
}

.forgetRemember_container .custom-control-input {
  width: 20px;
  height: 20px;
}

.forgetRemember_container a {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
}

.btn_signup {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4B308E;
  border-radius: 7px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 34px;
  border: 0;
}

.btn_signup:hover {
  color: #fff;
}

.noAccount {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.noAccount a {
  font-weight: bold;
  color: #fff;
}

.LoginForm_wrapper input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #577666 inset;
  -webkit-text-fill-color: #d1e0eb !important;
}

.copyText {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.banner_section {
  width: calc(100% - 544px);
}

.banner_section .banner_inner {
  max-width: 656px;
  width: 100%;
  margin: 0 auto;
}

.banner_section .banner_slider {
  min-height: calc(100vh - 177px);
  display: flex;
  align-items: center;
}

.banner_section .carousel-item__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.banner_section .carousel-item__inner .banner_content {
  max-width: 150px;
  width: 100%;
}

.banner_section .carousel-item__inner .banner_content .banner_title {
  font-size: 40px;
  font-weight: bold;
  line-height: 45px;
  color: #EBEBF0;
  margin-bottom: 20px;
}

.banner_section .carousel-item__inner .banner_content .banner_title span {
  background: -webkit-linear-gradient(#90F0ED, #98E88F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner_section .carousel-item__inner .banner_content .banner_dsec {
  font-size: 14px;
  line-height: 22px;
  color: #EBEBF0;
  margin-bottom: 40px;
}

.clinic_banner {
  max-width: 300px;
  width: 100%;
  height: 322px;
}

.carousel__EMR .banner_title span {
  background: -webkit-linear-gradient(#47C6C4, #476C95);
}

.carousel__EMR .btn_primary {
  background-image: linear-gradient(to right, #47CBC7, #473478);
}

.carousel__EMR .emr_banner {
  max-width: 314px;
  width: 100%;
  height: 322px;
}

.carousel__transcribe .banner_title span {
  background: unset;
  color: #41CCC9;
}

.carousel__transcribe .btn_primary {
  background-image: unset;
  background-color: #41CCC9;
}

.carousel__transcribe .transcribe_banner {
  max-width: 294px;
  width: 100%;
  height: 322px;
}

.trusted_section {
  border-top: 1px solid #ffffff33;
  padding-top: 30.5px;
  max-width: 656px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 33px;
}

.trusted_section h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 45px;
  width: 95px;
}

.trusted_section .brands_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  flex-wrap: wrap;
  width: 100%;
}

.trusted_section .brandBox {
  text-align: center;
}

.trusted_section .brandBox img {
  margin-bottom: 6px;
}

.trusted_section .brandBox h6 {
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 6px;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.trusted_section .brandBox .pcc {
  max-width: 80px;
}
.policeClinic{
  height: 80px;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: center;
  background-image: url(../../img/login/policeClinic.jpeg);
}
.trusted_section .brandBox p {
  color: #EBEBF0;
  font-size: 10px;
  line-height: 15px;
}

.loginPage_wrapper__transcribe .form_side {
  background-image: linear-gradient(to bottom right, #8ff0ed66, #9be67266);
}

.loginPage_wrapper__transcribe .btn_signup {
  background-color: unset;
  background-image: linear-gradient(to right, #90F0EE, #9BE570);
  color: #0E0E12;
}

.loginPage_wrapper__EMR .right_logo {
  display: none;
}

.loginPage_wrapper__EMR .form_side {
  background-image: linear-gradient(to bottom right, #47c9c680, #47367980);
}

.loginPage_wrapper__EMR .btn_signup {
  background-color: unset;
  background-image: linear-gradient(to right, #47CBC7, #473478);
}

@media (max-width: 1199.98px) {
  .form_side {
    max-width: 450px;
  }
  .banner_section {
    width: calc(100% - 450px);
    padding: 20px;
  }
  .banner_section .banner_slider {
    min-height: calc(100vh - 320px);
  }
  .trusted_section .brands_container {
    gap: 15px 6px;
  }
}

@media (max-width: 991.98px) {
  .loginPage_wrapper {
    flex-direction: column-reverse;
    padding-bottom: 200px;
    position: relative;
  }
  .form_side {
    max-width: 100%;
    min-height: fit-content;
  }
  .banner_section {
    width: 100%;
    padding: 20px;
  }
  .banner_section .banner_slider {
    min-height: fit-content;
  }
  .form_side__head {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    transform: none;
    margin-bottom: 40px;
  }
  .banner_section .banner_inner {
    padding-top: 60px;
  }
  .trusted_section {
    border-top: 0px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 35px;
  }
}

@media (max-width: 575.98px) {
  /* .form_side__head {
    padding: 0px 30px;
  } */
  .banner_section {
    width: 100%;
    padding: 30px;
  }
  .banner_section .carousel-item__inner .banner_content {
    max-width: 178px;
  }
  .banner_section .carousel-item__inner {
    gap: 0px;
  }
  .banner_section .carousel-item__inner .banner_content .banner_title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .banner_section .carousel-item__inner .banner_content .banner_dsec {
    font-size: 13px;
    margin-bottom: 21px;
    max-width: 149px;
  }
  .carousel__transcribe .transcribe_banner {
    height: auto;
  }
  .clinic_banner {
    height: auto;
  }
  .carousel__EMR .emr_banner {
    height: auto;
  }
  .banner_section .banner_inner {
    padding-top: 80px;
  }
  .loginPage_wrapper {
    padding-bottom: 130px;
  }
  .slider-container {
    margin-bottom: unset;
  }
  .trusted_section {
    flex-wrap: wrap;
    justify-content: center;
  }
  .trusted_section .brands_container {
    gap: 30px 0px;
  }
  .trusted_section .brandBox {
    text-align: center;
    max-width: 50%;
    flex: 50% 0 0;
  }
  .trusted_section .brandBox:last-of-type {
    display: none;
  }
  .trusted_section {
    bottom: 123px;
  }
  .copyText {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    position: absolute;
    bottom: 35px;
    width: 358px;
    left: 50%;
    transform: translate(-50%, 0px);
    text-align: center;
  }
  .trusted_section {
    gap: 30px;
  }
}
/*# sourceMappingURL=style.css.map */
