.body_login {
	background: url("../../images_login/background.jpg") repeat center center fixed;
	background-size: cover;
	font-size: 1em;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin: 0;
	color: #666;
}

.logo {
	width: 300px;
	height: 89px;
	background: url('../../images_login/si_logo.png') no-repeat;
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;

}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #aeaeae;
	text-decoration: underline;

}

p.small {
	font-size: 0.7em;
	margin: 20px 0 0;
}


/* Layout */
.container {
	margin: 0;
}


.login-box {
	background-color: white;
	max-width: 320px;
	margin: 0 auto;
	position: relative;
	top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	text-align: center;
}

.login-box label {
	font-weight: 700;
	font-size: .8em;
	color: #888;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 2em;
}

.login-box input {
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: .9em;
	color: #888;
}

.login-box input:focus {
	outline: none;
	border-color: #FF3399;
	transition: 0.5s;
	color: #FF3399;
}

.login-box button {
	width:59%;
	margin-top: 0px;
	border: 0;
	border-radius: 3px;
	color: white;
	padding: 13px;
	text-transform: uppercase;
	font-size: 0.8em;	
	letter-spacing: 2px;
	background-color: #FF3399;
	cursor:pointer;
	outline: none;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.login-box button:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.selected {
	color: #FF3399!important;
	transition: 0.5s;
}

/*MEDIA*/
@media (max-width: 768px) {
.logo {
    width: 190px;
    height: 56px;
    background: url('../../images_login/si_logo_mobile.png') no-repeat;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;}
}



@media (max-width: 320px) {
.logo {
    width: 190px;
    height: 56px;
    background: url('../../images_login/si_logo_mobile.png') no-repeat;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	}
	body, html{
		font-size:90%;
	}
}

