* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; line-height: normal; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-family: 'Open Sans' !important; } html, body { height: 100%; } .login { background: url(/img/bg-5.jpg) no-repeat 0 0; background-attachment: fixed; background-size: cover; height: 100%; position: relative; min-height: 100%; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; } .login:after { background: rgba(0,0,0,1); background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(46,46,46,0.4) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(46,46,46,0.4))); background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(46,46,46,0.4) 100%); background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(46,46,46,0.4) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(46,46,46,0.4) 100%); background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(46,46,46,0.4) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2e2e2e', GradientType=0 ); bottom: 0; content: ""; display: block; left: 0; position: absolute; right: 0; top: 0; width: 100%; z-index: -1; } .login-wrapper { position: absolute; margin: 0 auto; vertical-align: middle; text-align: center; z-index: 10; top: 50%; left: 0; right: 0; width: auto; transform: translateY(-50%); } .logo-login { margin: 0 auto; display: block; text-align: center; margin-bottom: 35px; } .logo-login img { display: inline; } .form-login { width: 300px; margin: 0 auto; color: #FFF; } .form-login form { border: none; padding: 0; } .form-login form .field-row { border-bottom: solid 1px rgba(255,255,255,0.5); display: table; width: 100%; margin-bottom: 15px; padding: 10px 0; } .form-login form .field { text-align: left; } .form-login form .icon-svg { display: inline-block; vertical-align: top; float: left; margin-right: 10px; } .form-login form .icon-svg svg { width: 24px; height: 24px; display: block; } .form-login form .icon-svg svg path { fill: rgba(255,255,255,0.8); } .form-login form input[type="text"], .form-login form input[type="password"] { border: none; background: none; color: #fff; font-size: 15px; padding: 0px 10px; margin: 0; text-align: left; font-family: 'Open Sans'; width: calc(100% - 36px); } .form-login form input[type="text"]:focus, .form-login form input[type="password"]:focus { outline: none; } .form-login form input[type="submit"],  .form-login form a.btn_submit{ background: #ff3366; border-radius: 30px; width: 100%; height: 40px; border: none; color: #fff; font-size: 17px; padding: 0px 10px; margin: 35px 0 0 0; text-align: center; font-family: 'Open Sans'; cursor: pointer; position: relative; display: block; line-height: 40px; } label.checkbox { font-size: 14px; color: #FFF; padding-left: 30px; } .forgot { display: block; text-align: center; font-size: 14px; padding: 0 0 10px 0; } .forgot a { color: rgba(255,255,255,0.8); text-decoration: none; } .forgot a:hover { color: rgba(255,255,255,1); } body.login .checkbox .input-helper::before, body.login .radio .input-helper::before { background: transparent; border: 1px solid rgba(255, 255, 255, 0.51); } .stay-updated { margin: 0 auto; text-align: center; } .stay-updated h3 { color: #fff; font-size: 23px; font-weight: 300; margin: 15px auto; max-width: 400px; text-align: center; } .stay-updated ul { margin: 0 0 15px 0; padding: 0; } .stay-updated li { display: inline-block; margin: 0 5px; background: rgba(255,255,255, 0.18); border: solid 1px rgba(255,255,255, 1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.61); border-radius: 2px; padding: 0; vertical-align: top; } .stay-updated li .qr, .stay-updated li .badge { display: table-cell; padding: 0; vertical-align: top; } .stay-updated li .badge img { margin: 10px; width: 168px; } .stay-updated li .qr img { width: 70px; height: auto; display: block; } @media only screen and (max-width: 767px) { .stay-updated { display: none; } }