*{
    font-family: 'century gothic';
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
    justify-content: left;
    align-items: center;
    min-height: 100vh;
    background: #f8f8f8;
}
.inputBox{
    z-index: 10;
    position: relative;
    width: 400px;
    height: 60px;
}
.inputBox input{
    margin-top: 30px;
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    background: white;
    padding: 0 20px;
    font-size: 18px;
    box-sizing: border-box;
    border-radius: 8px;
}
.inputBox input::placeholder{
    color: #ccc;
}
#toggle{
    position: absolute;
    top: 100%;
    right: -75px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../assets/show.png);
    background-size: cover;
    cursor: pointer;
}
#toggle.hide{
    background: url(../assets/hide.png);
    background-size: cover;
}

/* Utility */
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

input:focus, input:active {
  outline: none !important;
  box-shadow: none !important;
}

/* background1 */
.background1 {
  background-image: url("../assets/bc1.jpg");
  background-size: cover;
  height: 900px;
  width: auto;
  position: relative;
}

.background1::after {
  content: '';
  display: block;
  width: auto;
  height: 100%;
  background-image: url("../assets/bc1.jpg");
  position: absolute;
  bottom: 0;
}

/* panel-info-login */
.panel-logo-info-login {
  z-index: 1;
  position: relative;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

/* panel-logo */
.panel-logo {
  margin-left: 40px;
}

/* panel-info */
.panel-info {
  width: auto;
  text-align: center;
  margin-bottom: 80px;

}

.panel-info h1 {
  font-weight: bold;
  font-size: 45px;
  color: black;
}

.panel-info h3 {
  font-weight: normal;
  font-size: 25px;
  color: black;
}

.panel-info p {
  font-size: 15px;
  display: none;
  color: black;
}

/* login */
.login {
  z-index: 10;
  position: relative;
  text-align: center;
  color: black;
  font-weight: bold;
}

.login h2 {
    font-size: 22px !important;
}

.login p {
    font-size: 15px;
    margin-bottom: 5px;
}

.login input {
  border: none;
  border-radius: 30px;
  align-items: center;
  padding: 8px;
  width: 100%;

}

.login .user-login button {
    margin-top: 50px;
  background-color: #009944;
  color: white;
  font-weight: bold;
  font-size: 15px;
  border-radius: 30px;
  border: none;
  padding: 8px;
  width: 120px;
}

.login .user-login button:hover {
  background-color: #FFD700;
  color: #000000;
}

/* footer */
.footer {
  padding: 20px;
}

  .footer p {
    font-size: 10px !important;
    text-align: center;
    margin-left: 0;
    margin-top: 130px;
    color: black;
  }

/* DESKTOP VERSION */
@media (min-width: 992px) {
  .background1 {
    width: auto;
    height: 657px;
  }

  .background2 {
    background-image: url("../assets/bc1.jpg");
    background-size: cover;
    background-position: left;
    background-repeat: repeat;
    height: 100%;
    width: auto;
    padding: 30px;
    z-index: 1;
    position: relative;
    overflow-y: hidden;
  }

  .panel-logo-info-login {
    display: flex;
    justify-content: space-around;
  }

  .panel-logo{
    margin-left: 0;
  }

  .panel-info {
    text-align: left;
    margin-top: 220px;
  }

  .panel-info h1 {
    color: black;
  }

  .panel-info h3 {
    color: white;
  }

  .panel-info p {
    display: block;
    color: black;
}

  .login h2 {
      font-size: 25px !important;
      margin-top: 18px;
      color: white;
  }

  .login input {
    width: 500px;
  }

  .login .user-login button {
    background-color: #009944;
  }

  .footer {
    display: none;
    color: black;
  }
}

.inputBox{
    z-index: 10;
    position: relative;
    width: 400px;
    height: 60px;
    margin-left: 68px;
}
.inputBox input{
    margin-top: 30px;
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    background: white;
    padding: 0 20px;
    font-size: 18px;
    box-sizing: border-box;
    border-radius: 8px;
}
.inputBox input::placeholder{
    color: #ccc;
}
#toggle{
    position: absolute;
    top: 100%;
    right: 5px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../assets/show.png);
    background-size: cover;
    cursor: pointer;
}
#toggle.hide{
    background: url(../assets/hide.png);
    background-size: cover;
}

/* EXTRA SMALL DEVICES */
@media (max-width: 575.98px) {
  .background1 {
    height: auto;
    height: 900px;
}

  .panel-logo img {
    height: 70px !important;
  }

.panel-info {
  margin: 20px 0 60px 0;
}

  .panel-info h1 {
      font-size: 35px;
  }

  .panel-info h3 {
      font-size: 20px !important;
  }

  .login h2 {
    font-size: 18px !important;
  }

  .login p {
    font-size: 13px !important;
  }

  .login input {
    width: 100%;
  }

  .login button {
    font-size: 13px !important;
  }

.footer {
  padding: 20px;
}

  .footer p {
    font-size: 10px !important;
    text-align: center;
    margin-left: 0;
    margin-top: 170px;
    color: black;
  }
 }