html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fefefe;
    font-family: "Poppins", sans-serif;
}

.wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
}

.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.203);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.312);
    border-radius: 30px;
}

.form-signin-heading {
    margin-bottom: 30px;
    color: #002b67;
}

.checkbox {
    font-weight: normal;
    margin-bottom: 30px;
    font-size: small;
    color: gray;
}

.checkbox input[type="checkbox"] {
    transform: scale(1.2);
    vertical-align: middle;
    margin-right: 5px;
}

.checkbox:hover {
    color: #002b67;
    cursor: pointer;
}

.form-control {
    width: 100%;
    font-size: 16px;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 70px;
    box-sizing: border-box;
}

input[type="text"],
input[type="email"] {
    border-radius: 70px;
    font-size: medium;
}

input[type="password"] {
    border-radius: 70px;
    font-size: medium;
}

.btn {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background-color: #0e3875;
    border: none;
    border-radius: 70px;
    cursor: pointer;
}

.btn:hover {
    background-color: #01193a;
}

.forgot-password {
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: small;
    text-align: right;
    color: gray;
    text-decoration: none;
}

.forgot-password:hover {
    text-decoration: underline;
}

.signup-text {
    font-size: small;
    /* Sesuaikan ukuran font */
    color: gray;
    font-weight: 100;
    /* Opsional, untuk ketebalan teks */
}

.signup-text a {
    color: gray;
    /* Warna link */
    text-decoration: none;
    /* Hilangkan underline */
    font-weight: bold;
    /* Buat lebih tegas */
    font-size: small;
}

.signup-text a:hover {
    text-decoration: underline;
    /* Efek saat hover */
}

@media screen and (max-width: 480px) {
    .form-signin {
        max-width: 90%;
        padding: 20px;
    }
}

.error {
    color: red;
    font-size: small;
    display: block;
    margin-top: 5px;
}

html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fefefe;
    font-family: "Poppins", sans-serif;
}

.wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
}

.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.203);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.312);
    border-radius: 30px;
}

.form-signin-heading {
    margin-bottom: 30px;
    color: #002b67;
}

.checkbox {
    font-weight: normal;
    margin-bottom: 30px;
    font-size: small;
    color: gray;
}

.checkbox input[type="checkbox"] {
    transform: scale(1.2);
    vertical-align: middle;
    margin-right: 5px;
}

.form-control {
    width: 100%;
    font-size: 16px;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 70px;
    box-sizing: border-box;
}

input[type="text"],
input[type="email"] {
    border-radius: 70px;
    font-size: medium;
}

input[type="password"] {
    border-radius: 70px;
    font-size: medium;
}

.btn {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background-color: #0e3875;
    border: none;
    border-radius: 70px;
    cursor: pointer;
}

.btn:hover {
    background-color: #01193a;
}

.forgot-password {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: small;
    text-align: right;
    color: gray;
    text-decoration: none;
}

.forgot-password:hover {
    text-decoration: underline;
}

.signup-text {
    font-size: small;
    /* Sesuaikan ukuran font */
    color: gray;
    font-weight: 100;
    /* Opsional, untuk ketebalan teks */
}

.signup-text a {
    color: gray;
    /* Warna link */
    text-decoration: none;
    /* Hilangkan underline */
    font-weight: bold;
    /* Buat lebih tegas */
    font-size: small;
}

.signup-text a:hover {
    text-decoration: underline;
    /* Efek saat hover */
}

@media screen and (max-width: 480px) {
    .form-signin {
        max-width: 95%;
        padding: 20px;
        margin: 20px;
    }
}

.error {
    color: red;
    font-size: small;
    display: block;
    margin-top: 5px;
}
::placeholder {
    color: #888;
    opacity: 1;
}

.form-control:focus {
    border-color: #0e3875;
    box-shadow: 0 0 5px rgba(14, 56, 117, 0.5);
    outline: none;
}

.btn:active {
    transform: scale(0.98);
}
