﻿html, body {
    margin: 0;
    padding: 0;
    /*background-image: url('../Content/Images/bg-site.jpg');*/
}
#LoginArea {
  max-width: 400px;
  margin: 120px auto 10px auto;
  border-radius: 15px;
}

#LoginArea legend{
    text-align:center;
}

.well{
    background-color:#fff !important;
}

header{
    display:none !important;
}

.jumbotron{
    text-align: center;
    background: #f0f0f0;
}

.ad-login{
    min-width:150px;
}

@media (max-width: 1024px) {
    #loginIllustration{
        /*max-width:150px;*/
        display:none;
    }
}