* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
.panel{
  width:90%;
  max-width:700px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
  padding-top:30px;
  padding-right:20px;
  padding-bottom:30px;
  padding-left:20px;
  margin-top:25px;
  margin-right:auto;
  margin-bottom:0px;
  margin-left:auto;
  background-color:#5847a3;
  box-shadow:rgba(0, 0, 0, 0.25) 0px 3px 10px 0px;
  color:rgba(255, 255, 255, 0.75);
  font-style:normal;
  font-size:16px;
  font-family:Arial;
  font-stretch:normal;
  font-variant-caps:normal;
  font-variant-ligatures:normal;
  font-variant-numeric:normal;
  font-variant-east-asian:normal;
  line-height:normal;
  font-weight:100;
}
.welcome{
  text-align:center;
  font-weight:100;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
  margin-left:0px;
}
.logo path{
  pointer-events:none;
  fill:none;
  stroke-linecap:round;
  stroke-width:7;
  stroke:rgb(255, 255, 255);
}
.description{
  text-align:left;
  font-size:1rem;
  line-height:1.5rem;
}
