﻿
body {
    font-family: 'Open Sans', Arial;
}

.error-form {
    margin-block-start: 8px;
}

.logo {
    margin-block-start: 10px;
}

    .logo img {
        height: 94px;
        vertical-align: text-bottom;
    }

.pageheader {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-block-end: 40px;
    align-items: center;
}

.title {
    display: block;
    margin-block-start: 10px;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.id {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #888;
    text-align: center;
}

.message {
    font-size: 16px;
    margin-block-start: 20px;
    margin-block-end: 10px;
    text-align: center;
    max-width: 600px;
}

.error-btns {
    display: flex;
    column-gap: 10px;
}

.btn-primary {
    background: #206F4F;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    border: none;
    outline: none;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    width: auto;
    cursor: pointer;
    font-size: 16px;
}

    .btn-primary:hover, .btn-primary:active {
        background: #1c6347;
        text-decoration: none;
    }

.btn-secondary {
    background: #89888E;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    border: none;
    outline: none;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
}

    .btn-secondary:hover, .btn-secondary:active {
        background: #7C7B82;
        text-decoration: none;
    }

.brand {
    display: block;
    margin-block-start: 12px;
    color: #FCA911;
    font-size: 20px;
    font-weight: 600;
    color: #12A537;
    margin-block-end: 12px;
}
