@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,300");

html {
    position: relative;
    min-height: 100%;
  }
  body {
    margin-bottom: 60px;
    color: #141414;
    background: url(../images/logo/bg-login.png) !important;

  }

  body > .container {
    padding: 10px 15px 10px;
  }

  .box-opacity {
    background-color: #973c00;
    opacity: 0.90;
  }

  a {
    text-decoration: none !important;
    color: #585858 !important;
  }

  a:hover {
    color: #00ff0d !important;
  }


  @media (min-width: 48em) {
    html {
      font-size: 16px;
    }
  }

  input {
    background: transparent !important;
    border: 1px solid #ffffff !important;
    border-radius: 20px !important;
    color: #fff !important;
  }

  .card-login {
    box-shadow: 2px 2px 3px #363636;
    color: #fff !important;
  }

  .btn-login{
    border: 1px solid #ffffff;
    background: transparent;
    text-align: center;
    border-radius: 20px;
    color: rgb(255, 255, 255);
  }

  .btn-login:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
  }

  .mt-7 {
    margin-top: 150px;
  }

  @media (max-width: 576px) {
    .mt-7 {
      margin-top: 80px;
    }
  }

input::placeholder {
  color: #414141 !important;
}
