.col-form-label {
    font-weight: 500;
}
.calonsiswa-box:hover {
    background: #fafafa;
    cursor: pointer;
    border:1px solid gray;
}
div.hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #ddd;
    text-align: center;
    height: 0px;
    line-height: 0px;
}
div.hr > span {
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-style: italic;
}

.form-group.has-error input {
    border-bottom-color: #ddd !important;
}

.auth-home .right-side {
    width: 35rem;
}

.calonsiswa-form .select2-container--disabled .select2-selection--single {
    color:#333;
}
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-label {
    padding: .2rem .5rem;
}
.header-pernyataan {
    font-size: 1rem;
}
.body-pernyataan {
    line-height: 2;
    font-size: .9rem;
}
.body-pernyataan input {
    font-weight: 700;
    font-style: italic;
}
.body-pernyataan input::placeholder {
    font-weight: lighter;
    font-style: italic;
}
table.table-ttd{
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

table  td.label-ttd {
    width: 150px;
}
table td.td-separator {
    width: 20px;
    text-align: center;
}
table .form-control {
    padding: .1rem 0;
}

.list-pernyataan ol {
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-pernyataan ol > li {
    text-align: justify;
    padding-inline-start: 10px;
}
.font-opensans {
    font-family: "Open Sans", sans-serif !important;
}

.body-pernyataan .bootstrap-switch .bootstrap-switch-handle-off,
.body-pernyataan .bootstrap-switch .bootstrap-switch-handle-on,
.body-pernyataan .bootstrap-switch .bootstrap-switch-label {
    padding: .0rem .5rem;
    font-size: .8rem;
}

.faq ol > li {
    text-align: justify;
}

.box-nomor.answered{
    background: #beffbe;
    font-weight: bold;
}

.box-nomor:hover{
    border:1px solid #444 !important;
}



@media (max-width: 768px){
    .auth-home .right-side {
        width: auto;
    }
}
@media (max-width: 991.98px){
    .wizard>.steps>ul  {
        display: flex !important;
    }
}
