/*
/* Created by Filipe Pina
 * Specific styles of signin, register, component
 */
/*
 * General styles
 */

body, html {
    background-repeat: no-repeat;
    background-color: #fcfcfc;
    font-family: 'Oxygen', sans-serif;
}

.main {
    margin-top: 90px;
}

h1.title { 
	font-size: 50px;
	font-family: 'Passion One', cursive; 
	font-weight: 400; 
}

hr {
	width: 10%;
	color: #fff;
}

.form-group:not(.no-margin) {
	margin-bottom: 15px;
}

.form-group.no-margin {
    margin-bottom: 0;
}

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: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.15);
}

.main-center {
 	margin-top: 30px;
 	margin: 0 auto;
    padding: 30px;
}

.login-button {
	margin-top: 5px;
}
