/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}body,html{height:100%}body,input{font-family:'Gill Sans Nova W04 Book', sans-serif}*{box-sizing:border-box}*:focus{outline:none}.wrapper{display:flex;align-items:center;flex-direction:column;justify-content:center;width:100%;min-height:100%;padding:20px}#formContent{background:#fff;padding:30px;width:90%;max-width:450px;position:relative;padding:0px;-webkit-box-shadow:0 30px 60px 0 rgba(0,0,0,0.3);box-shadow:0 30px 60px 0 rgba(0,0,0,0.3);text-align:center}#formFooter{background-color:#f6f6f6;border-top:1px solid #d0d0d0;padding:25px;text-align:center}#formFooter a,#formFooter span{font-size:12px;cursor:pointer;text-decoration:underline}#formFooter a{display:inline-block;margin:10px 20px}#lwNeedAccountCopy{border-top:1px solid #d0d0d0}#lwNeedAccountCopy div{padding:20px 30px;font-size:13px}h2#loginTab{font-size:14px;color:#0d0d0d;padding:20px 0px;border-bottom:1px solid #000000}#lwForm .msgBox,#pwforgottenForm .msgBox{font-size:13px;margin-bottom:16px}input[type=button],input[type=submit],input[type=reset]{cursor:pointer;border:none;color:white;text-align:center;text-decoration:none;display:inline-block;text-transform:uppercase;font-size:13px;margin:20px 0px;padding:15px;min-width:150px;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}input:-ms-input-placeholder{color:#999}input[type=button]:hover,input[type=submit]:hover,input[type=reset]:hover{opacity:0.7 !important}input[type=button]:active,input[type=submit]:active,input[type=reset]:active{-moz-transform:scale(0.95);-webkit-transform:scale(0.95);-o-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95)}input[type=text],input[type=email],input[type=password]{color:#0d0d0d !important;padding:15px 32px !important;text-align:center !important;text-decoration:none;display:inline-block;font-size:14px !important;margin:0px !important;width:70% !important;border:none !important;border-bottom:1px solid #e0e0e0 !important;box-shadow:none !important;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus{background-color:#fff;border-bottom:2px solid #000}input[type=text]:placeholder,input[type=email]:placeholder,input[type=password]:placeholder{color:#cccccc}#lwLoginBtn{margin-top:20px}#loginLogoIcon{padding:20px 0px;width:54%;height:auto}#forgetmenot{display:block;margin:10px 0px 5px 0px;font-size:13px;cursor:pointer}#forgetmenot input{position:relative;top:1px}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);}100%{opacity:1;-webkit-transform:none;transform:none;}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);}100%{opacity:1;-webkit-transform:none;transform:none;}}@-webkit-keyframes fadeIn{from{opacity:0;}to{opacity:1;}}@-moz-keyframes fadeIn {from{opacity:0;}to{opacity:1;}}@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}.fadeIn{opacity:0;-webkit-animation:fadeIn ease-in 1;-moz-animation:fadeIn ease-in 1;animation:fadeIn ease-in 1;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:1s;-moz-animation-duration:1s;animation-duration:1s}.fadeIn.first{-webkit-animation-delay:0.4s;-moz-animation-delay:0.4s;animation-delay:0.4s}.fadeIn.second{-webkit-animation-delay:0.6s;-moz-animation-delay:0.6s;animation-delay:0.6s}.fadeIn.third{-webkit-animation-delay:0.8s;-moz-animation-delay:0.8s;animation-delay:0.8s}.fadeIn.fourth{-webkit-animation-delay:1s;-moz-animation-delay:1s;animation-delay:1s}.fadeIn.fifth{-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;animation-delay:1.2s}