

.authentication-content{
    background: url('images/backgrounds/login-bg.jpg') center/ cover;
    width: 100%;
    height: 100%;
    position: fixed;
}

.logo{
    width: 150px
}

.authentication-form{
    width: 500px;
    max-width:100%;
    overflow: auto;
}