#login-register{background-image: url("../images/login_bg.jpg");background-repeat: no-repeat;background-position: center 0;min-height: 700px;padding-top: 140px;}
#login-register .container{position: relative;}
#login-register .container:before{content: "";width: 760px;height: 440px;position: absolute;left: 50%;margin-left: -380px;background-color: #000000;opacity: 0.4;}
#login-register .container.login:before{height:370px;}
#login-register .layer{width: 620px;position: absolute;left: 50%;margin-left: -310px;}
#login-register .layer h1{height: 100px;line-height: 100px;text-align: center;font-size: 20px;color: #FFFFFF;}
#login-register .layer dl{padding-top: 30px;border-bottom: 1px solid #F57900;}
#login-register .layer dl::after{clear: both;content: "";display: block;height: 0;visibility: hidden;}
#login-register .layer dd{float:right;}
#login-register .layer dd input{width: 440px;border: none;height: 40px;background-color: transparent;color: #FFFFFF;}
#login-register .layer dt{padding-right: 14px;font-size: 13px;color: #FFFFFF;position: relative;line-height: 40px;float: right;font-weight: bold;}
#login-register .layer .btn{text-align: center;padding-top: 40px;}
#login-register .layer .btn input{height: 44px;padding: 0 50px;border: none;border-radius: 50px;background-color: #FF5A00;font-size: 20px;color: #FFFFFF;font-weight: bold;cursor: pointer;}
#login-register .layer .btn input:hover{background-color: #FFFFFF;color: #FF5A00;}
#login-register .layer .links{text-align: center;padding-top: 80px;}
#login-register .layer .links a{font-size: 13px;color: #FFFFFF;text-decoration: underline;}