.alasnya {
  background-color: #f6dfe3;
  height: 30rem;
}

.btn-pink {
  background-color: #f6dfe3;
  min-width: 250px;
  color: #707070;
}
.btn-pink:hover {
  background-color: #707070;
  color: white;
}

.kotak {
  width: 20rem;
  height: 25rem;
  margin: auto !important;
  background-color: white;
  border-radius: 20px;
}
.box-login {
  display: flex;
  justify-content: space-between;
  margin: 10px;
  border-bottom: 1px solid #f6dfe3;
  padding: 5px 0;
}
.box-login i {
  font-size: 25px;
  color: #707070;
  padding: 0px 0;
}
.box-login input {
  width: 90%;
  padding: 5px 0;
  background: none;
  border: none;
  outline: none;
  color: #707070;
  font-size: 14px;
}
.box-login input::placeholder {
  color: #707070;
  font-size: 14px;
}

.gradasi {
  background: linear-gradient(#283e51, #4b79a1);
  color: white;
}
body {
  font-family: Arial, Helvetica, sans-serif;
}
.tulisheader {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 20px;
  text-decoration: none;
  margin: 10px 5px 10px 5px;
}

.tulisheader:hover {
  color: white;
  text-decoration: none;
}

#idx-calendar {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  color: black;
}

#idx-calendar div > ul {
  list-style: none;
  color: black;
  margin: 0;
  padding: 0 5px;
}

#idx-calendar #dayNames > ul {
  background-color: white;
  border: 5px bold black;
}

#idx-calendar ul li {
  color: black;
  float: left;
  font-family: Tahoma;
  font-weight: inherit;
  border: 5px bold black;
}

#dayNames ul li {
  font-weight: bold;
  margin: 2% 0;
  padding: 1% 0;
  width: 14.2857%;
}

#daysNum ul li:hover {
  background-color: #283e51;
  border-radius: 100px;
  color: white;
}

#daysNum ul li {
  padding: 2.5% 0;
  width: 14.2857%;
}

#dayNames,
#daysNum {
  clear: both;
  width: 100%;
  font-size: x-large;
}

#dayNames:after,
#daysNum:after,
#idx-calendar div > ul:after {
  content: "";
  display: table;
  clear: both;
}

#idx-calendar div > ul li:first-child {
  color: #f05558;
  font-weight: bold;
}

#idx-calendar li.dayNow {
  color: white !important;
  font-weight: bold;
  background-color: #283e51;
  border-radius: 100px;
  z-index: 2;
}

.monthNow {
  color: #283e51;
  font-family: arial;
  font-size: x-large;
  text-align: left;
}
input[type="input"]:hover {
  border: 1px solid black;
  background-color: black;
}

#monthNow {
  background-color: #283e51;
  font-family: verdana;
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
}

#calendar-control {
  position: relative;
}

#nextMonth,
#prevMonth {
  transition: 0.5s;
  background-color: #4b79a1;
  color: #ffffff;
  font-family: verdana;
  height: 100%;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  width: 2rem;
}

#prevMonth {
  left: 0;
}

#nextMonth:hover,
#prevMonth:hover {
  background-color: transparent;
}

#nextMonth:hover:before,
#prevMonth:hover:before {
  border-radius: 0%;
}
