body{ width:95%; height:95%; background-attachment:fixed; background-repeat: repeat; background-image: url("../img/loginbackground1.png"); } .container{ width:420px; height:500px; text-align: center; background-color:rgba(0, 26, 0, 0.5); border-radius: 4px; margin: 0 auto; margin-top: 50px; } p{ color:#ffd34b; font-weight: bold; font-size: 30px; margin-top: 0px; } input[type="text"],input[type="password"]{ width: 300px; height: 45px; font-size: 18px; margin-bottom: 20px; background-color: #fff; padding-left: 30px; -webkit-border-radius:5px; -o-border-radius:5px; -moz-border-radius:5px; } .checkbox{ color:#80d4ff; padding-right: 230px; padding-bottom: 10px; } .btn-login{ padding: 15px 30px; color: #073B24; border-radius:4px; border: none; background-color: #78D9C0; border-bottom:4px solid #227963; margin-bottom: 20px; } .btn-login:hover{ background-color:#3aaf85; } a{ color:#fff; } .footer{ position:relative; margin-top:50px; clear:both; width:100%; height:100px; bottom:0; text-align:center; } h5{ color: #4d4d4d; font-size: 14px; font-family: "新細明體", "Times New Roman"; }