#submit {
    transition: all 0.3s ease 0s;
}

.password:hover {
    color: #0000;
}

#submit:hover {
    background-image: linear-gradient(to right, #ffc107, #ffc321, #ffc530, #ffc73c, #ffc947);
    transition: 0.5s;
    color: rgb(41, 38, 38);
    transform: translateY(-2px);
    box-shadow: 0px 15px 20px #ffdd78;
}