body.login {
	/* background-image: url('../img/rm_tools_light.png');
	background-repeat: repeat;
	background-size: auto; */

	background-image: url('../img/rm_tools_light_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;

	background-color: rgba(50, 50, 50, 1);
}

#login {
	background-color: #21417B;
}

#login-container .logo {
	margin: 0.5em auto 3em;
	display: block;
	text-align: center;
	width: 80%;
	height: 60px;
	background: url(../img/rm_tools_logo.png) no-repeat 0 0;
	background-size: contain;
}

nav {
	background-color: #21417B;
}

nav > ul > li > a {
	background-color: #21417B;
}

nav > ul > li > a.active {
	border-left: 5px solid #21417B;
}
nav > ul > li > a:hover {
	border-left: 5px solid #21417B;
}

h1.logo{
	padding: 0 1em;
}

h1.logo .img{
	height: 64px;
	background: url(../img/rm_tools_logo.png) no-repeat center center;
	background-size: contain;
	padding: 0 1em;
}

.storage .storage-1{
	height: 200px;
	background: url(../img/storage_1_rmtools.png) no-repeat center center;
	background-size: contain;
}
.storage .storage-2{
	height: 200px;
	background: url(../img/storage_2_rmtools.png) no-repeat center center;
	background-size: contain;
}
.storage .storage-3{
	height: 200px;
	background: url(../img/storage_3_rmtools.png) no-repeat center center;
	background-size: contain;
}
