@media (min-width: 576px) {
  .background-image {
    background: url('/assets/images/cdlmovel/Home - Circulo ângulo.svg') no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
    background-size: 40%;
  }

}

@media (min-width: 768px) {
  .background-image {
    background: url('/assets/images/cdlmovel/Home - Circulo ângulo.svg') no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
    background-size: 30%;
  }
}

@media (min-width: 992px) {
  .background-image {
    background: url('/assets/images/cdlmovel/Home - Circulo ângulo.svg') no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
    background-size: 30%;
  }
}

@media (min-width: 1200px) {
  .background-image {
    background: url('/assets/images/cdlmovel/Home - Circulo ângulo.svg') no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
    background-size: 25%;
  }

    /* .footer {
      float: right;
      margin-top: -75px;
    } */
}

@media (min-width: 1600px) {
  .background-image {
    background: url('/assets/images/cdlmovel/Home - Circulo ângulo.svg') no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
    background-size: 25%;
  }

  /* .footer {
    float: right;
    margin-top: -90px;
  } */
}

body {
  font-family: 'Raleway', sans-serif;
}

.container-fluid {
  padding: 0px;
}

.footer span {
  padding-right: 30px;
  height: 30px;
  float: right;
}

.footer a {
  font-size: 13px;
  text-decoration: none;
  color: black;
}

.footer a:hover {
  text-decoration: none;
  color: black;
}

.form-inline input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 3;
}

.form-inline input {
  border-radius: 20px;
  background-color: #d3d3d3;
  border: none;
  padding: 5px;
  margin-right: 5px;
}

.form-inline button {
  border: none;
  background-color: rgba(40, 77, 146, 0.93);
  border-radius: 20px;
  padding: 5px;
  color: white;
}

.navbar {
  margin-top: 10px;
}

.esqueceu-senha {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}

.body {
  margin-top: 20px;
}

#login-error {
  margin-top: 5px;
  color: red;
  font-size: 10px;
}

.modal {
  bottom: unset !important;
  width: 518px !important;
  background: #fff !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}
