div {
     display: flex;
}
body {
      font-family: Calibri, Helvetica;
      background: #DDD;
      justify-content: center;
      background: rgb(2,0,36);
      background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

div.body_text {
     flex-direction: column;
}
.body_text p {
   margin: 9px 0;
}
div.profile {
      justify-content: flex-end;
}

h1 {
      margin: 10px auto 25px 0;
}

h5 {
   margin: 15px 0 5px 0;
   font-size: 18px;
}

.user_login input {
    font-size: 18px;
    padding: 5px 9px;
    width: 400px;
    background: #EEE;
    border: 1px solid #AAA;
}

div.form_intro.error {
    padding: 20px;
    background: #f4ead8;
    border: 1px solid #DDD;
}

div.centered {
      justify-content: center;
      width: 100%;
}

div.shell {
  padding: 20px 50px 90px 50px;
  margin: 15px auto;
  width: 80%;
  max-width: 999px;
  background: #FFF;
  text-align: left;
  justify-content: flex-begin;
  flex-direction: column;

}

.shell div {
      flex-wrap: wrap;
      display: flex;

}
.sbmt input {
        background: #090979;
        color: #FFF;
        font-size: 16px;
        font-weight: 600;
        height: 38px;
        border-radius: 4px;
}
div.sbmt {
      margin: 40px 0;
}
