﻿.img-logo {
    padding-bottom: 1rem;
    width: 10em;
}

.errors {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.25rem;
    position: absolute;
    top: 2%;
    right: 2%;
    background: var(--danger-color);
    border-radius: 10px;
    padding: .5em 1em;
    color: #fff;
    min-width: 10%;
    width: auto;
    text-shadow: rgba(0, 0, 0, 0.15) 1px 1px 1px;
}

.validation-summary-errors {
    width: auto;
    text-wrap: nowrap;
}
