body {
	background:#fff !important;
	justify-content: center;
	display:flex;
	align-items: center;
	flex-direction: column;
}
.btn{
    width: 60px;
    color: #fff !important;
}
.navbar{
    width:100%;
}
.navbar-brand{
    padding: 0px;
}
.success{
    background: #f5f5f5;
}

button, input, optgroup, select, textarea{
    float:left !important;
    font-size: 12px !important;
}
*{
	font-family: sans-serif;
	box-sizing: border-box;
}
h4, .h4{
    font-size: 18px !important;
}
.table>:not(:first-child) {
    border-top: 1px solid #dee2e6 !important;
}
table{
    border: 1px solid;
    font-size: 14px;
    margin-bottom: 30px !important;
}

h2 {
	text-align: center;
	margin-bottom: 40px;
}

input {
	display: block;
	border: 1px solid #ccc;
	width: 95%;
	padding: 10px;
	margin: 10px auto;
}
label {
	color: #888;
	font-size: 14px;
}

button {
	float: right;
	background: #555;
	padding: 10px 15px;
	color: #fff;
	margin-right: 10px;
	border: none;
}
button:hover{
	opacity: .7;
}
.error {
    background: #F2DEDE;
    color: #A94442;
    padding: 7px;
    font-size: 14px;
    text-align: center;
    width: 97%;
    border-radius: 0px;
    margin: 8px auto;
}
th{
    font-weight: 400 !important;
}

h1 {
	text-align: center;
	color: #fff;
}

a {
	float: right;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
	border: none;
	text-decoration: none;
}
a:hover{
	opacity: .7;
}
