@charset "UTF-8";
body {
	background-color: #081556;
	font-family: Lato;
}

img.logo {
    margin-top: 90px;
    margin-bottom: 20px;
}

h1 {
    /* font-family: arial; */
    font-size: 34px;
    color: white;
    font-weight: normal;
}

p {
    /* font-family: arial; */
    color: white;
    font-size: 13px;
    /* margin-left: 20px; */
}

.content {
    width: 300px;
    /* border: dotted 1px rgba(255, 255, 255, 0.28); */
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.12);
    margin-top: 50px;
}

input {
    padding: 10px;
    border: none;
    width: 230px;
    font-size: 14px;
    font-family: lato;
}

input[type="submit"] {
    width: 100%;
    margin-top: 20px;
}
span.messages {
   /* background-color: red;
    padding: 5px 10px;
    border-radius: 3px;*/
	color:white;
}

.content p {
    /* background-color: red; */
}{
}
