body {
    background: #0173bc; }
  
  .form-control:focus {
    box-shadow: 0 0 0; }
  
  .bg_home {
    display: flex;
    height: 100vh; }
  
  .input-group-text {
    background-color: #00226d;
    border: 0; }
  
  .box_azul {
    background: #00226d;
    height: 100%;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .box_azul .btn-login {
      background-color: #ecaa32;
      width: 100%;
      font-size: 1.3em;
      font-weight: bold; }
    .box_azul .btn-conta {
      background-color: white;
      padding: 10px 20px; }
  
  .box_logo {
    width: 100%;
    height: auto; }
    .box_logo .logo-centro {
      display: flex;
      justify-content: center;
      height: 50%;
      align-items: center; }
      .box_logo .logo-centro img {
        width: 60vw;
        height: auto; }
  
  @media screen and (max-width: 1024px) {
    .bg_home {
      flex-flow: column-reverse; }
    .box_azul {
      height: 50%;
      width: 100%; }
    .box_logo {
      width: 70%;
      height: 50%;
      margin: 0 auto; }
      .box_logo .logo-centro {
        display: flex;
        justify-content: center;
        height: 100%;
        align-items: center; }
        .box_logo .logo-centro img {
          width: 60vw;
          height: auto; } }
  
  @media screen and (max-width: 550px) {
    .box_azul {
      height: 70%; }
    .box_logo {
      height: 30%; } }

.links {
    display: flex;
    position: absolute;
    top: 53%;
    left: auto;
    right: auto;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.links a{
    font-size: 20pt;
    text-decoration: none;
    border: 5px solid rgb(172, 172, 236);
    padding: 20px;
    min-width: 300px;
    min-height: 150px;
    color: white;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 15px;
}

@media screen and (max-width: 1024px) {
  .bg_home {
    flex-flow: unset; }
  }

  @media screen and (max-width: 600px) {
    .links {
      top: 30% }
    }