@charset "utf-8";

main {
  background-image: url('../../images/bg.png');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;

}

.content {
  width: 100%;
  max-width: 420px;
  background-color: rgba(98, 135, 247, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.box-left {
	width:90%;
	text-align:left;
	padding:15px !important;
	background-color: #263a63;
	color: #ffffff;
	font-size:14px;
}