@charset "UTF-8";
.fca-color-red {
  color: #f0453b;
}

.fca-hover-color-red:hover {
  color: #f0453b;
}

.fca-bg-red {
  background-color: #f0453b;
}

.fca-hover-bg-red:hover {
  background-color: #f0453b;
}

.fca-color-black {
  color: #383838;
}

.fca-hover-color-black:hover {
  color: #383838;
}

.fca-bg-black {
  background-color: #383838;
}

.fca-hover-bg-black:hover {
  background-color: #383838;
}

.fca-color-white {
  color: #ffffff;
}

.fca-hover-color-white:hover {
  color: #ffffff;
}

.fca-bg-white {
  background-color: #ffffff;
}

.fca-hover-bg-white:hover {
  background-color: #ffffff;
}

.fca-color-blue {
  color: #00357c;
}

.fca-hover-color-blue:hover {
  color: #00357c;
}

.fca-bg-blue {
  background-color: #00357c;
}

.fca-hover-bg-blue:hover {
  background-color: #00357c;
}

.fca-color-gray {
  color: #e5f6ff;
}

.fca-hover-color-gray:hover {
  color: #e5f6ff;
}

.fca-bg-gray {
  background-color: #e5f6ff;
}

.fca-hover-bg-gray:hover {
  background-color: #e5f6ff;
}

.fca-color-menu-gray {
  color: #4f4f4f;
}

.fca-hover-color-menu-gray:hover {
  color: #4f4f4f;
}

.fca-bg-menu-gray {
  background-color: #4f4f4f;
}

.fca-hover-bg-menu-gray:hover {
  background-color: #4f4f4f;
}

.fca-color-dark-gray {
  color: #212121;
}

.fca-hover-color-dark-gray:hover {
  color: #212121;
}

.fca-bg-dark-gray {
  background-color: #212121;
}

.fca-hover-bg-dark-gray:hover {
  background-color: #212121;
}

.fca-color-green {
  color: #00b300;
}

.fca-hover-color-green:hover {
  color: #00b300;
}

.fca-bg-green {
  background-color: #00b300;
}

.fca-hover-bg-green:hover {
  background-color: #00b300;
}

/* Define Montserrat font faces */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* Optional: improves performance */
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Apply Montserrat globally */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400; /* Default: Regular */
}

/* Utility classes for different weights */
.montserrat-regular {
  font-weight: 400;
}

.montserrat-medium {
  font-weight: 500;
}

.montserrat-bold {
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
  outline: none !important;
  border: none;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

*:focus-visible {
  outline: auto;
}

*:focus:not(:focus-visible) {
  outline: none;
}

:root {
  --padding-left-right: 8vw;
  --padding-top-bottom: 90px;
}

@media (max-width: 1600px) {
  :root {
    --padding-left-right: 8vw;
    --padding-top-bottom: 90px;
  }
}
@media (max-width: 1440px) {
  :root {
    --padding-left-right: 30px;
    --padding-top-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  :root {
    --padding-left-right: 30px;
    --padding-top-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  :root {
    --padding-left-right: 30px;
    --padding-top-bottom: 40px;
  }
}
body {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.min-h-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(25px, 2.5vw, 40px);
  border-radius: 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background: #4f4f4f;
}

.log-screen-logo {
  padding: 0 !important;
  background-color: transparent !important;
  margin-bottom: 20px;
}

form > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fca-bg-black {
  background-color: transparent !important;
}

input:not(#remember_me) {
  min-width: 200px;
  width: 350px;
  max-width: 100%;
  height: 45px;
  padding: 10px 20px;
  margin-bottom: 10px;
}

label.inline-flex.items-center {
  margin-bottom: 10px;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
label.inline-flex.items-center > input {
  display: none;
}
label.inline-flex.items-center > span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
label.inline-flex.items-center > span::before {
  content: "✔";
  left: 0;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 3px;
  font-size: 14px;
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: 0.25s all ease-in-out;
  font-weight: 600;
}
label.inline-flex.items-center > input:checked + span::before {
  color: #00357c;
  border-color: #ffffff;
}

a.underline {
  margin: 10px 0px;
  width: -moz-max-content;
  width: max-content;
}

button[type=submit] {
  padding: 15px 25px;
  background: #00357c;
  color: #ffffff;
  font-weight: 500;
  border-radius: 6px;
}/*# sourceMappingURL=login.min.css.map */