body > section {
    padding: 10px 0;
}
.control-label.wajib::after {
    content: "*";
    color: red;
    padding-left: 5px;
}
.loader,
    .loader:before,
    .loader:after {
      background: #d9534f;
}
.loader {
      color: #d9534f;
      text-indent: -9999em;
      margin: auto;
      position: relative;
      font-size: 5px;
}

    body{
            background: #050150e6;
        }
        h1, h2, h3, h4, h5, h6 {
            color: #fff;
        }
        
        fieldset {
            padding: 10px;
            margin-bottom: 15px;
            margin-top: 15px;
            background: #ffffff;
            border-radius: 5px;
            border: 1px solid #bebebe;
        }

        legend {
            font-size: 12px;
            font-weight: bold;
            width: auto;
            margin-bottom: 0px;
            border-radius: 5px;
            padding: 0px 10px 3px 10px;
            background-color: #ffa900;
            color: #000;
            border: 1px solid #1d1961;
        }

        .control-label.wajib::after {
            content: "*";
            color: red;
            padding-left: 5px;
        }
        
        .form-group .form-control {
            padding: 7px 12px;
            border-color: #aaa;
            box-shadow: none;
        }
