/* CSS Document */


main {
    padding: 20px;
}

form {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
}

label {
    margin-top: 10px;
}

input, textarea {
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    margin-top: 20px;
    align-self: flex-start;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

.font16 {
	font-size; 16px:
	color: #172144;
}
,center {
text-align: center;
}
.red {
	color: red;
}

.message {
	display: none;
}









}