ul{display:grid; grid-template-columns:50px 1fr; list-style-type:none; align-items:center;}
li{background-size: auto 100%;}
li:nth-child(1) {background:url(img/1.png) left center no-repeat ; padding-left:50px;}
li:nth-child(2) {background:url(img/2.png) left center no-repeat ; padding-left:50px;}
li:nth-child(3) {background:url(img/3.png) left center no-repeat ; padding-left:50px;}
li:nth-child(4) {background:url(img/4.png) left center no-repeat ; padding-left:50px;}
li:nth-child(5) {background:url(img/5.png) left center no-repeat ; padding-left:50px;}
li:nth-child(6) {background:url(img/6.png) left center no-repeat ; padding-left:50px;}
body{background:градиент; position:relative;}
body:before{content:""; position:absolute; left:-50%; top:-50%; border:20px solid rgba(255,255,255,0.2); width:600px; height:600px; border-radius:600px;}
body:after{content:""; position:absolute; right:-50%; bottom:40px; border:20px solid rgba(255,255,255,0.2); width:600px; height:600px; border-radius:600px;}
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
if (isset($this->request->post['redirect']) && (strpos($this->request->post['redirect'], $this->config->get('config_url')) !== false || strpos($this->request->post['redirect'], $this->config->get('config_ssl')) !== false)) {
$this->redirect(str_replace('&', '&', $this->request->post['redirect']));
} else {
$this->redirect($this->url->link('account/account', '', 'SSL'));
}