:root {
    --sunsetorange: #ef4600;
    --sunsetorange1: #ff815d;
    --sunsetpink: #ff5046;
    --sunset: #0b9887;
    --sunset1: #144351;
    --sunset2: #ffa180;
    --sunset3: #fbbd46;
    --sunset4: #ffa01d;
    --sunset5: #1e9dbf;
    --sunset6: #f28e65;
    --sunset7: #096c7e;
}

.register-master {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

}

.register {
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 30px 30px;
    /* perspective: 2700px; */
}

/* 
.register .cover {
    background: #144351;
    position: absolute;
    height: 100%;
    width: 50%;
    left: 50%;
    top: 0;
    z-index: 98;
    transition: all 1s ease;
    transform-origin: left;
    transform-style: preserve-3d;
}

.register .cover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5ac994;
    opacity: 0.5;
    z-index: 100;
}

.register .cover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5ac994;
    opacity: 0.5;
    z-index: 100;
    transform: rotateY(180deg);
}

.register #flip:checked~.cover {
    transform: rotateY(-180deg);
}

.register .cover img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 12;
    margin-top: 40%;
    backface-visibility: hidden;
}

.register .cover .back .back-img {
    transform: rotateY(180deg);
}

.register .cover .form-link {
    position: absolute;
    z-index: 111;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} */

.cover .form-link .img-text-1,
.cover .form-link .img-text-2 {
    font-size: 26px;
    font-weight: 600;
    color: black;
    text-align: center;
    backface-visibility: hidden;
}


.cover .back .form-link .img-text-1,
.cover .back .form-link .img-text-2 {
    transform: rotateY(180deg);
}

.cover .form-link .img-text-2 {
    font-size: 15px;
    font-weight: 500;
}

.register form {
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.register .form-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
}

.form-content .login-form,
.form-content .sign-form {

    width: calc(100% / 2 - 25px);
}

.login-form {
    /* margin-right: 30px; */
}

form .form-content .title {
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: white;
}

/* form .form-content .title::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 25px;
    background: #5ac994;
    left: 0;
    bottom: 0;
}

form .sign-form .title::before {
    width: 22px;
} */


form .form-content .input-groups {

    color: white;
    margin-top: 30px;
}

form .form-content .input-box {
    color: white;
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    margin: 10px 0;
}

form .form-pad-register .input-box .input {

    padding: 0 30px;
}

form .form-content .input-box .input {
    background: #144351;
    height: 100%;
    width: 100%;
    outline: none;
    display: inline-block;
    border: none;
    resize: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important;
    /* padding: 0 30px; */
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid white;
    color: white;
    transition: all 0.3s ease
}

form .form-content .input-box .input:focus,
form .form-content .input-box .input:valid {
    border-bottom-color: #5ac994;
}

form .form-content .input-box i {
    position: absolute;
    color: #5ac994;
    font-size: 18px;
}


form .form-content .button {
    margin-top: 40px;
}

button {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: ease-out 0.3s;
    color: white;
    background-color: #0b9887;
    border: none;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    border-radius: 10px;
    letter-spacing: 1PX;
}

form .form-content .button button:hover {
    color: #0b9887;
    background-color: white;
    cursor: pointer;
}

form .form-content .button button::before {
    content: "";
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    transition: 0.5s all ease;

    border-radius: 6px;
}

form .form-content .button button:hover::before {
    opacity: 1;
    z-index: -2;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
}

form .form-content .form-link label {
    font-size: 14px;
    font-weight: 500;
    color: black;
    cursor: pointer;
}

form .form-content .form-link label:hover {
    text-decoration: underline;
}

form .form-content .pass a {
    color: white;

}

form .form-content .pass a :hover {
    color: #0b9887;

}

form .form-content .form-link .link {
    color: #5ac994;
}

form .form-content .login-text,
form .form-content .signup-text {
    color: white;
    text-align: center;
    margin-top: 25px;

}

form .form-content .forget-text,
form .form-content .forget-text {
    color: white;
    text-align: end;
    margin-top: 25px;
    font-size: 12px;

}

.form-check-label {
    color: white;
    font-size: 12px;


}

.form-check-label a {
    color: white;
    text-decoration: underline;
    text-underline-offset: 0.3em;

}

.form-check-label a:hover {
    color: var(--sunset2);
    text-decoration: underline;
    text-underline-offset: 0.3em;
}


.register #flip {
    display: none;
}

@media (max-width:730px) {
    .register .cover {
        display: block;
    }

    .form-content .login-form,
    .form-content .sign-form {

        width: 100%;
    }

    .form-content .sign-form {
        display: block;
    }

    .register #flip:checked~form .sign-form {
        display: block;
    }

    .register #flip:checked~form .login-form {
        display: block;
    }

}

#toggle {
    z-index: 999;
}

#password {
    padding-right: 30px;
    /* Ruang tambahan untuk ikon mata */
}

.password-container {
    position: relative;
    margin-bottom: 20px;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

input[type="date"] {
    background-color: #144351;
    height: 100%;
    width: 100%;
    color: white;
    font-size: 18px;
    border: none;
    outline: none;
    /* border-radius: 5px; */
}

::-webkit-calendar-picker-indicator {
    background-color: #ffffff;
    color: white;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
}


.dd {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    /* z-index: 99; */
}

.dropbtn {
    background-color: white;
    color: #0b9887;
    padding: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.dropdown-location {
    background-color: white;
    color: #0b9887;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.dd-content {
    width: 100%;
    height: 100%;
    /* display: none;
    position: absolute; */
    background-color: #fff;
    border-radius: 4px;
}

.dd-content a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

.dd-content a:hover {
    background-color: #f0f0f0;

}

.dd:hover .dd-content {
    display: block;
}

.dd:hover .dropbtn {
    background-color: white;
}


.radio-container {
    display: flex;
    flex-direction: column;
    color: black;
}


input[type="radio"] {
    margin-right: 5px;
    cursor: pointer;
}
