﻿div.fb-auth {
    background: url(/images/f_logo_RGB-Blue_58.png);
}

div.fb-unauth {
    background: url(/images/f_logo_RGB-Blue_58.png);
}

div.fb-unlink {
    background: url(/images/f_logo_RGB-Grey_58.png);
}

.sign-up-block .sign-up-form .form-group span {    
    color: red !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

button.active {
    background-color: #e55934;
    color: #fff;
}

.spinner-display-none {
    display: none !important;
}

.element-display-none {
    display: none !important;
}