body{
    margin: 0;
    padding: 0;
    background: url(images/bg.jpg);
    background-size: cover;
    font-family: sans-serif;
}

h2{
    margin: 0;
    padding: 5px 0 5px;
    color: #efed40;
    text-align: center;
}

h3{
    margin: 0;
    padding: 5px 0 5px;
    color: #efed40;
    text-align: center;
}

h4{
    margin: 0;
    padding: 5px 0 5px;
    color: #ff0000;
    text-align: center;
}

h5{
    margin: 0;
    padding: 5px 0 5px;
    color: #00ff00;
    text-align: center;
}

h6{
    margin: 0;
    padding: 5px 0 0px;
    color: #ffff00;
    text-align: left;
}

.loginBox{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 380px;
    height: 480px;
    padding: 50px;
    border-radius: 10px;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
}

.user{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: calc(-100px/2);
    left: calc(50% - 50px);
}

.loginBox p{
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #fff;
}

.loginBox input{
    width: 100%;
    margin-bottom: 20px;
}

.loginBox input[type="text"],
.loginBox input[type="password"]{
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}

::placeholder{
    color: rgba(255,255,255,.5);
}

.loginBox input[type="submit"]{
    border: none;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background: #ff267e;
    cursor: pointer;
    border-radius: 20px;
}

.loginBox input[type="submit"]:hover{
    background: #efed40;
    color: #262626;
}

.loginBox a{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.menu{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 380px;
    height: 480px;
    padding: 50px;
    border-radius: 10px;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
}

.tombol{
  background:#2C97DF;
  color:white;
  border-top:0;
  border-left:0;
  border-right:0;
  border-bottom:5px solid #2A80B9;
  padding:10px 5px;
  text-decoration:none;
  font-family:sans-serif;
  font-size:10pt;
  display:inline-table;
  margin: 10px 10px;
  position: center;
}

.tombol2{
    background:#009000;
    color:white;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:2px solid #2A80B9;
    padding:10px 5px;
    text-decoration:none;
    font-family:sans-serif;
    font-size:10pt;
    display:inline-table;
    margin: 5px 10px;
    position: center;
}