
body {
  background-image: none;
  background-color: #59B224;
  
}

#loginbox {
    height: 230px;
}

.alert {
    margin-top: 20px;
    width: 400px;
}
@media (max-width: 422px){
  .msg-demo{
    width: 100%;
    /*display: none !important;*/
  }
}


