* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body { position: relative; min-height: 100vh; overflow: hidden; background: #e5e7ea; color: #303943; font-family: Arial, Helvetica, sans-serif; }
body::after { position: fixed; z-index: 0; right: -95px; bottom: -175px; width: 410px; height: 365px; border-radius: 50% 50% 0 0; background: #c8d0e1; content: ""; transform: rotate(-24deg); }
.automotive-login { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 512px; min-height: 100vh; }
.automotive-login__visual { display: grid; place-items: center; color: #999b9e; }
.automotive-login__visual span { font-size: clamp(72px, 8vw, 108px); font-weight: 700; letter-spacing: 2px; }
.automotive-login__form { display: flex; flex-direction: column; min-height: 100vh; padding: 198px 64px 40px 64px; }
.automotive-login__logo { display: block; width: 370px; max-width: 100%; max-height: 95px; margin: 0 0 36px; object-fit: contain; object-position: left center; }
.automotive-login label { display: block; margin: 0 0 28px; font-size: 13px; font-weight: 700; }
.automotive-login input[type="text"], .automotive-login input[type="password"] { display: block; width: 100%; height: 45px; margin-top: 7px; border: 1px solid #cbd1d8; border-radius: 0; padding: 0 13px; background: #fff; }
.automotive-login__options { display: flex; justify-content: space-between; align-items: center; margin-bottom: 49px; font-size: 13px; font-weight: 700; }
.automotive-login__remember { display: flex !important; align-items: center; gap: 9px; margin: 0 !important; }
.automotive-login__remember input { width: 16px; height: 16px; margin: 0; }
.automotive-login a { color: #145bd2; text-decoration: none; }
.automotive-login__submit, .automotive-login__register, .automotive-login__desktop { display: block; width: 100%; height: 39px; border-radius: 0; font-size: 15px; font-weight: 700; cursor: pointer; }
.automotive-login__submit { border: 0; color: #fff; background: #356bc9; }
.automotive-login__register { margin-top: 32px; border: 1px solid #707985; color: #68717b !important; background: transparent; text-align: center; line-height: 37px; }
.automotive-login__desktop { margin-top: 47px; border: 0; color: #fff; background: #25a845; }
.automotive-login__powered { margin-top: auto; padding-top: 110px; color: #c5161d; font-size: 31px; font-weight: 800; text-align: right; }
.automotive-login__powered small { display: block; margin-top: -5px; color: #4a4a4a; font-size: 9px; }
.automotive-login__validation { display: block; margin: -18px 0 12px; color: #b42318; font-size: 12px; }
@media (max-width: 900px) {
    .automotive-login { grid-template-columns: 1fr; }
    .automotive-login__visual { min-height: 220px; }
    .automotive-login__form { min-height: auto; padding: 42px 28px 32px; }
    .automotive-login__logo { margin-inline: auto; object-position: center; }
}
