@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap);:root{--main-background:#ecb3ff;--light-shadow-color:#f6d9ff;--dark-shadow-color:#b186bf}body{background:var(--main-background);color:#4d4d4d;font-family:"Source Sans Pro",sans-serif;height:100vh;max-height:100vh;padding:0;margin:0;display:flex;justify-content:center;align-items:center}*,::after,::before{box-sizing:border-box}a{text-decoration:none;color:#843f9b}.shadow-0{box-shadow:none}.shadow-1{box-shadow:-8px -8px 16px var(--light-shadow-color),8px 8px 16px var(--dark-shadow-color)}.shadow-2{box-shadow:-4px -4px 8px var(--light-shadow-color),4px 4px 8px var(--dark-shadow-color)}.shadow-2:active{box-shadow:inset -4px -4px 8px var(--light-shadow-color),inset 4px 4px 8px var(--dark-shadow-color)}.shadow\:in-1{box-shadow:inset -4px -4px 8px var(--light-shadow-color),inset 4px 4px 8px var(--dark-shadow-color)}.marginless{margin:0!important}.box{padding:16px;width:360px;height:auto;border-radius:16px;text-align:center;display:flex;flex-direction:column}@media (min-width:360px) and (max-width:640px){.box{width:100%;height:100vh;border-radius:0}}.logo{border-radius:50%;width:120px;height:120px;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.logo>.head{border:3px solid #4d4d4d;border-radius:50%;width:40px;height:40px}.logo>.body{border:3px solid #4d4d4d;border-bottom:none;border-radius:50% 50% 0 0;width:50px;height:40px;margin-top:3px}.form{margin-top:30px}.input{margin-bottom:20px}.input.with-icon{display:flex;justify-content:center;align-items:center}.input.with-icon .input-icon{border-radius:9999px 0 0 9999px;display:flex;justify-content:center;align-items:center;padding:16px}.input.with-icon .input-form{border-radius:0 9999px 9999px 0}.input-form{width:100%;background:0 0;border-radius:9999px;border:none;padding:16px;font-size:14px;font-weight:700}.button{display:block;cursor:pointer;border:none;background:0 0;padding:16px 32px;border-radius:9999px;margin:auto;font-weight:700;margin-bottom:8px}.button:active,.button:focus{outline:0}.button-full{display:block;cursor:pointer;width:100%;border:none;background:0 0;padding:16px;border-radius:9999px;font-weight:700}.register-text{margin-top:32px}