@import url('http://fonts.googleapis.com/css?family=Lato');

body {
	font-family: 'Lato';
	background: url('../img/phone.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 90vh;

}

.log-in {
	color: white;
	text-shadow: 2px 2px black;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

input[type='text'] {
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	padding-top: 0;
	display: block;
	height: 60px;
	width: 320px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-align: center;
}

input[type='password'] {
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	padding-top: 0;
	display: block;
	height: 60px;
	width: 320px; 
	border: none;
	text-align: center;
}

button {
	font-family: 'Lato';
	font-size: 16px;
	color: white;
	background-color: #00A8C6;
	border: none;
	height: 60px;
	width: 322px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}