@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");
* {
  font-family: Raleway, sans-serif;
}

.tab {
  margin-left: 14px;
}

.hidden {
  display: none!important;
}

h5 {
  font-size: 1rem;
}

body {
  background-color: #bbbbbb;
}

.logo img {
  width: 80%;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.screen {
  overflow: hidden;
  position: relative;
}

.screen::before,
.screen::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-top-left-radius: 40%;
  border-top-right-radius: 45%;
  border-bottom-left-radius: 35%;
  border-bottom-right-radius: 40%;
  z-index: -1;
}
.screen::before {
  right: -276px;
  bottom: -274px;
  position: absolute;
  background-color: rgba(69, 105, 144, 0.15);
  -webkit-animation: wawes 6s infinite linear;
  -moz-animation: wawes 6s infinite linear;
  animation: wawes 6s infinite linear;
}
.screen::after {
  right: -351px;
  bottom: -304px;
  position: absolute;
  background-color: rgba(2, 128, 144, 0.2);
  -webkit-animation: wawes 7s infinite;
  -moz-animation: wawes 7s infinite;
  animation: wawes 7s infinite;
}
.screen > input {
  font-family: "Asap", sans-serif;
  display: block;
  border-radius: 5px;
  font-size: 16px;
  background: white;
  width: 100%;
  border: 0;
  padding: 10px 10px;
  margin: 15px -10px;
}
.screen > button {
  font-family: "Asap", sans-serif;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  width: 80px;
  border: 0;
  padding: 10px 0;
  margin-top: 10px;
  margin-left: -5px;
  border-radius: 5px;
  background-color: #f45b69;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  transition: background-color 300ms;
}
.screen > button:hover {
  background-color: #f24353;
}

@-webkit-keyframes wawes {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes wawes {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes wawes {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.select2 {
  width: 100% !important;
}

.screen {
  box-shadow: 0px 0px 24px #696565;
  padding: 50px;
  z-index: 10;
  background: #fafafa;
}
.screen__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 170px;
  bottom: 0;
  z-index: 1;
}

.screen__background__shape {
  transform: rotate(45deg);
  position: absolute;
}

.screen__background__shape1 {
  height: 520px;
  width: 520px;
  background: linear-gradient(270deg, #5d54a4, #6a679e);
  top: -50px;
  right: 120px;
  border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
  height: 220px;
  width: 220px;
  background: #6c63ac;
  top: -172px;
  right: 0;
  border-radius: 32px;
}

.screen__background__shape3 {
  height: 540px;
  width: 190px;
  background: linear-gradient(270deg, #5d54a4, #6a679e);
  top: -24px;
  right: 0;
  border-radius: 32px;
}

.screen__background__shape4 {
  height: 400px;
  width: 200px;
  background: #7e7bb9;
  top: 420px;
  right: 50px;
  border-radius: 60px;
}

body {
}
.animation {
  animation-name: move;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
}

.a0 {
  animation-delay: 0.2s;
}
.a1 {
  animation-delay: 0.2s;
}

.a2 {
  animation-delay: 0.25s;
}

.a3 {
  animation-delay: 0.3s;
}

.a4 {
  animation-delay: 0.35s;
}

.a5 {
  animation-delay: 0.4s;
}

.a6 {
  animation-delay: 0.45s;
}
.a7 {
  animation-delay: 0.5s;
}
.a8 {
  animation-delay: 0.55s;
}
.a9 {
  animation-delay: 0.6s;
}
.a10 {
  animation-delay: 0.65s;
}
.a11 {
  animation-delay: 0.7s;
}
.a12 {
  animation-delay: 0.75s;
}
.a13 {
  animation-delay: 0.8s;
}
.a14 {
  animation-delay: 0.85s;
}
.a15 {
  animation-delay: 0.9s;
}
.a16 {
  animation-delay: 0.95s;
}

@keyframes move {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@keyframes left {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    padding: 20px 40px;
    width: 440px;
  }
}

#submit_button {
  background: #fff;
  font-size: 14px;
  margin-top: 30px;
  padding: 16px 20px;
  border-radius: 26px;
  border: 1px solid #d4d3e8;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #4d6d57;
  box-shadow: 0px 2px 2px #198754;
  cursor: pointer;
}

.line {
  border-bottom: 1px solid #888;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.error-border {
  border: 1px solid red !important;
}

.error-text {
  color: red;
  font-size: 12px;
}

#holder {
  padding-left: 25px !important;
}

.form-check .form-check-input3 {
  float: left;
  margin-left: -1.5em;
}

#tema_undangan_video_jpeg {
  width: calc(102% + 2px);
}

textarea.form-control {
  width: 96%;
}

.require-label label::after {
  color: #e32;
  content: " *";
  display: inline;
  font-weight: bold;
}

.form-group {
  display: flex;
  justify-content: space-between;
}

/* Responsive */

@media only screen and (max-width: 425px) {
  .screen {
    padding: 7px;
  }
  .form-select {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .form-select {
    width: 97%;
  }
}