*{box-sizing:border-box;outline:none}[type=button],[type=submit]{cursor:pointer}body{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif;background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important;min-height:100vh}.center-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-height:100vh}img{max-width:100%}.logoBrand{max-width:200px;font-size:0;margin-bottom:80px}#countdown{font-weight:500;margin-top:30px;font-size:32px}#timer{border-radius:80px;height:80px;width:80px;display:flex;font-size:32px;align-items:center;justify-content:center;position:relative}#timer:after{content:"";display:block;border:2px dashed #fff;width:100%;height:100%;-webkit-animation:rotateLoader 5s linear infinite forwards;animation:rotateLoader 5s linear infinite forwards;position:absolute;left:50%;top:50%;transform-origin:42px 41px;border-radius:50%}.modalRedirect{position:fixed;top:0;bottom:0;left:0;right:0;background:0 0;transition:all .4s ease;display:none}.contentModal{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;padding:30px 30px 40px;width:100%;max-width:450px;opacity:0;transition:all .4s ease;margin-top:120px}.modalRedirect.active{display:block}.modalRedirect.active .contentModal{-webkit-animation:heaveIn .6s linear 1 forwards;animation:heaveIn .6s linear 1 forwards}.modalRedirect .removeBody.contentModal{-webkit-animation:heaveOut .6s linear 1 forwards;animation:heaveOut .6s linear 1 forwards}.closeModal{position:absolute;top:-30px;right:-30px;background:0 0;border:none;width:40px;height:40px;padding:0;transition:all .4s ease}.closeModal:after,.closeModal:before{content:"";position:absolute;width:15px;height:1px;background:#000;opacity:.5;transform-origin:50% 50%;pointer-events:none}.closeModal:hover{background-color:#3267d4}.closeModal:after{transform:translate(-50%,-50%) rotate(45deg)}.closeModal:before{transform:translate(-50%,-50%) rotate(-45deg)}.closeModal:hover:after,.closeModal:hover:before{background-color:#fff}.headerModal h4:after{position:absolute;content:"";width:40px;height:1px;background:#000;top:100%;left:50%;transform:translateX(-50%)}.headerModal h4{margin:0 auto;text-align:center;padding:0 0 20px;position:relative;font-size:24px;max-width:300px;font-weight:500}.bodyModal{margin-top:50px}.headerModal{position:relative}.form-row label{font-size:13px;display:block;margin-bottom:8px}.form-row label sup{color:red}.inputIn input{width:100%;height:40px;border:1px solid #ccc;padding:0 12px;font-size:15px}.form-row+.form-row{margin-top:20px}.formSubmit button{width:100%;height:40px;border:none;background:#2b69f3;color:#fff;display:block;padding:0 12px;font-weight:600;transition:all .4s ease}.formSubmit button:hover{background-color:#333;color:#fff}@-webkit-keyframes rotateLoader{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes rotateLoader{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(1turn)}}@-webkit-keyframes heaveIn{0%{margin-top:120px;opacity:0}to{margin-top:0;opacity:1}}@keyframes heaveIn{0%{margin-top:120px;opacity:0}to{margin-top:0;opacity:1}}@-webkit-keyframes heaveOut{0%{margin-top:0;opacity:1}to{margin-top:120px;opacity:0}}@keyframes heaveOut{0%{margin-top:0;opacity:1}to{margin-top:120px;opacity:0}}@media(max-width:575px){.contentModal{padding:30px 15px;margin:0 15px 20vh;position:relative;transform:none;width:100%;max-width:calc(100% - 30px);left:auto;right:auto;top:20vh}.headerModal h4{padding:0 0 15px;font-size:18px}.inputIn input{height:36px;font-size:13px}.modalRedirect{display:flex;align-items:center;justify-content:center;overflow:auto}.closeModal{right:-15px}}@media(max-height:575px){.contentModal{position:relative;margin:30px auto;transform:none;top:50px;left:auto}.modalRedirect{overflow:auto}}