.btn {
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}

.btn-full {
    width: 100%;
}


.text-danger {
    font-size: 13px;
    text-align: center;
    display: block;
    padding: 4px 0 8px;
}


.validation-summary-errors ul {
    list-style: none;
    background: #ff000070;
    border-radius: 8px;
    color: white;
    margin-bottom: 16px;
    padding: 8px;
    width: 100%;
}
