.btn-google {
    background-color: #303030;
    color: #FFF;
    padding: 10px;
    transition: all 0.5s ease-in-out;
    font-size: 14px;
}

.btn-google:hover {
    background-color: #555;
    color: #FFF;
    padding: 10px;
}

.btn-google img {
    margin-right: 10px;
    height: 30px;
}

.headline-encart {
    background-image: url('/images/olia.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.8);

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.headline-encart .title {
    color: #FFF;
    font-size: 44px;
    line-height: 40px;
}

.logo {
    width: 150px;
    height: 150px;
    border: 10px solid #EEE;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}

.login-panel {
    width: 400px;
}

.bg-light-gray {
    background-color: #F8F9FD;
}



.divider {
    text-align: center;
    margin: 25px 0;
    position: relative;
}

.divider:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e0e0e0;
    z-index: 1;
}

.divider span {
    background: #FFF;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    color: rgb(141, 153, 174);
    font-size: 0.9rem;
}

.gradient-box {
    background:
            linear-gradient(white, white) padding-box,
            linear-gradient(to right, #4facfe, #a86af9) border-box;

    border: 2px solid transparent;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
