.btn-fb-login {
    text-decoration: none;
    font-size: 15px;
    height: 45px;
    border-radius: 4px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4267b2;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 11px 15px;
}

.btn-fb-login:hover {
    color: #fff;
    background: #4674c4;
    text-decoration: none;
}

.btn-fb-login svg {
    height: 24px;
    margin: 8px;
}


/*todo перенести в отдельный файл эти общие стили... и тот файл получается нужно прописать во всех layouts */

button {
    cursor: pointer;
}

.text-primary {
    color: #0d6efd;
}

.text-secondary {
    color: #6c757d;
}

.text-success {
    color: #198754;
}

.text-info {
    color: #0dcaf0;
}

.text-warning {
    color: #ffc107;
}

.text-danger {
    color: #dc3545;
}

.text-light {
    color: #f8f9fa;
}

.text-dark {
    color: #212529;
}

.text-white {
    color: #fff;
}

.text-body {
    color: #212529;
}

.text-muted {
    color: #6c757d;
}

small, .small {
    font-size: 0.875em;
}

.mt-5 {
    margin-top: 5px;
}
