/*
/* Created by Filipe Pina
 * Specific styles of signin, register, component
 */
/*
 * General styles
 */

body, html{
     height: 100%;
 	background-repeat: no-repeat;
 	background-color: #fff;
 	font-family: 'Oxygen', sans-serif;
}



h1 { 
	font-size: 5vmin;
	font-family: arial; 
	font-weight: 200; 
	text-align : center;
	color : #fff;
}

hr{
	width: 10%;
	color: #fff;
}

.form-group{
	margin-bottom: 15px;
}

label{
	margin-bottom: 15px;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-login{
 	background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	background-color:#5aab42;
    -webkit-box-shadow: 7px 7px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 7px 7px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 7px 7px 10px 0px rgba(0,0,0,0.2);
}

.main-center{
 	margin: 0 auto;
 	max-width: 400px;
	padding: 10px 40px 10px 40px;
}

.login-button{
	margin-top: 5px;
	background-color: #196f32;
	font-size: 3vmin;
}

.login-register{
	font-size: 8vmin;
	text-align: center;
}

.footer{
	position: fixed;
    bottom: 0;
    width: 100%;
	z-index:700;
	background-color:#5aab42;
}
