body {
  background: rgb(124,10,2);
background: linear-gradient(90deg, rgba(124,10,2,1) 0%, rgba(198,12,48,1) 51%, rgba(102,0,0,1) 100%);

  font-family: sans-serif;
}

h2 {
  color: #fff;
}

.login {
  padding: 1em;
  margin: 2em auto;
  width: 17em;
  background: #fff;
  background-image: url("trans_bg.png");
  border-radius: 0px;
}

label {
  font-size: 10pt;
  color: #555;
  }

input[type="text"],
input[type="password"],
textarea {
  padding: 8px;
  width: 95%;
  background: #efefef;
  border: 0;
  font-size: 10pt;
  margin: 6px 0px;
}

.tombol {
  background: #7C0A02;
  color: #fff;
  border: 0;
  padding: 5px 8px;
  margin: 20px 0px;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: black;
  align-items: center;
  heigth:15px;
  width: 19em;
  margin: 1em auto;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: black;
  float: none;
border:none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 8px 16px;
  transition: 0.3s;
  font-size: 12px;
  font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #c90000;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #c90000;
}