.rounded-large {
    border-radius: 25px;
}
.rounded-2xl {
    border-radius: 17px;
}
.bg-gray-soft {
    background-color: rgb(250,250,250);
}
.max-w-2sm {
    max-width: 25rem;
}
.bg-custom-color{
    background-color: rgb(12,46,105);
}
#remember:checked{
    background-color: rgb(12, 46, 105);
}
#ponsel1:focus,
#password1:focus {
    border: 1px solid rgb(17 24 39);
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}
