.img_user{display: block; position: absolute; margin-top: -28px; float: left; margin-left: 10px;}
#code{width:30% !important; float:left}
/** The wrapper that will contain our two forms **/
#wrapper{width: 60%; right: 0px;min-height: 560px;margin: 50px auto 0;width: 500px;position: relative}
#wrapper h1{font-size: 26px;color: rgb(6, 106, 117);padding: 2px 0 10px 0;font-weight: bold;text-align: center;padding-bottom: 30px;}

/* all the input except submit and checkbox */
#wrapper input:not([type="checkbox"]){width: 92%;margin-top: 4px;padding: 10px 5px 10px 32px;border: 1px solid rgb(178, 178, 178);-webkit-appearance: textfield;-webkit-box-sizing: content-box;  -moz-box-sizing : content-box; box-sizing : content-box;-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset; -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset; box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear}
#wrapper input:not([type="checkbox"]):active,#wrapper input:not([type="checkbox"]):focus{border: 1px solid rgba(91, 90, 90, 0.7);background: rgba(238, 236, 240, 0.2);	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset; -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset} 

/*styling both submit buttons */
#wrapper div.button input{width: 30%; float:left; cursor: pointer;background: rgb(61, 157, 179);padding: 8px 5px;	font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;color: #fff;	font-size: 24px;border: 1px solid rgb(28, 108, 122);margin-bottom: 10px;text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);-webkit-border-radius: 3px;  -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,0px 0px 0px 3px rgb(254, 254, 254),0px 5px 3px 3px rgb(210, 210, 210); -moz-box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254),0px 5px 3px 3px rgb(210, 210, 210); box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;transition: all 0.2s linear}
#wrapper div.button input:hover{background: rgb(74, 179, 198)}
#wrapper div.button input:active,#wrapper p.button input:focus{background: rgb(40, 137, 154);	position: relative;	top: 1px;border: 1px solid rgb(12, 76, 87);	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset}
/** Styling both forms **/
#register,#login{position: absolute;top: 0px;width: 88%;padding: 18px 6% 20px 6%;margin: 0 0 35px 0;background: rgb(247, 247, 247);	border: 1px solid rgba(147, 184, 189,0.8);	-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset; -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset; box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;-webkit-box-shadow: 5px;	-moz-border-radius: 5px;border-radius: 5px}
#wrapper div.button p{ float:left; margin:5px 20px} #wrapper div.button p span{font-size:12px}
#wrapper div.button p a{color:#2570a9; text-decoration:none}