body {
	text-align: center;
	font: 15px 'Arial';
}

#logo_unimarconi {
	width: 30%;
	height: auto;
	min-width : 200px;
}

#logo_paysteam {
	vertical-align: middle;
	width: 150px;
	height: auto;
	border: 3px solid blue;
	border-radius: 80px;
}

#logo_sft {
	vertical-align: middle;
	width: 150px;
	height: auto;
	border: 3px solid green;
	border-radius: 20px;
}

button.selezione {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	padding: 20px;
	min-width:300px;
	border-radius: 15px;
	color: white;
}

#myForm_ps {
    padding: 30px;
	margin: 30px auto;
    width: 350px;
	height: 250px;
    border: 2px solid blue;
	background: cornflowerblue;
}

#myForm_sft {
    padding: 30px;
	margin: 30px auto;
    width: 350px;
	height: 250px;
    border: 2px solid green;
	background: greenyellow;
}

input {
	padding: 6px;
	margin-bottom: 10px;
    display: block;
    width: 96%;
	font: 14px 'Courier New';
    border: 1px solid black;
	border-radius: 8px;
}
#myForm_ps button {
	padding: 6px;
	margin-top: 20px;
	width: 150px;
	height: 37px;
    font: 15px 'Courier New';
	font-weight: bold;
    background-color: blue;
    color: white;
    cursor: pointer;
    border: none;
	border-radius: 8px;
	text-transform: uppercase;
}

#myForm_sft button {
	padding: 6px;
	margin-top: 20px;
	width: 150px;
	height: 37px;
    font: 15px 'Courier New';
	font-weight: bold;
    background-color: blue;
    color: white;
    cursor: pointer;
    border: none;
	border-radius: 8px;
	text-transform: uppercase;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: black;
	color: #1bff1b;
	text-align: center;
}



