.body-register {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    background-color: white;
    width: 100%;
    padding: 20px;
}

.figure-daftar {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}

.figure-daftar .logo {
    padding-top: 30px;
    padding-left: 30px;
}

.figure-daftar .logo img {
    width: 150px; 
}

.content-figure {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

#img-figure-daftar {
    width: 80%;
    max-width: 500px;
    animation: bounce 2s infinite ease-in-out;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

#img-figure-daftar:hover {
    animation: shake 0.5s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes shake {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(3deg); }
    50% { transform: rotate(-3deg); }
    75% { transform: rotate(2deg); }
}

.form-daftar-kiri {
    margin-: 0 1;
    padding-right: 20px;
}

.form-daftar-kiri .header h2 {
    color: #237227;
    font-weight: 600;
    margin-bottom: 20px;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.form-daftar-kanan {
    display: flex;
    flex-direction: column;
    margin-top: 170px;
    gap: 20px;
    padding: 0 10px;
}

.body-register label {
    font-size: 15px;
    color: #FFAA00;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

.body-register input[type="text"],
.body-register input[type="email"],
.body-register input[type="password"],
.body-register input[type="file"] {
    background-color: rgba(202, 214, 255, 0.4);
    border: none;
    height: 47px;
    border-radius: 8px;
    padding-left: 15px;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 400;
    width: 100%;
}

.form .nama,
.form .email,
.form .kata-sandi,
.form .konfirmasi-kata-sandi,
.unit,
.no_hp,
.alamat {
    display: flex;
    flex-direction: column;
}

.foto {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#foto {
    background-color: transparent;
    padding-left: 0;
}

.jenis-kelamin {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.laki-laki,
.perempuan {
    display: flex;
    align-items: center;
    gap: 10px;
}

.body-register input[type="radio"] {
    width: 15px;
    height: 15px;
    margin-top: 0;
}

.button-daftar {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 30px;
}

.button-daftar button {
    border: none;
    background-color: #FFAA00;
    color: white;
    width: 100%;
    max-width: 230px;
    height: 47px;
    border-radius: 8px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.button-daftar button:hover {
    opacity: 0.9;
    cursor: pointer;
}

.flash {
    width: 100%;
    margin-bottom: 20px;
}

.action-buttons {
    display: flex;
    width: 100%;
    gap: 15px;
    margin-top: 30px;
}

.action-buttons button,
.action-buttons .btn-kembali {
    flex: 1;
    height: 47px;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

#btn-daftar {
    background-color: #519A66;
    color: white;
    border: none;
}

#btn-daftar:hover {
    opacity: 0.9;
    background-color: #237227;
}

.btn-kembali {
    background-color: transparent;
    border: 2px solid #FFAA00;
    color: #FFAA00;
    box-sizing: border-box;
}

.btn-kembali:hover {
    background-color: #237227;
    color: white;
}

.p-helloText{
    margin-left: 30%;
}
