/* 
    Created on : 2017-12-20, 13:22:28
    Author     : Mateusz Badacz <mbadacz@gmail.com>
*/

.login-app-logo-bg {
    background-image: url('./../images/sorga-logo-white.png');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 95px;
    padding-top: 100px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 200;
    background-size: contain;
}

.app-logo-bg {
    height: 55px;
    background: url('./../images/sorga-logotype-white.png') no-repeat center center;
    background-size: contain;
    padding-left: 60px;
    text-align: left;
    line-height: 1;
    display: flex;
    align-items: center;
}

.common-img-bg {
    background-image: url('./../images/bg/people-coffee-tea-meeting.jpg');
    background-size: cover;
}