
/**
 * Version: 0.001
 */




body{
	background-color: #2C3E50;
}

.login_text{
width: 97%;
height: 30px;
background-color: #2C3E50;
color: #ffffff;
padding-left:2%;
border: solid 2px #2C3E50;
transition: border 0.3s;
}

.login_button{
	width: 100%;
	padding-left:20px;
	color: #ffffff !important;
	background-color: #4A6586;
}

.login_button:hover{
	background-color: #67809F;
	color:#2C3E50;
}

#genericCard{
width: 45%;
margin-top: 10%;
padding-top: 5%;
padding-bottom: 5%;
}

#forgot-password{
	float:right;
}

/* Change the backgroun of autocomplete ;) */
.login_text:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #2C3E50 inset;
    -webkit-text-fill-color: #ffffff !important;
}


/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 600px) {
  /* Styles */

	#genericCard{
	width: 80%;
	margin-top: 10%;
	padding-top: 5%;
	padding-bottom: 5%;
}
}
