.loginform .underlineHover:hover:after,.wrapper{width:100%}html{background-color:var(--bs-body-bg)}body{height:100vh}.loginform{font-family:Poppins,sans-serif;background-color:0}.loginform a{color:silver;display:inline-block;text-decoration:none;font-weight:400}.loginform h2{text-align:center;font-size:16px;font-weight:600;text-transform:uppercase;display:inline-block;margin:40px 8px 10px;color:#ccc}.wrapper{display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:100%;padding:20px}#formContent,#formContent2{-webkit-border-radius:10px 10px 10px 10px;border-radius:10px;background:#fff;padding:0;width:90%;max-width:450px;position:relative;-webkit-box-shadow:0 30px 60px 0 rgba(0,0,0,.3);box-shadow:0 30px 60px 0 rgba(0,0,0,.3);text-align:center}#formFooter,#formFooter2{background-color:#f6f6f6;border-top:1px solid #dce8f1;padding:10px;text-align:center;-webkit-border-radius:0 0 10px 10px;border-radius:0 0 10px 10px}.loginform h2.inactive{color:#ccc}.loginform h2.active{color:#0d0d0d;border-bottom:2px solid #5fbae9}.loginform input[type=button],.loginform input[type=reset],.loginform input[type=submit]{background-color:#000;border:none;color:#fff;padding:15px 80px;text-align:center;text-decoration:none;display:inline-block;text-transform:uppercase;font-size:12px;-webkit-box-shadow:0 10px 30px 0 rgba(f0,f0,f0,.4);box-shadow:0 10px 30px 0 rgba(f0,f0,f0,.4);-webkit-border-radius:5px 5px 5px 5px;border-radius:5px;margin:5px 20px 40px;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.loginform input[type=button]:hover,.loginform input[type=reset]:hover,.loginform input[type=submit]:hover{background-color:#505050}.loginform input[type=button]:active,.loginform input[type=reset]:active,.loginform input[type=submit]:active{-moz-transform:scale(.95);-webkit-transform:scale(.95);-o-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}.loginform input[type=password],.loginform input[type=text]{background-color:#f6f6f6;border:2px solid #f6f6f6;color:#0d0d0d;padding:15px 32px;text-align:center;text-decoration:none;display:inline-block;font-size:16px;margin:5px;width:85%;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-ms-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;-webkit-border-radius:5px 5px 5px 5px;border-radius:5px}.loginform input[type=password]:focus,.loginform input[type=text]:focus{background-color:#fff;border-bottom:2px solid #5fbae9}.loginform input[type=password]:placeholder,.loginform input[type=text]:placeholder{color:#ccc}.loginheader{color:#000;font-size:larger}.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:1s ease-in forwards fadeIn;-moz-animation:1s ease-in forwards fadeIn;animation:1s ease-in forwards fadeIn}.fadeIn.first{-webkit-animation-delay:.4s;-moz-animation-delay:.4s;animation-delay:.4s}.fadeIn.second{-webkit-animation-delay:.6s;-moz-animation-delay:.6s;animation-delay:.6s}.fadeIn.third{-webkit-animation-delay:.8s;-moz-animation-delay:.8s;animation-delay:.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}.loginform .underlineHover:after{display:block;left:0;bottom:-10px;width:0;height:2px;background-color:#000;content:"";transition:width .2s}.loginform .underlineHover:hover{color:#0d0d0d}:focus{outline:0}#icon{width:40%;margin-top:10px}