*{ margin: 0; padding: 0;}
.logo-img {
    max-width: 95% !important;
}

.topbar-wrapper {
    width: 100%;
    height: 65px;
}
.topbar-wrapper {
    box-sizing: border-box;
}
.topbar-wrapper ul {
    list-style: none;
}
.topbar-wrapper{
    margin: 0;
    padding: 0;
}
.topbar {
    max-width: 1200px;
    line-height: 65px;
    margin: 0 auto;
    color: #666;
}
.topbar-left{
    float:left;
    width: 350px;
}
.topbar-right{
    float:right;
}

.topbar-wrapper li{
    list-style-type: none;
}
.topbar-wrapper ul {
    margin: 0;
    padding: 0;
}

.page-header-container {
    position: relative;
    z-index: 0;
    min-height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f9f9f9;
}

.header {
    box-shadow: 1px 10px 10px 1px #eee;
}

.mdm-pad-body {
    height: 320px;
    margin: 0 auto;
    max-width: 1200px;
    border-radius: 2px;
    position: relative;
}

.pad-body-around {
    background-color: #ffffff;
    width: 760px;
    height: 425px;
    margin-left: 16%;
    margin-top: 5%;
    border-radius: 20px;
    border: 1px solid #eee;
}
.error-content {
    margin-top: 20%;
    margin-left: 25%;
}
.error-content h1 {
    font-size: 27px;
    color: #cc0000;
    margin-bottom: 20px;
}
.error-content p {
    font-size: 18px;
    color: #666;
    line-height:40%;
}
