@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

::placeholder {
    color: #787D8A;
}

.redeem-form-modal p {
    text-overflow: ellipsis;
    overflow: hidden;
}

.redeem-form-modal .black-background, .register-form-modal .black-background {
    background-color: rgba(0, 0, 0, 0.55);
}

.redeem-form-modal .grey-background, .register-form-modal .grey-background {
    background-color: #19171799;
}

.redeem-form-modal .grey-placeholder:focus, .redeem-form-modal .grey-placeholder, .register-form-modal .grey-placeholder, .register-form-modal .grey-placeholder:focus {
    color: white;
    font-size:20px;
    padding:10px;
}

.redeem-form-modal .grey-text, .register-form-modal .grey-text {
    color: #D2D2D3
}

.redeem-form-modal .grey-hr, .register-form-modal .grey-hr {
    border: 1px #3C3C3C solid;
}

.redeem-form-modal .red-button, .register-form-modal .red-button {
    background-color: #870000
}

.redeem-form-modal .green-button, .register-form-modal .green-button {
    background-color: #52A752;
}

.redeem-form-modal .green-link, .register-form-modal .green-link {
    color: #32A324
}

.redeem-form-modal .baby-blue-button, .register-form-modal .baby-blue-button {
    background-color: #24A0DC;
}

.redeem-form-modal .oswald-med, .register-form-modal .oswald-med {
    font-family: 'Oswald', sans-serif;
}

.redeem-form-modal .lato, .register-form-modal .lato {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.redeem-form-modal .lato-bold, .register-form-modal .lato-bold {
    font-family: 'Lato', sans-serif;
    font-weight: 700
}