input, textarea {
    padding: 1px;
    margin: 10px;
    font-size: medium;
    font-weight: bold;
    outline: none;
	color: #FFF;
}
p {
    font-family:Lato Black;
    font-size: large;
    margin-bottom: -5px;
}
input[type=text], textarea {
    width: 70%;
	max-width:550px;
	min-width:250px;
    background: #16617E;
    border: 1px solid transparent;
	font-family:Lato Black;
}
input[type=submit] {
    width: 150px;
    background: #FFF;
	font-family:Lato Black;
    border: 1px solid transparent;
    font-size: large;
    color: #16617E;
	transition:0.5s;
}
input[type=submit]:hover {
    background: rgba(255,255,255,0.8);
	transition:0.5s;
    cursor: pointer;
}
