.flex-box{width:100%;height:100%;display:flex}.flex-box--flex-wrap--wrap{flex-wrap:wrap}.flex-box--flex-wrap--no-wrap{flex-wrap:nowrap}.flex-box--flex-wrap--wrap-reverse{flex-wrap:wrap-reverse}.flex-box--flex-direction--row{flex-direction:row}.flex-box--flex-direction--column{flex-direction:column}.flex-box--flex-direction--row-reverse{flex-direction:row-reverse}.flex-box--flex-direction--column-reverse{flex-direction:column-reverse}.flex-box--align-items--flex-start{align-items:flex-start}.flex-box--align-items--flex-end{align-items:flex-end}.flex-box--align-items--center{align-items:center}.flex-box--align-items--stretch{align-items:stretch}.flex-box--align-items--baseline{align-items:baseline}.flex-box--jusitify-content--flex-start{justify-content:flex-start}.flex-box--jusitify-content--flex-end{justify-content:flex-end}.flex-box--jusitify-content--center{justify-content:center}.flex-box--jusitify-content--space-between{justify-content:space-between}.flex-box--jusitify-content--space-around{justify-content:space-around}.flex-box--max-height-true{height:100vh}.signin-form-component{display:flex;flex-direction:column;align-items:center;justify-content:center;width:20rem;padding-bottom:5rem}.signin-form-component__form,.signin-form-component__form__button-box-wrapper,.signin-form-component__form__input-box-wrapper{width:100%}.signin-form-component__form__input-box-wrapper{padding-bottom:.5rem}.signin-form-component__form__button-box-wrapper{display:flex;align-items:center;justify-content:space-between}.signin-form-component__form__button-box-wrapper__button-wrapper{display:inline-block}.logo-component{width:100%;margin:auto}.logo-component--size-small{width:3rem;height:3rem}.logo-component--size-medium{width:10rem;height:10rem}.logo-component--size-large{width:20rem;height:20rem}.logo-component--spin-true{-webkit-animation:logo-component-spin 10s linear infinite;animation:logo-component-spin 10s linear infinite}@-webkit-keyframes logo-component-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes logo-component-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.logo-component__logo-image{width:100%;height:100%}.button{box-shadow:0 15px 0 20px #352d2d,0 40px 0 30px #000;cursor:pointer;background-color:#c0392b;top:50%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.button,.button:before{position:absolute;border-radius:50%;width:100%;height:80px}.button:before{content:"";z-index:1;background-color:#e74c3c;bottom:100%;left:0;-webkit-transition:bottom .4s;transition:bottom .4s}.button:after{content:"";background-color:#c0392b;position:absolute;bottom:50%;left:0;width:100%;height:80px;-webkit-transition:height .4s;transition:height .4s}.button:active:before{bottom:10%}.button:active:after{height:10%}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a,u{text-decoration:none}
/*# sourceMappingURL=main.26d49fbf.chunk.css.map */