/* =========================================================
   REGISTER TUKANG
========================================================= */

.register-section{
    min-height:100vh;
    padding:60px 0;
    background:linear-gradient(135deg,#0f172a,#1e40af);
}

.register-card{
    background:#ffffff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.register-title{
    color:#0f172a;
    font-size:36px;
    font-weight:700;
    margin-bottom:10px;
}

.register-subtitle{
    color:#64748b;
    margin-bottom:25px;
}

.red{
    color:#dc2626;
}

h3{
    color:#1e40af;
    margin-top:30px;
    margin-bottom:15px;
    font-weight:700;
}

.info-box{
    background:#eff6ff;
    border-left:4px solid #2563eb;
    padding:15px;
    border-radius:10px;
    margin-bottom:25px;
}

.form-control,
.form-select{
    border-radius:10px;
    padding:12px;
}

.form-control:focus,
.form-select:focus{
    border-color:#2563eb;
    box-shadow:0 0 0 .2rem rgba(37,99,235,.15);
}

#listSpesialisasi{
    max-height:300px;
    overflow-y:auto;
    border:1px solid #dee2e6;
    border-radius:10px;
    padding:15px;
    background:#fafafa;
}

#listSpesialisasi .form-check{
    margin-bottom:8px;
}

.spesialisasi-counter{
    margin-top:10px;
    font-size:14px;
    color:#64748b;
}

.btn-register{
    background:#f59e0b;
    border:none;
    color:white;
    font-weight:bold;
    padding:14px;
    width:100%;
    border-radius:12px;
}

.btn-register:hover{
    background:#d97706;
    color:white;
}

.btn-register:disabled{
    opacity:.5;
    cursor:not-allowed;
}

.form-check{
    margin-bottom:10px;
}

.form-check-label{
    cursor:pointer;
}

@media(max-width:768px){

.register-card{
    padding:25px;
}

.register-title{
    font-size:28px;
}

}