.formm {
background: #444;
width: 100%;
max-width: 400px;
margin: auto;
margin-top: 100px;
border-radius: 5px;
}

body {
background: #222;
color: #bbb;

font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif;

}
  
h1, h2, h3 {
margin: 10px 0;
text-align: center;
}

input{
    background: #fff;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 0 0;
    display: block;
    height: 44px;
    outline: 0;
    padding: 0 10px;
    border-radius: 0;
    width: 100%;
}

.terms {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 10px;
}
button {
    background: #fc4;
    border: 0;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    height: 44px;
    padding: 0;
    width: 100%;
    border-radius: 3px;
}

.errormsg{
    background: #b33;
    color: #fff;line-height: 18px;
    padding: 10px;
    border-radius:3px;
}