* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/*Div1*/

.indexdiv1 {
    position: relative;
    z-index: 1;
}

.indexdiv1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexdiv1-1 {
    background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 90%;
    z-index: 2;
}

.indexdiv1-2 {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.indexdiv1-2 img {
    width: clamp(200px, 38vw, 300px);
}

.indexdiv1-2-form1 {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 20px;
    padding: 10px;
}

.indexdiv1-2-form1 label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(10px, 5vw, 20px);
    font-weight: bold;
}

.indexdiv1-2-form1 input {
    width: clamp(200px, 38vw, 300px);
    height: 30px;
    border-radius: 5px;
}

.pError {
    font-family: Arial, Helvetica, sans-serif;
    color: red;
    text-align: center;
}

.indexdiv1-2-form1-button {
    border: 0px;
    background: orange;
    border-radius: 20px;
    padding: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
}

.indexdiv1-2-form1 button:active {
    transform: scale(0.98);
}

.indexdiv1-2-form1 button a {
    text-decoration: none;
    color: black;
}

.indexdiv1-2-form1 a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: rgb(213, 64, 64);
}

.indexdiv1-2-form1 a:active {
    transform: scale(0.98);
}

.error-box {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: red;
}

.password-wrapper {
    position: relative;
    width: 100%;
}

.password-wrapper input {
    width: 100%;
    padding-right: 40px; /* ruang utk icon */
}

.password-wrapper .togglePassword {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
}
