@import url(http://fonts.googleapis.com/css?family=Roboto); html{ overflow-x:hidden; } body{ background-color:#111; } #nuage1{ position:absolute; left:10px; top:10px; } #nuage2{ position:absolute; left:500px; top:350px; } h2{ text-align:center; font-family:roboto; color:#71F7C1; margin-top:0px; } #box{ margin:auto; margin-top:150px; width:180px; background-color:#222; padding:50px 50px; border:1px solid grey; border-radius:2px; } [type="text"],[type="submit"]{ width:100%; margin:5px 0; height:30px; padding:0; border-radius:1px; padding-left:4px; transition:0.5s all; border:1px solid grey; background-color:#333; } [type="submit"]{ background-color:#71F7C1; border:none; border-radius:1px; height:35px; cursor:pointer; width:103%; }