﻿.resend-link {
    color: #1c3f94;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
    display: none;
    font-size: 1.1rem;
}

    .resend-link:hover, .resend-link:focus {
        color: #235bbf;
        outline: none;
    }
