.img-cadastro {
  width: 100%;
}

.login-form-wrap {
  margin-left: 25px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .login-form-wrap {
    margin-left: 15px;
    margin-top: 60px;
    margin-right: 15px;
  }

  .link-register {
  margin-bottom: 60px;
  }
}

body {
  overflow-x: hidden;
}

.login-billboard-image {
  height: 100%;
  width: auto;
  background-image: url(/img/cadastro2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .login-billboard-image {
    display: none;
  }
}

@media (max-height: 625px) {
  .container {
    margin-top: auto;
    margin-bottom: auto;
  }

  .row {
    margin-top: auto;
    margin-bottom: auto;
  }

  .form-login, .form-group {
    margin-top: auto;
    margin-bottom: auto;
  }

  .form-control:focus {
    color: #000;
    border-color: #706666;
    outline: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }

  .btn-success:hover {
    background-color: #ee4f2a;
    border-color: #861b02;
  }

  .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #e0411c;
    border-color: #861b02;
  }
