@import url(https://fonts.googleapis.com/css?family=Roboto:500);
body.login {
    padding: unset !important;
    background-color: rgb(246, 246, 246);
}
.login #container {
    margin-top: 0 !important;
}
@media (max-width: 1160px) or (orientation:portrait) {
    body.login {
        background-color: white;
    }
}
.login #header {
    background-image: url("/static/images/BG.126ecd3d92bd.png");
    background-size: cover;
    width: 100%;
    position: relative;
    height: 19rem;
    padding: unset;
}
.login #header .logo.interagua {
    position: absolute;
    top: 17%;
    left: 4.5%;
    width: 7.25rem;
}
.login #header .logo svg {
    font-size: 8vh;
}
.login #header .logo.veolia,
.login #header .logo.veolia-white {
    position: absolute;
    top: 17%;
    right: 4.5%;
    width: 10.437rem;
}
.Form-header h1,
.Form-header h2 {
    color: white;
    margin-bottom: 0.25rem;
}
.Form-header h1 {
    font-weight: 700;
    font-size: 1.5rem;
}
.Form-header h2 {
    margin-top: 0.25rem;
    font-weight: 400;
    font-size: 1.125rem;
}

@media (max-width: 1160px) or (orientation:portrait) {
    .login #header {
        height: 10rem;
        background-size: auto 100%;
        background-position-x: center;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .login #header .logo.interagua {
        top: 1rem;
        left: 2rem;
        width: 3.75rem;
    }
    .login #header .logo svg {
        width: 100%;
    }
    .login #header .logo.veolia,
    .login #header .logo.veolia-white {
        top: 1rem;
        right: 3rem;
        width: 4.75rem;
    }
    .Form-header {
        margin-bottom: 3rem;
    }
    .Form-header h1,
    .Form-header h2 {
        text-align: center;
    }
}

.login .Form {
    position: relative;
    max-width: 537px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -13rem;
    height: auto;
    margin-bottom: 2rem;
}
.login .Form-body {
    background-color: white;
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    padding: 2.5rem;
}
.login .Form-body h3 {
    font-size: 2rem;
    color: black;
    margin-bottom: 2rem;
}
.form-row {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
}
.form-row label {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-left: 0.3rem;
    padding-bottom: 0.1rem;
    color: black;
    font-weight: 600;
}
.form-row input {
    background-color: rgb(246, 246, 246);
}
.form-row input[type="text"],
.form-row input[type="password"] {
    width: 100%;
    border-radius: 0.375rem;
    height: 2rem;
    border: none;
    padding-left: 0.75rem;
}
.form-row input[type=text]:hover,
.form-row input[type="password"]:hover {
    box-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-color: rgb(165 180 252);
    opacity: 0.5;
    border-color: rgb(165 180 252);
}
@media (max-width: 1160px) or (orientation:portrait) {
    .login .Form {
        margin-top: -8rem;
    }
    .login .Form-body h3 {
        font-size: 1rem;
    }
    .login .Form-body .actions,
    .login .Form-body .footer {
        justify-content: center;
    }
}

.Form-body .actions {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}
button {
    border-radius: 3rem;
    height: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-weight: bold;
    cursor: pointer;
    margin-top: 1.5rem;
    font-size: 1rem;
  }
.submit {
    background-color: rgb(0, 154, 240);
    color: white;
    border: solid 2px rgb(0, 154, 240);
}
@media (max-width: 1160px) or (orientation:portrait) {
    .Form-body .actions,
    .Form-body .footer {
        justify-content: center;
    }
}

.google-btn {
    width: 206px;
    height: 3.5rem;
    background-color: #4285f4;
    border-radius: 3rem;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.google-btn .google-icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 3rem;
  background-color: #fff;
}
.google-btn .google-icon {
  position: absolute;
  margin-top: 11px;
  margin-left: 11px;
  width: 18px;
  height: 18px;
}
.google-btn .btn-text {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  margin: 0;
}
.google-btn:hover {
  box-shadow: 0 0 6px #4285f4;
}
.google-btn:active {
  background: #1669f2;
}