/********* FONTS *********/
@font-face {
  font-family: Roboto-Bold;
  src: url("../fonts/Roboto-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-Regular;
  src: url("../fonts/Roboto-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto-Medium;
  src: url("../fonts/Roboto-Medium.ttf");
  font-display: swap;
}
/************************************
 * LOGIN STYLESHEET
 * VERSION:1.0.0
 * DATE:10 FEB 2023
 ************************************/
/********** RESET CSS ***********/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

p {
  margin-bottom: 0;
}

.btn.focus,
.btn:focus,
button:focus,
.navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*modal jerking*/
body.modal-open {
  overflow: auto !important;
}

body.modal-open[style] {
  padding-right: 0px !important;
}

h1 {
  font-family: "Roboto-Bold", sans-serif;
}

h2 {
  font-family: "Roboto-Bold", sans-serif;
}

h3 {
  font-family: "Roboto-Bold", sans-serif;
}

h4 {
  font-family: "Roboto-Bold", sans-serif;
}

h5 {
  font-family: "Roboto-Bold", sans-serif;
}

h6 {
  font-family: "Roboto-Bold", sans-serif;
}

p,
a {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1.6rem;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #1e2125;
  background-color: #e9ecef;
}

.main-wrap {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  margin-top: 2.5rem;
}

.home__icon {
  color: #3f4254;
  margin-bottom: 1.6rem;
  display: block;
}
.home__icon:hover {
  color: #f25f5d;
}

.main-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
}

:root {
  --main-bg: #2d3f9d;
}

.main-bg {
  background: var(--main-bg) !important;
}

button:focus {
  border: 1px solid var(--main-bg) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input:focus {
  border-bottom: 1px solid var(--main-bg) !important;
}

.form-check-input:checked {
  background-color: var(--main-bg) !important;
  border-color: var(--main-bg) !important;
}

.loginWrapper {
  min-width: 50rem;
  padding: 1.6rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
  z-index: 9;
  border-radius: 10px;
}
.loginWrapper .form-control {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Roboto-Regular", sans-serif;
  padding: 1rem;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #9e9e9e;
}
.loginWrapper .form-control:focus {
  -webkit-box-shadow: 0 1px 0 0 var(--main-bg);
  box-shadow: 0 1px 0 0 var(--main-bg);
}

.loginWrapper h2 {
  font-size: 2.4rem;
}

#wrapper {
  position: relative;
  height: 100%;
}

.form-img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}
.form-img h1 {
  color: var(--main-bg);
  font-family: "Roboto-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 3.2rem;
  max-width: 35rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 5rem;
}

.form-img img {
  width: 100%;
}

.loginBtn {
  background: var(--main-bg);
  border-radius: 5px;
  width: 100%;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Roboto-Medium", sans-serif;
  padding: 1rem;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid transparent;
}

.loginBtn:hover {
  background: #ffffff;
  border: 1px solid var(--main-bg);
  color: var(--main-bg);
}

#bgWrap label {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 1.4rem !important;
  color: #9e9e9e;
}

.forgot__password {
  font: 1.6rem "Roboto-Medium", sans-serif;
  color: var(--main-bg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.forgot__password:hover {
  color: #212529;
}

.loginWrapper h3 {
  font: 1.6rem "Roboto-Regular", sans-serif;
  color: #9e9e9e;
  line-height: 2.4rem;
  max-width: 40rem;
  text-align: center;
}

#bgWrap {
  position: relative;
}

.vh--100 {
  height: 100vh;
}

.formBg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.8;
  /* background-image: linear-gradient(
    0deg,
    rgba(91, 197, 192, 0.5),
    rgba(22, 182, 195, 0.5)
  ); */
}

.formBg label {
  font-family: "Roboto-Medium", sans-serif;
  font-size: 1.4rem !important;
  color: #9e9e9e;
}

.formBg {
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .formBg {
    background: url("../img/bg.jpg") no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1199px) {
  .formBg,
  .form-img {
    padding: 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-img {
    height: 100%;
  }
  .loginWrapper {
    top: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    position: relative;
    z-index: 9;
  }
  .form-img {
    top: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
    position: unset;
  }
  .form-img img {
    margin: 2.4rem 0;
  }
}
@media screen and (max-width: 575px) {
  .loginWrapper {
    min-width: 100%;
  }
}
@media screen and (max-width: 359px) {
  .form-img h1 {
    font-size: 2.8rem;
  }
}
/*# sourceMappingURL=style.css.map */
