select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ffffff;
	display: flex;
	min-height: 100vh;
	margin: 0;
	padding: 0;
}

.alogin{

    background: no-repeat url(/templates/img/3b2pxl1.png);
    background-position-x: 0%;
    background-size: auto;
    background-position-x: right;
    background-size: cover;
	display:block; min-height: 100vh;
	background-color:#ffffff;
}

.page__footer {

}