﻿@import "./variables.css";

.error-border {
    border: 1px solid #ccc;
    width: 625px;
    border-radius: 5px;
    margin-bottom: 85px;
}

.error-header {
    padding: 18px 10px 10px 10px;
    background-color: var(--marine);
    color: var(--soft-white);
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.error-label-margin {
    margin-bottom: 50px;
}