html body{font-family:sans-serif;color:#4e5a64;box-sizing:border-box;margin:0;padding:0;height:100vh}*,*::after,*::before{box-sizing:inherit}h1{margin:0;margin-left:1.25em}h2{font-size:1.875em;font-weight:300}button{cursor:pointer;border:1px solid transparent}.layout{grid-template-columns:repeat(2,1fr)}.login{grid-template-columns:1fr;grid-template-rows:repeat(3,1fr);padding:5em 4em .625em 4.5em;height:100vh;background-color:#fff}.login .logo-img{width:7.5em;height:7.5em;border:1px solid #000;border-radius:100%}.login .content p{color:#696969;font-size:1.25em}.login .content label{color:#696969;font-size:1.25em}.google-button{height:48px;width:192px;background:url("/images/btn-google-signin_dark_normal_web.png") no-repeat;box-shadow:unset !important}.google-button:hover{height:48px;width:192px;background:url("/images/btn-google-signin_dark_focus_web.png") no-repeat;box-shadow:unset !important}.google-button:focus{height:48px;width:192px;background:url("/images/btn-google-signin_dark_pressed_web.png") no-repeat;box-shadow:unset !important}.login-logo.login-6{top:80px;left:80px;height:65px}.login-logo{position:absolute}@media(max-width:900px){html body{font-size:14px}.layout{grid-template-columns:1fr;grid-template-rows:1fr 1fr}.login{height:50vh;padding:20px}}@media(max-width:400px){html body{font-size:12px}.login{padding:10px}}