:root{--titleFont: "Urbanist", Verdana, sans-serif;--textFont: "Roboto", Verdana, sans-serif;--handwritten: "Quintus", Verdana, sans-serif;--primaryColor: #00A17B;--lightGreen: #f2faf8;--black: #25292d;--gray: #474c51;--lightGray: #f5f5f9;--red: #f2473f;--grayBorder: #e5e8f0;--grayText: #909BAA;--paddingX: min(20px, 4vw);--gradient: linear-gradient(to bottom, #00A96F, #009887);--gradient: linear-gradient(77deg, #00BC7C, #00B5A1);--boxShadow: #25292D1A}*,*::before,*::after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}html,body{min-height:100%;height:100%}body{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--lightGray)}.logo{width:330px;margin-bottom:50px}.login-buttons{display:flex;flex-direction:column;align-items:center;gap:15px}