body {
    margin: 0;
    padding: 0;
    background: url(../img/login.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(80, 80, 80, 0.5);
    padding: 20px;
    width: 300px;
    box-shadow: 0 0 10px 5px black;
    border-radius: 10%;
    font-family: Poppins, sans-serif;
}
img {
    width: 120%;
}
.avatar {
    font-size: 50px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.login h2 {
    text-align: center;
    color: rgb(74, 255, 74);
    padding-top: 30px;
    letter-spacing: 3px;
    font-size: 20px;
    font-family: "Raleway SemiBold", sans-serif;
}
.box-login {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(255, 255, 255);
    padding: 8px 0;
}
.box-login i {
    font-size: 20px;
    color: rgb(255, 255, 255);
}
.box-login input {
    width: 100%;
    padding: 0 10px;
    background: none;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    font-size: 15px;
}
.box-login input::placeholder {
    color: white;
}
.btn-login
 .box-login input:hover{
   background: rgba(10, 10, 10,s 0.5);
}
 .btn-login {
   margin: 0 auto;
   margin-top: 20px;
   background: -webkit-linear-gradient(right, #a6f77b, #2dbd6e);
   border: none;
   width: 100%;
   font-family: "Raleway SemiBold", sans-serif;
   font-variant: small-caps;
   padding: 3px;
   color: white;
   font-size: 18px;
   letter-spacing: 3px;
   transition: 0,25s;
   border-radius: 21px;
   cursor: pointer;
}
 .btn-login:hover{
    box-shadow: 0px 1px 18px #24c64f;
 }

 /* Pesan Error */
 #tampil_error {
    padding-top: 10em;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 10;
    display: block;
  }
  #error {
    padding: 15px;
    font-size: 16px;
    background: #e74c3c;
    color: #fff;
    width: 350px;
    border-radius: 15px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-bottom: 30px;
    z-index: 9;
  }
  #error_atas {
    width: 100%;
    background:#c0392b;
    padding: 15px;
    margin-left: -15px;
    text-align: center;
    font-size: 18px;
    margin-top: -15px;
    width: 350px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  h5 {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 15px;
    font-family: "Raleway SemiBold", sans-serif;
    background: url(../img/logo_eleaps_kecil.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35%;
    position: relative;
    background-position-y: 1px;
 }
  #oke {
    background:#ffffff;
    float:right;
    width:90px;
    height:auto;
    font-variant: small-caps;
    text-shadow: 0px 2px 8px #ff0000;
    color: rgb(146, 13, 13);
    border: rgb(85, 0, 0);
    margin-right: 10px;
    font-weight: bolder;
    margin-top: -10px;
    cursor: pointer;
    border-radius: 50%;
    transition: 0,25s;
  }
  #oke:hover {
    box-shadow: 1px 2px 18px #ffffff;
  }
}