 .login-bg {background-image:url(../images/login.png);background-repeat:no-repeat;background-size:100% 100%;-moz-background-size:100% 100%;text-align:center;padding:20px;}
.input-bg {background-image:url(../images/input1.png);background-repeat:no-repeat;background-size:100% 100%;-moz-background-size:100% 100%;}
.input-bg:focus {background-image:url(../images/input2.png);}
.button-bg {background-image:url(../images/btn.png);background-repeat:no-repeat;background-size:100% 100%;-moz-background-size:100% 100%;background-color:transparent;border:none;width:230px;height:48px;cursor:pointer;}
.link { margin-top: 22px; text-align: center; color: white; font-size: 16px; }
.link a{ color: white;text-decoration:none; }
.link a:hover{ text-decoration:underline; }