html{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
.table > tr > th, .table > tr > td{
    width:860;
    text-align: right;
    vertical-align: top;
}
/*
/* Created by Filipe Pina
 * Specific styles of signin, register, component
 */
/*
 * General styles
 */

body, html{
     height: 100%;
 	background-repeat: no-repeat;
/* 	background-color: #d3d3d3;*/
 	font-family: 'Oxygen', sans-serif;
}
body{
    background: url('back.jpg') top no-repeat #FFFFFF;
}


.title { 
	font-size: 25px;
/*	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: 30px;
 	margin: 0 2px 0 0;
	max-width: 98%;
    padding: 20px 40px;
    overflow: auto;
    overflow-x: scroll;
}

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

.login-register{
	font-size: 11px;
	text-align: center;
}
.input-group{
    width: 100%;
	text-align: left;
}
.hide1{
    display: none;
}