﻿.crown-credentials-link {
    background-color: #ffffff;
    color: #2c77f4;
    border: 1px solid #2c77f4;
    padding: 10px 20px;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 25px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 500;
    margin-top: 20px;
    box-sizing: border-box;
    max-width: 450px;
}

.crown-credentials-link:hover {
    background-color: #2c77f4;
    color: #ffffff;
}

.everi-credentials-link {
    background-color: #ffffff;
    color: #211460;
    border: 1px solid #211460;
    padding: 10px 20px;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 25px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 500;
    margin-top: 20px;
    box-sizing: border-box;
    max-width: 450px;
}

.everi-credentials-link:hover {
    background-color: #211460;
    color: #ffffff;
}

.social-login-icon {
    width: 450px;
}