

body {
    background: #000;
    color: #fff;
    font-family: 'Courier New', monospace;
    line-height: 30px;
}
.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
input[type=text],input[type=email] {
    width: 300px;
    height: 30px;
}
#response, #response2 {
    opacity: 0;
    font-size: 0.9em;
    color: red;
}

#logodiv {
	background-image: url(/assets/img/logo_deves_white.png);
	background-repeat: no-repeat;
	background-size: 325px;
	width: 100%;
	height: 120px;
	margin-bottom: -20px;
}
#logo {
	width: 20%;
}

@media (max-width:640px) {

    body {
        font-size: 0.9em;
    }

    input[type=text],input[type=email] {
        width: 300px;
    }

}
