body {
    font-family: "Inter", Arial, sans-serif !important;
}

.center {
    display: flex;
    flex-direction: column;
    max-width: 650px;
    margin: auto;
}

.logo-image {
    width: 150px;
    margin: auto;
}

.welcome-message {
    font-size: 13pt;
    margin-top: 1em;
    margin-bottom: 1em;
}

.link-btn {
    color: #3579F6;
    font-weight: 600;
    font-size: 13pt;
}

.headline {
    font-size: 20pt;
    font-weight: bolder !important;
    text-align: center;
    color: #31B170;
    margin: 1em 0 0;
}

.sub-headline {
    font-size: 15pt;
    font-weight: 400;
    text-align: center;
    color: #4C4C4C;
    margin: 1.5em 0;
    line-height: 1.5;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.button-black, .button-green {
    text-transform: uppercase;
    font-size: 12pt;
    font-weight: 500;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    border: none;
    outline: none;
}

.button-black {
    background-color: #1F2937 !important;
}

.button-green {
    background-color: #31B170 !important;
}

.connect-btn {
    margin: 0 auto 20px auto;
    color: white;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    white-space: nowrap;
    text-transform: uppercase;
    border: none;
    border-radius: 3em;
    cursor: pointer !important;
    text-decoration: none;
    width: 250px;
    height: 53px;
    background-color: #1F2937;
}

.flex-container {
    display: flex;
    justify-content: center;
}

.info-message {
    font-size: 14px;
    text-align: center;
    color: #777777;
    margin: 2px 0;
}

.error-message, .error-message-large {
    color: #a94442;
    margin-top: 8px;
    font-weight: 500;
    font-size: .875rem;
}

.error-message-large {
    font-size: 1.15rem;
    text-align: center;
    margin: 0 0 15px;
}

.is-invalid {
    border-color: #a94442 !important;
}

.icon {
    width: 15px;
    margin-right: 5px;
}
