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