.student-reset {
    height: 100vh;
    margin-top: 125px;
}

.swal2-light {
    background-color: #ffffff;
    color: #000000;
}

.swal2-light .swal2-title,
.swal2-light .swal2-html-container,
.swal2-light .swal2-confirm {
    color: #000000;
}

.swal2-light .swal2-popup {
    background-color: #ffffff;
}

#mySpModule #passwordIcon,
#mySpModule #togglePassword {
    transition: color 0.3s ease;
    cursor: pointer;
}

#mySpModule .input-group:focus-within #togglePassword {
    color: #007bff; 
    transform: scale(1.1);
}

#mySpModule .input-group:focus-within #passwordIcon {
    display: none;
}

#mySpModule .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #5b29c1 !important;
}

#mySpModule button {
    background-color: #5b29c1 !important; 
    border: 0; 
    padding: 12px 20px;
    color: #fff;
    font-weight: bold;
}

#mySpModule button:hover {
    background: #ffcb00 !important;
    color: #000;
}

#mySpModule #passwordIcon,
#mySpModule #togglePassword {
    transition: color 0.3s ease;
    cursor: pointer;
}
 
.form-floating > label {
    z-index: unset !important;
}