.loader{position:relative;width:inherit;height:inherit;perspective:100px;transform-type:preserve-3d;animation:loader 6s linear infinite}@keyframes loader{0%{transform:rotateX(30deg) rotate(0deg)}to{transform:rotateX(30deg) rotate(-1turn)}}.dot{position:absolute;top:50%;left:50%;z-index:10;width:20px;height:20px;margin-top:-90px;margin-left:-10px;border-radius:10px;background-color:#1e3f57;transform-type:preserve-3d;transform-origin:50% 90px;transform:rotate(30deg);animation:dot1 1.5s cubic-bezier(.6,0,.4,1) infinite}.dot:nth-child(2){transform:rotate(15deg);animation-name:dot2;animation-delay:.15s;background-color:#2d556d}.dot:nth-child(3){transform:rotate(0deg);animation-name:dot3;animation-delay:.3s;background-color:#447891}.dot:nth-child(4){transform:rotate(-15deg);animation-name:dot4;animation-delay:.45s;background-color:#5998b2}.dot:nth-child(5){transform:rotate(-30deg);animation-name:dot5;animation-delay:.6s;background-color:#6bb2cd}@keyframes dot1{0%{transform:rotate(30deg) rotateX(10deg)}95%,to{transform:rotate(390deg) rotateX(10deg)}}@keyframes dot2{0%{transform:rotate(15deg) rotateX(10deg)}95%,to{transform:rotate(375deg) rotateX(10deg)}}@keyframes dot3{0%{transform:rotate(0deg) rotateX(10deg)}95%,to{transform:rotate(1turn) rotateX(10deg)}}@keyframes dot4{0%{transform:rotate(-15deg) rotateX(10deg)}95%,to{transform:rotate(345deg) rotateX(10deg)}}@keyframes dot5{0%{transform:rotate(-30deg) rotateX(10deg)}95%,to{transform:rotate(330deg) rotateX(10deg)}}.login-background{background:#fbfbfb;display:flex;justify-content:space-around;align-items:center;width:100%;height:100%;padding:3rem 2rem}.content-login{padding-left:5%;padding-right:5%;background:#fff;border:1px solid #dde3ea;box-sizing:border-box;border-radius:4px;width:100%;max-width:554px;height:fit-content;display:flex;flex-direction:column;justify-content:center}.content-login form{display:flex;flex-direction:column;margin-top:56px;margin-bottom:68px}.content-login .title{font-style:normal;font-weight:400;font-size:24px;line-height:30px;text-align:center;color:#40505f;margin-bottom:51px}.content-login input+input{margin-top:24px}.content-login .forgot{margin-top:16px;margin-bottom:16px;text-align:right;cursor:pointer;font-family:Mulish,sans-serif;font-style:normal;font-weight:700;font-size:12px;line-height:17px;color:#f9807d}.hr-text{margin-top:30px;margin-bottom:33px;line-height:1em;position:relative;outline:0;border:0;color:#000;text-align:center;height:1.5em;opacity:.5}.hr-text:before{content:"";background:linear-gradient(90deg,transparent,#818078,transparent);position:absolute;left:0;top:50%;width:100%;height:1px}.hr-text:after{content:attr(data-content);position:relative;display:inline-block;padding:0 .5em;line-height:1.5em;color:#818078;background-color:#fcfcfa}.mt-1{margin-top:1rem!important}