@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
  font-size: 0.85rem;
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 37.5em) {
  html {
    font-size: 0.65rem;
  }
}

body {
  font-weight: normal;
  line-height: 1.6;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
}

strong {
  font-weight: bold;
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

::-webkit-scrollbar-track {
  background: #0C1217;
}

::-webkit-scrollbar-thumb {
  background-color: #68a3a0;
}

.generalTitle {
  font-size: 5rem;
  display: flex;
  line-height: 1;
  position: relative;
  padding: 1rem 0;
}
.generalTitle--h1 {
  font-size: 4rem;
}
.generalTitle--h2 {
  font-size: 3rem;
}
.generalTitle--h3 {
  font-size: 2rem;
  font-weight: 700;
}
.generalTitle--h4 {
  font-size: 1.5rem;
}
.generalTitle--h5 {
  font-size: 1.25rem;
}
.generalTitle--body {
  font-size: 1rem;
}
.generalTitle__subtitle {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #6b778c;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password] {
  outline: none;
  transition: border-color 0.2s;
  margin: 0;
  padding: 0 12px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #d9e1ec;
  border-radius: 8px;
  color: #1f2a3d;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: left;
  box-sizing: border-box;
}

select {
  padding: 0.5rem 0.75rem;
  border-radius: 0;
}

textarea {
  box-sizing: border-box;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 0;
  border: 0;
  min-height: 7.5rem;
  padding: 1rem;
  transition: border-color 0.2s;
  resize: none;
}

.main {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
}

.default-login {
  background-color: #F5F7FB;
}

.login-slider {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.login-slider__track {
  display: flex;
  height: 100%;
  width: 400%;
  transition: transform 0.6s ease;
}
.login-slider__slide {
  flex: 0 0 25%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
}
.login-slider__dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
.login-slider__dot {
  border: 1px solid #6f6c7f;
  background-color: #6f6c7f;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}
.login-slider__dot.active {
  border: 1px solid #fff;
  background-color: #fff;
}

.formGroup {
  padding-bottom: 8px;
}

.login {
  display: flex;
  flex-direction: row;
  justify-content: right;
  color: #FFFFFF;
}
.login__left {
  flex: 7;
}
.login__right {
  flex: 1;
  display: flex;
  background: #000000;
}
.login__card {
  box-shadow: hsla(220, 30%, 5%, 0.05) 0 5px 15px 0, hsla(220, 25%, 10%, 0.05) 0 15px 35px -5px;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  margin: 8px;
  justify-content: center;
  max-width: 400px;
  min-width: 300px;
}
.login .loginBtn {
  background-color: rgb(25, 118, 210);
  width: 100%;
  margin: 1rem 0;
}
.login .loginGoogle {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgb(25, 118, 210);
  color: rgb(25, 118, 210);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.login .loginMicrosoft {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgb(25, 118, 210);
  color: rgb(25, 118, 210);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.login .login-social-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.login__divider {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  text-align: center;
  border: 0 solid #d9e1ec;
  color: #000000;
  font-size: 12px;
}
.login .login__divider::before,
.login .login__divider::after {
  width: 100%;
  border-top: thin solid #d9e1ec;
  border-top-style: inherit;
  content: "";
  align-self: center;
}
.login__logo {
  display: flex;
  justify-content: center;
  padding-bottom: 0.5rem;
}
.login__logo img {
  width: 300px;
  height: auto;
}
.login__language {
  padding-bottom: 1rem;
  position: absolute;
  top: 20px;
  align-self: center;
}
.login__language .button {
  background: transparent;
  padding: 0;
  border: none;
  margin: 0 1rem;
  cursor: pointer;
}
.login__language .image {
  width: 100%;
  height: 100%;
  min-height: 1.25rem;
}
@media only screen and (max-width: 56.25em) {
  .login__language .image {
    min-height: 1.9rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .login__language {
    font-size: 1.5rem;
  }
}
.login .logo img {
  max-width: 300px;
}
.login__title {
  color: #000000;
  text-align: center;
  line-height: 1.5;
  width: 100%;
  font-size: 32px;
  font-weight: bold;
}
.login form {
  padding-top: 1rem;
}
.login form,
.login form input[type=text],
.login form input[type=password] {
  width: 100%;
}
.login__field-label {
  word-wrap: break-word;
  width: 100%;
  color: #6b778c;
  font-size: 13px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  text-align: left;
  margin: 0 0 6px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.login__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 460px;
}
.login__form .button {
  width: 100%;
  justify-content: center;
  margin-top: 1rem;
}
.login__reset {
  margin-top: 0;
  width: 100%;
  color: #000000;
}
.login #RestorePassword {
  text-align: center;
  color: rgb(26, 26, 26);
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0;
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
}
.login #RestorePassword::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #555;
  opacity: 0.3;
  transition: width 0.3s ease, opacity 0.3s ease;
}
.login .requestPassword {
  display: flex;
  flex-direction: column;
}
.login #restore p {
  font-size: 1.2rem;
}
.login .resetWithUserName {
  padding-bottom: 10px;
}
.login .restorePassword {
  align-self: center;
}
.login #successMessage,
.login #failureMessage,
.login #expiredCodeMessage {
  display: none;
}
.login .resetWithUserName label.error {
  color: #ffdab9;
  padding-left: 2px;
}

@media screen and (max-width: 724px) {
  .login {
    justify-content: center;
    background: #000000;
  }
  .login__left {
    display: none;
  }
  .login__right {
    flex: 0;
  }
}

/*# sourceMappingURL=login.css.map */
