body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.container{
    max-width:50rem;
}

#login_logo{
    text-align: center;
    margin-bottom: 5rem;
}

#logo{
    width:60%
}

#message_box {
    color:#082F67;
    display: inline;
    margin-left: 2rem;
}

.password{
    position: relative;
    display: block;
}

.password i{
    position: absolute;
    top: 0;
    right:0.9rem;
    font-size: 2rem;
    margin-top: 0.9rem;
    cursor: pointer;
}