:root {
    --main-header-color: #553d67;
    --saga-color: #553d67;
    --saga-blue: #004DA2;
}


a{
    color:var(--saga-blue);
}

    a:hover {
        color: blue;
    }


html {
  /*font-family: "Dosis", sans-serif;*/
}





@media only screen and (max-width: 1000px) {
  .logo-saga {
    /*display: none;*/
  }
}

footer {
  width: 100%;
  background-color: var(--main-header-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4%;
  padding-bottom: 4%;
}

footer p {
  font-size: 2.5em;
  color: white;
  margin-top: 1%;
  margin-bottom: 0;
}

@media only screen and (max-width: 770px) {
  footer {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  footer p {
    font-size: 1.5em;
  }
}

.form-login {
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 25vh;
}

.form-login-hr {
  width: 1px;
  height: 30vh;
  border-left: 1px solid #ddd;
}

.form-login-left,
.form-login-right {
  width: 100%;
  height: 30vh;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-login-left h1 {
  font-size: 3.5em;
  font-weight: 300;
  margin: 0;
  padding-bottom: 20px;
}

.form-login-left-input {
  font-size: 1.3em;
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  /* box-shadow: 2px 2px 2px 1px #ddd; */
  border-radius: 35px;
  text-align: center;
  margin-bottom: 25px;
}

.form-login-left input[type="submit"] {
  background-color: transparent;
  border: 0;
  color: var(--main-header-color);
  font-size: 1.5em;
}

.form-login-right {
  /* border-left: 1px solid #ddd; */
  color: var(--main-header-color);
}

.form-login-right-title {
  font-size: 3em;
  font-weight: 300;
  max-width: 400px;
  margin-bottom: 15px;
}

.form-login-right-text {
  font-size: 2em;
  font-weight: 300;
  max-width: 400px;
  margin-bottom: 15px;
}

.form-login-right-sejasagasaude {
  color: #1c4d9f;
}

.form-login-right-button {
  background-color: var(--main-header-color);
  color: #ddd;
  width: 100%;
  max-width: 400px;
  height: 75px;
  border-radius: 40px;
  font-size: 1.8em;
  font-weight: 300;
}

@media only screen and (max-width: 1000px) {
  .form-login {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .form-login-left,
  .form-login-right {
    height: auto;
    width: 100%;
    max-width: 80%;
  }

  .form-login-left-input {
    height: 75px;
  }

  .form-login-hr {
    display: none;
  }

  .form-login-left {
    padding-bottom: 5vh;
    border-bottom: 1px solid #ddd;
  }

  .form-login-right {
    padding-top: 5vh;
  }

  .form-login-right-title,
  .form-login-right-text,
  .form-login-right-button {
    max-width: 85%;
  }
}

@media only screen and (max-width: 770px) {
  .form-login {
    height: auto;
  }

  .form-login-left,
  .form-login-right {
    height: auto;
  }

  .form-login-left h1 {
    font-size: 2.5em;
  }

  .form-login-left-input {
    font-size: 1.3em;
    height: 50px;
  }

  .form-login-left input[type="submit"] {
    font-size: 1em;
  }

  .form-login-right-title {
    font-size: 2em;
  }

  .form-login-right-text {
    font-size: 1.5em;
  }

  .form-login-right-button {
    height: 55px;
    font-size: 1.3em;
  }
}

.newsletter {
  background-color: #d7c6fd;
  background-image: url(../img/login_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
}

.newsletter-content {
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.newsletter-content h1 {
  color: #1c4d9f;
  font-size: 3em;
  font-weight: 300;
}

.newsletter-content-color {
  color: var(--main-header-color);
}

.newsletter-content-description {
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 25px;
}

.newsletter-content-input {
  height: 65px;
  width: 80%;
  border: 0;
  border-radius: 80px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.3em;
}

.newsletter-content-button {
  background-color: transparent;
  border: 0;
  color: var(--main-header-color);
  font-size: 1.5em;
}

@media only screen and (max-width: 1000px) {
  .newsletter-content-left {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .newsletter-content h1 {
    font-size: 2em;
  }

  .newsletter-content-input {
    height: 45px;
    font-size: 1.1em;
  }

  .newsletter-content-description {
    font-size: 1.3em;
  }

  .newsletter-content-button {
    font-size: 1.1em;
  }

  .newsletter-content-color {
    font-size: 1em;
  }
}
