@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");
body {
  position: relative;
  font-family: "Roboto", sans-serif;
  background: #EAE7DC;
  min-height: 100vh; }

.page-title {
  padding: calc(1.5rem + 115px) 20px 20px 20px; }
  @media screen and (min-width: 992px) {
    .page-title {
      padding: calc(1.5rem + 150px) 20px 20px 20px; } }
  .page-title > div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 992px) {
      .page-title > div {
        display: block !important; } }
    .page-title > div h1 {
      margin: 0; }
  .page-title h5 {
    margin: 1rem 0 !important; }
  .page-title i {
    font-size: 2.2rem;
    color: #272727; }
    @media screen and (min-width: 992px) {
      .page-title i {
        display: none; } }

a {
  color: #272727;
  text-decoration: none; }
  a:visited {
    color: #272727; }
  a:hover {
    color: #272727; }
  a:active {
    color: #272727; }

.no-element-line {
  margin-left: calc(0.75rem + 25px); }

.padding-bottom {
  padding-bottom: 90px;
  margin: 0 20px 0; }

.pe {
  padding-bottom: 90px !important; }

.p-none {
  padding: 0 !important; }

.fixed-action-btn {
  z-index: 98; }

.modal-overlay {
  top: 0% !important; }

.btn {
  background-color: #1967d2;
  color: #fff;
  border-radius: 0.25rem;
  font-family: "Roboto", sans-serif;
  transition: 0.3s;
  box-shadow: 0 0 0 transparent; }
  .btn:hover {
    background-color: rgba(25, 103, 210, 0.9);
    box-shadow: 0 0 0 transparent; }
  .btn:active {
    background-color: rgba(25, 103, 210, 0.9); }
  .btn:focus {
    background-color: rgba(25, 103, 210, 0.9); }

.btn-flat {
  border-radius: 0.25rem; }

.btn-large {
  padding: 0 15px;
  background-color: #1967d2; }
  @media screen and (min-width: 992px) {
    .btn-large {
      padding: 0 28px; } }
  .btn-large:hover {
    background-color: rgba(25, 103, 210, 0.9); }

.fixed-action-btn {
  bottom: 35px; }
  @media screen and (min-width: 768px) {
    .fixed-action-btn {
      bottom: 23px; } }

.no-padding {
  padding: 0px !important; }

.t-a-center {
  text-align: center; }

label {
  color: #272727 !important; }

h1 {
  color: #202124; }

h3 {
  color: #202124; }

input[type="text"]:not(.browser-default),
input[type="email"]:not(.browser-default),
input[type="password"]:not(.browser-default) {
  border-bottom: 1px solid #272727 !important; }
  input[type="text"]:not(.browser-default):focus:not([readonly]),
  input[type="email"]:not(.browser-default):focus:not([readonly]),
  input[type="password"]:not(.browser-default):focus:not([readonly]) {
    border-bottom: 1px solid #1967d2 !important;
    box-shadow: 0 0 0 transparent; }

input.valid[type="text"]:not(.browser-default) {
  border-bottom: 1px solid #0f9d58 !important;
  box-shadow: 0 0 0 transparent; }

input.valid[type="email"]:not(.browser-default) {
  border-bottom: 1px solid #0f9d58 !important;
  box-shadow: 0 0 0 transparent; }

input.valid[type="password"]:not(.browser-default) {
  border-bottom: 1px solid #0f9d58 !important;
  box-shadow: 0 0 0 transparent; }

[type="radio"]:checked + span::after {
  background-color: #1967d2;
  border: 2px solid #1967d2; }

[type="radio"]:not(:checked) + span::before {
  border: 2px solid #272727; }

[type="radio"]:not(:checked) + span::after {
  border: 2px solid #272727; }

textarea.materialize-textarea {
  border-bottom: 1px solid #272727 !important; }
  textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #1967d2 !important;
    box-shadow: 0 0 0 transparent; }

::placeholder {
  color: rgba(32, 33, 36, 0.54);
  opacity: 1; }

:-ms-input-placeholder {
  color: rgba(32, 33, 36, 0.54); }

::-ms-input-placeholder {
  color: rgba(32, 33, 36, 0.54); }

.preloader-container {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(27, 27, 27, 0.25);
  z-index: 100; }

.preloader-wrapper {
  display: inline-block;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 41%; }
  @media screen and (min-width: 768px) {
    .preloader-wrapper {
      top: 44%;
      left: 46%; } }
  @media screen and (min-width: 992px) {
    .preloader-wrapper {
      top: 43%;
      left: 48%; } }

.spinner-blue,
.spinner-blue-only {
  border-color: #1967d2; }

.page-title {
  padding: calc(1.5rem + 115px) 20px 20px 20px; }
  @media screen and (min-width: 992px) {
    .page-title {
      padding: calc(1.5rem + 150px) 20px 20px 20px; } }
  .page-title > div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center; }
    .page-title > div h1,
    .page-title > div h4 {
      margin: 0; }

.card-icon-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px; }
  @media screen and (min-width: 992px) {
    .card-icon-row {
      position: absolute;
      right: 15px;
      bottom: 15px; } }
  .card-icon-row i {
    background-color: rgba(25, 103, 210, 0.9);
    color: #fff;
    padding: 8px;
    border-radius: 0.25rem;
    cursor: pointer;
    margin-left: 10px;
    width: 30px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .card-icon-row i {
        background-color: rgba(32, 33, 36, 0.12);
        color: rgba(51, 51, 51, 0.8);
        transition: 0.3s; }
        .card-icon-row i:hover {
          background-color: rgba(25, 103, 210, 0.9);
          color: #fff; }
          .card-icon-row i:hover:first-child {
            background-color: #e61d13;
            color: #fff; } }
    .card-icon-row i:first-child {
      background-color: rgba(32, 33, 36, 0.12);
      color: rgba(51, 51, 51, 0.8); }

#footer {
  width: 100%;
  height: 50px;
  background-color: #202124;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0; }
  #footer p {
    color: #fff;
    font-size: 1rem; }

.login-background {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../assets/photos/abv-background-mobile.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  height: 100vh;
  width: 100%;
  z-index: 0; }
  @media screen and (min-width: 992px) {
    .login-background {
      background-image: url("../assets/photos/abv-background.webp"); } }
  .login-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none; }

.login-row {
  margin-bottom: 0; }

.login-container {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh; }

.card {
  background: #fff;
  z-index: 2;
  margin: 0;
  width: 100%;
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.55));
  border-radius: 0.5rem; }
  @media screen and (min-width: 992px) {
    .card {
      background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.7)); } }
  .card .card-image img {
    width: 50%;
    left: 25%; }

.card-content .btn-floating {
  position: relative;
  left: 45%;
  cursor: pointer; }

div.logo-container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px; }

img.logo {
  max-width: 30%; }
  @media screen and (min-width: 992px) {
    img.logo {
      max-width: 20%; } }
  @media screen and (min-width: 1200px) {
    img.logo {
      max-width: 25%; } }

.login-form {
  margin: 20px 0 0; }

[type="checkbox"] + span:not(.lever) {
  color: #272727;
  line-height: 21px; }

[type="checkbox"].filled-in:not(:checked) + span:not(.lever)::after {
  border: 2px solid #272727; }

[type="checkbox"].filled-in:checked + span:not(.lever)::after {
  border: 2px solid #1967d2;
  background-color: #1967d2; }

.long-btn {
  border-radius: 15px; }
