@charset "ISO-8859-1";
html.outside{
	
	background-image: url('http://localhost/studybird/assets/images/studybird/login_background_1920x1280.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-attachment:fixed;
}

.logo{
	padding:12px;
}
.sidebar .user-info {
    background-image: url('http://localhost/studybird/assets/images/studybird/login_background_1920x1280.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

/*
@charset "ISO-8859-1";
html.outside{	
background: url(../assets/images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-attachment:fixed;
}

.logo{
	padding:12px;
}
.sidebar .user-info {
    background: url(../assets/images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

*/