/**
    @jeffotoni
    2019-01-04
    CSS LOGIN front-end in Go
*/
body, html{
     height: 100%;
 	background-repeat: no-repeat;
 	background-color: rgb(252,252,252);
 	font-family: 'Oxygen', sans-serif;
    margin-top: -35px;
}

.main{
 	margin-top: 70px;
}

h1.title { 
	font-size: 50px;
	font-family: 'Passion One', cursive; 
	font-weight: 400; 
}

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: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}

.main-center{
 	margin-top: 3px;
 	margin: 0 auto;
 	max-width: 330px;
    padding: 40px 40px;

}

.login-button{
	margin-top: 5px;
}

.login-register{
	font-size: 16px;
	text-align: center;
}

.panel-heading{
    padding:0px;
    line-height:5px;
    padding-bottom:5px;
}

.panel-title text-center{
    font-size: 11px;    
}

.label-span-form{
    font-size: 10px;
}

.panel-title .red {
    font-size: 17px;
    color: red;
}