*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}html,body{font-size:62.5%;height:100%;overflow:hidden;font-family:Helvetica,Arial,sans-serif}.cont{position:relative;height:100%;background-image:url("img/background.jpg");background-size:cover;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.init{margin:auto;width:30rem;height:53rem;overflow:hidden}.login{position:relative;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(146,135,187,0.8)),to(rgba(0,0,0,0.6)));background:-o-linear-gradient(top,rgba(146,135,187,0.8) 0,rgba(0,0,0,0.6) 100%);background:linear-gradient(to bottom,rgba(146,135,187,0.8) 0,rgba(0,0,0,0.6) 100%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center}h1,.login__check{width:90%;margin:auto}h1{font-size:4rem;line-height:10rem;color:#fdfcfd;text-align:center}.login__check{height:50%;background-image:url("img/logo.svg");background-position:center;background-repeat:no-repeat;background-size:contain}.login__form{padding:1.5rem 2.5rem;text-align:center}.login__signup,.login__error{font-size:1.2rem;color:#fdfcfd}.login__error{width:25rem;height:4rem;border-radius:3rem;border:1px #f36 solid;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;opacity:0;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.login__row{width:25rem;height:5rem;padding-top:1rem;border-bottom:1px solid rgba(255,255,255,0.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}svg{width:2rem;height:2rem;display:inline-block;overflow:visible}.svg_icon{cursor:pointer}.svg__eye.unvisible .svg_icon:first-child,.svg__eye .svg_icon:last-child{display:inline-block}.svg__eye .svg_icon:first-child,.svg__eye.unvisible .svg_icon:last-child{display:none}[type="password"]:-moz-placeholder-shown+.svg__eye{display:none}[type="password"]:-ms-input-placeholder+.svg__eye{display:none}[type="password"]:placeholder-shown+.svg__eye{display:none}input,button{outline:0;border:0}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{border:1px solid transparent !important;-webkit-box-shadow:0 0 0 1000px transparent inset !important;-webkit-transition:background-color 5000s ease-in-out 0s !important;transition:background-color 5000s ease-in-out 0s !important}.login__input{display:inline-block;width:22rem;height:100%;padding-left:1.5rem;font-size:1.5rem;background:transparent;color:#fdfcfd}.login__input_password{width:21rem;padding-right:1.5rem}.login__submit{position:relative;width:100%;height:4rem;margin:5rem 0 2.2rem;color:rgba(255,255,255,0.8);background:#f36;font-size:1.5rem;border-radius:3rem;cursor:pointer;overflow:hidden;-webkit-transition:width .3s .15s,font-size .1s .15s;-o-transition:width .3s .15s,font-size .1s .15s;transition:width .3s .15s,font-size .1s .15s}.login__submit:after{content:"";position:absolute;top:50%;left:50%;margin-left:-1.5rem;margin-top:-1.5rem;width:3rem;height:3rem;border:2px dotted #fdfcfd;border-radius:50%;border-left:0;border-bottom:0;-webkit-transition:opacity .1s .4s;-o-transition:opacity .1s .4s;transition:opacity .1s .4s;opacity:0}.login__submit.processing{width:4rem;font-size:0}.login__submit.processing:after{opacity:1;-webkit-animation:rotate .5s .4s infinite linear;animation:rotate .5s .4s infinite linear}@-webkit-keyframes rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@media(max-width:768px){html,body{font-size:50%}}