form {
  width: 100%;
  max-width: 500px;
  text-align: center;
  border: solid 1px #c2c2c2;
  padding-bottom: 10px;
  margin: auto;
  margin-top: 50px;
  background: #fafafa;
}
input[type=password] {
    width: 15%;
    padding: 16px 32px;
    font-size: 14px;
    margin: 4px 0;
    border: 1px solid silver;
    border-radius: 1px;
    text-align: left;
    color: #333;
    background: #ccc;
}
input[type=button] {
    background-color: #5cb85c;
    border: none;
    color: white;
    padding: 16px 32px;
    font-size: 22px;
    min-width: 21%;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

input[type=submit] {
    background-color: #000000;
    border: none;
    color: white;
    padding: 16px 32px;
    font-size: 16px;
    min-width: 21%;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

input[type=reset] {
    background-color: #9F4C4D;
    border: none;
    color: white;
    padding: 16px 32px;
    font-size: 16px;
    min-width: 21%;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
  background-color: #333;
}/* CSS Document */


.textMissatge {
    font-weight: bold;
    text-decoration: none;
    padding: 6px;
	margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    color: #FFFFFF;
	background: #EB2B37;
}

