.main{display:flex;align-items:flex-start;justify-content:center;width:100%}.container{width:100%;height:100vh;display:flex;align-items:center;min-height:700px;flex-direction:column}.content-wrapper{width:100%;display:flex;justify-content:center}.content{width:100%;padding:20px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.header{font-size:20px;font-weight:700;margin-top:30px;margin-bottom:32px}.template-text{max-width:320px;margin:auto;font-size:18px}.error-message{color:var(--danger-color);font-size:12px;display:block;margin-top:5px;text-align:left;padding-left:16px}.error-message.hidden{display:none}.loaderContainer{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:var(--main-white);z-index:9999}.form-wrapper{margin-top:64px;display:flex;flex-direction:column;justify-content:center;align-items:center}.authIcon{margin-top:60px;min-height:48px;max-height:100px}@media only screen and (min-width: 600px) and (max-width: 1024px){.template-text,.header{max-width:600px}}@media only screen and (min-width: 1025px){.authIcon{min-height:88px;max-height:200px;margin-bottom:6px}.container{align-items:center;justify-content:center}.content-wrapper{min-width:690px;display:flex;justify-content:center}.content{width:860px}.form-wrapper{margin:46px auto 0;max-width:516px}.template-text{max-width:860px;color:var(--main-dark);font-size:22px;font-weight:200}.header{font-size:26px;font-weight:500;color:var(--main-dark);max-width:580px;margin-top:44px}}@media only screen and (min-device-width: 360px) and (max-device-width: 1000px) and (orientation: landscape){.container{min-height:500px}.header{max-width:500px}}.content-wrapper p{margin:0}:root{--primary: #61A2DD;--tg-blue: #24A1DF;--main-white: #fff;--main-grey: #776B69;--main-dark: #1C1F34;--danger-color: #ff595a;font-size:12px}body{padding:0;margin:0;font-family:Montserrat,sans-serif;text-align:center;background:#fff}#root{display:flex;justify-content:center;width:100%}*{box-sizing:border-box}h4{font-size:2rem;line-height:110%;margin:0}
