.login-btn {
    background: #301D6E; 
    color: #FFDF7F; 
    padding: 8px 32px 8px 32px;
    border-radius: .375rem;
    width: 100%;
    margin-bottom: 20px;
}

.forgot-password {
    font-weight: 700;
    color: #301D6E;
    text-decoration: underline;
}