label {
    font-size: 18px;
    display: block;
    text-align: right;
    margin: 1px;
}

input {
    display: inline-block;
    width: 350px;
    height: 20px;
    padding: 10px;
    flex: 2px;
    margin-bottom: 10px;
    margin-left: 25px;
    border: 2px solid #ccc;
}

button {
    width: 30%;
    height: 40px;
    background: #ff9900;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 3px solid black;
}

button:hover {
    background: #cc6600;
}