﻿@import "LoggedOut/loggedout.css";

* {
  margin: 0;
  padding: 0; }

.bt {
  border: 1px solid red; }

.invisible {
  display: none !important; }

body {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  position: relative; }

.background__signin {
  background-color: #1565c0;
  height: 50vh;
  display: block; }

.signin__container {
  position: absolute;
  top: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.signin__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 64px;
  width: 680px;
  margin-bottom: 48px; }

.signin__card__logo {
  margin-bottom: 32px; }

.signin__card__title h3 {
  font-weight: 500;
  font-size: 24px; }

.signin__card__subtitle {
  margin-bottom: 32px; }

.signin__card__subtitle p {
  font-size: 16px; }

.signin__card form {
  width: 70%; }

.custom-file-control,
.form-control,
.is-focused .custom-file-control,
.is-focused .form-control {
  background-image: linear-gradient(0deg, #1565c0 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0); }

.is-focused .bmd-label-floating {
  color: #1565c0 !important; }

.signin__card__button {
  margin-top: 48px;
  margin-bottom: 32px; }

.signin__card__button button {
  background-color: #1565c0;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 8px 64px;
  margin-bottom: 16px; }

.signin__card__button button:hover,
.signin__card__button button:focus,
.signin__card__button button:active,
.signin__card__button button::after {
  background-color: #1565c0 !important;
  color: #ffffff !important;
  outline: none !important;
  box-shadow: none !important; }

.signin__card__Link a {
  text-transform: uppercase;
  color: #1565c0; }

.login__changend__button {
  margin-bottom: 32px; }

.login__changend__button a {
  border: 1px solid grey;
  border-radius: 19px; }

.login__email__button {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.login__email__button .btn-outline-primary {
  border: 1px solid #1565c0;
  border-radius: 19px;
  color: #1565c0;
  text-transform: lowercase; }

.btn-outline-primary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 12px; }

.btn-outline-primary i {
  font-size: 12px;
  color: #12579b;
  margin-left: 8px; }

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:active:hover {
  border: 1px solid #1565c0;
  border-radius: 19px;
  color: #1565c0;
  text-transform: lowercase; }

.invalid-tooltip {
  color: red;
  width: 132px;
  height: 155px; }

.login__changend__text {
  text-align: center;
  padding: 8px 24px;
  margin-bottom: 32px;
  color: rgba(0, 0, 0, 0.54); }

.why__change {
  padding: 8px 16px;
  background-color: #FFF9C4;
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.why__change__text {
  text-align: center;
  margin-right: 8px;
  margin-bottom: 0px; }

.why__change__button {
  text-align: center;
  color: #1565C0 !important;
  text-decoration: underline; }

.validate__message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.validate__message a {
  cursor: pointer; }

.text-danger {
  font-size: 0.7rem; }

.text__resend__email {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #1565c0 !important; }

.material-icons.check-circle {
  color: #00c853;
  font-size: 175px; }

/* TOASTS */
.toast {
  width: 100%;
  max-width: 400px;
  padding: 12px 24px;
  border-radius: 4px;
  color: white;
  position: fixed;
  right: 1%;
  top: 4%;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.14);
  display: none;
  /* visibility: hidden; */ }

@keyframes easeintoasts {
  0% {
    opacity: 0;
    top: 0px; }
  75% {
    opacity: 1; }
  100% {
    top: 4%; } }

@keyframes easeouttoasts {
  0% {
    opacity: 1;
    top: 4%; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0;
    top: 0px; } }

.toast__title h5 {
  font-size: 1.2rem;
  font-weight: 500; }

.toast__description {
  font-size: 12px;
  font-weight: 400; }

.toast__icon i {
  font-size: 60px; }

.toast__success {
  background-color: #00c853;
  color: white;
  z-index: 10;
  display: none; }

.toast__warning {
  background-color: #fdd835;
  color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: none; }

.toast__error {
  background-color: #f44336;
  color: white;
  z-index: 10;
  display: none; }

.toast__info {
  background-color: #03A9F4;
  color: white;
  z-index: 10;
  display: none; }

/*FIM  TOASTS */
@media only screen and (max-width: 576px) {
  .signin__card {
    width: 100%;
    padding: 32px 8px; }
  .signin__card__logo {
    width: 96%;
    overflow: hidden; }
  .signin__card form {
    width: calc(100% - 32px); }
  .signin__card__button button {
    padding: 8px 32px; }
  .validate__message {
    justify-content: center; }
  .why__change {
    justify-content: center; } }

.gg-eye {
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 24px;
    height: 18px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    box-sizing: border-box
}

.gg-eye::after,
.gg-eye::before {
    content: "";
    display: block;
    border-radius: 100px;
    position: absolute;
    box-sizing: border-box
}

.gg-eye::after {
    top: 2px;
    box-shadow: inset 0 -8px 0 2px, inset 0 0 0 2px;
    width: 24px;
    height: 24px
}

.gg-eye::before {
    width: 8px;
    height: 8px;
    border: 2px solid;
    bottom: 4px;
    left: 8px
}

.gg-eye-alt {
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 24px;
    height: 18px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    box-sizing: border-box
}

    .gg-eye-alt::after,
    .gg-eye-alt::before {
        content: "";
        display: block;
        border-radius: 100px;
        position: absolute;
        box-sizing: border-box
    }

    .gg-eye-alt::after {
        top: 2px;
        box-shadow: inset 0 -8px 0 2px, inset 0 0 0 2px;
        width: 24px;
        height: 24px
    }

    .gg-eye-alt::before {
        width: 8px;
        height: 8px;
        border: 2px solid transparent;
        box-shadow: inset 0 0 0 6px, 0 0 0 4px, 6px 0 0 0, -6px 0 0 0;
        bottom: 4px;
        left: 8px
    }