﻿/* Email confirmation page header styling */
.email-confirmation-page .email-confirmation-header {
    text-align: center;
    margin-bottom: 25px;
}

/* OSAAP BlueID logo for email confirmation page */
.blueid-email-confirmation-logo {
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Email confirmation page title styling */
.email-confirmation-header h1 {
    color: #1565c0;
    font-weight: 600;
    margin-bottom: 0;
}

/* Form styling */
.card-header h4 {
    color: #1565c0;
}
