div.container {
 width:500px;
 padding:10px 30px;
 }

h1 {
 text-align:center;
 }
 
input {
 width:100%;
 }

button {
 width:100%;
 }

div.tipsConditions {
 display:none;
 color:#0c0c0c;
 background:#f1f2f1;
 margin:2px;
 padding:15px;
 border-style:solid;
 border-width:1px;
 border-color:#000080;
 border-radius:10px;
 }
 
p.regConditions {
 display:inline;
 cursor:pointer;
 }
