*{
	font-family: 'Ubuntu', sans-serif;
}
@media only screen and (max-width: 64em) and (min-width: 52.01em) {
	.table {
		width: 100%;
	}
}
@media only screen and (min-width: 52em) {
	.table {
		width: 25%;
	}
}
.table {
    margin: auto;
    margin-top: 50px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
	-webkit-box-shadow: 3px 2px 33px 4px rgba(176,164,176,0.76);
	-moz-box-shadow: 3px 2px 33px 4px rgba(176,164,176,0.76);
	box-shadow: 3px 2px 33px 4px rgba(176,164,176,0.76);
}
input{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #e2e2e2; 
}
.log_div{
	float: left;
	width: 100%;
	color: white;
	border-bottom: 3px solid;
}
.log_div:hover{
	color: #4f6884;
	border-bottom: 3px solid;
	transition: 0.25s;
}
p{
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #4f6884;
}
a {
	text-decoration: none;
}
.submit{
	background-color: #4f6884;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
