﻿.AttendeeBadgeLogin .button {
    margin: 0 0.5rem 0 0;
}
.AttendeeBadgeLogin input, #AttendeeBadgeForgotPassword input {
    display: block;
}
#alert-modal-parent {
    display: flex;
    justify-content: center;
    position:relative;
}
#alert-modal.alert {
    display: none;
    min-width: 25%;
    max-width: 90%;
    border: 1px solid transparent;
    border-radius: .25rem;
    padding: .75rem 1.25rem;
    text-align: left;
    position: absolute;
    transform: translateY(100%);
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    z-index: 2002;
}

#alert-modal.alert h4 {
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 5px;
}

#alert-modal.alert p {
    font-size: 1.2rem;
    margin-top: 5px;
    margin-bottom: 10px;
}

#alert-modal.alert.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

#alert-modal.alert.warn {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

#alert-modal.alert.danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

#alert-modal.alert a {
    position: absolute;
    top: -15px;
    right: 5px;
    text-decoration: none;
    color: inherit;
    font-size: 1.9rem;
}

#alert-modal.alert a:hover {
    cursor: pointer;
    font-weight: 600;
}