﻿:root{--bg-color:#f5f5f5;--bg-color-accent:hsl(62,33%,96%);--bg-color-account:#eee;--primary-color:hsl(48 95% 38%);--primary-color-hover:hsl(48 84% 33%);--primary-color-focus:hsl(48 84% 38%/.25);--primary-color-outlined-hover:hsl(48 84% 33%/.15);--link-color:hsl(214,94%,43%);--secondary-color:#fff;}body{background:var(--bg-color-account);}.account-container-wrapper{display:grid;grid-template-rows:1fr auto 2fr;place-items:center;}.account-container{grid-row-start:2;max-width:360px;width:100%;border-radius:5px;background:#fff none;border:1px solid #ddd;}.account-content{padding:19px 29px 29px;}.account-content .form-group:first-child{margin-bottom:0;}.logo-wrapper{border-radius:5px 5px 0 0;background:var(--bg-color-accent);padding:10px 0;text-align:center;}.logo{width:290px;height:100px;display:inline-block;background-image:url(../../images/logo.png);background-position-x:left;background-position-y:center;background-size:contain;background-repeat:no-repeat;background-origin:initial;background-clip:content-box;background-color:transparent;}