 

    body {
      background-color: black;
    }




   

    #login {
      background-color: red;
      border-color: red;
    }

    a.esqe {
      color: red;
      font-size: 15px;
    }

    .row {
      margin-left: 0px;
      margin-right: 0px;
    }

    @media(min-width:768px) {
      #content {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      }
    }
      img {
        max-height: 250px;
      }

      .separator-login{
      margin-top: 10px;
      margin-bottom: 9px;
      border: 0;
      border-top: 1px solid #ffffff1f
    }
    @media(max-width:960px) {
      #logo{
        max-height: 150px;
      }
    }
