.login-register {
    padding: 7% 0 !important;
}
.card {
    border-radius: 10px !important;
    box-shadow: 1px 1px 11px rgb(0 0 0 / 30%) !important;
}
.card-body {
    padding: 3rem !important;
}

.select2-container {
    border: solid 1px #ccc !important;
    border-radius: 3px !important;
}

.input-group-text {
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    width: 111px;
}

.form-group {
    margin-bottom: 11px !important;
    font-family: montserrat !important;
    color: #2C3E50 !important;
    font-size: 13px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    font-family: montserrat !important;
    color: #2C3E50 !important;
    font-size: 13px !important;
}
.select2-results__option {
    font-family: montserrat !important;
    color: #2C3E50 !important;
    font-size: 13px !important;
}

html body .m-l-1 {
    margin-left: 1px; 
}

.peringatan {
    border: 1px solid red !important;
    border-radius: 3px;
}

.swal2-styled.swal2-confirm {
    background-color: #0088D1 !important;
}
.swal2-styled.swal2-confirm:focus{
    box-shadow:0 0 0 3px rgba(100,150,200,.5) !important
}
.label-cyan {
    background-color: #01c0c8; 
}
