#search_area {
  display: none !important;
}

#header-menu {
  display: none !important;
}

#fullwidth0 {
  display: none !important;
}

#main ul.tabs{
  display: none !important;
}

#main h1{
  display: none !important;
}

#block-block-17{
  display: none !important;
}

#footer {
  display: none !important;
}

#sidebar-second {
  display: none !important;
}

#content-inside {
  background: #ececec !important;
}

#content {
  min-height: 85vh;
}

#main {
    margin: 0 auto;
    float: none !important;
    max-width: 320px !important;
    padding: 25px !important;
    width: 320px !important;
    display: table;
    background-color: rgba(0,0,0, 0.08);
    border-radius: 20px;
    margin-top: 30px;
    padding-top: 40px;
}

#belepesuzenet {
    text-align: center;
    color: #08619a;
    width: 108%;
    margin: 0 auto;
    margin-left: -4%;
}

#belepesicon {
    background: url('../images/warning-sign.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

#main:before {
    margin: 0 auto;
    content: '';
    display: block;
    background: url('http://www.biyoviskarrier.hu/sites/default/files/biyovis_logo_0.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 300px;
    height: 100px;

}

input.form-text {
    background: #e8e8e8;
    border: 1px solid #f0f0f0;
    font-family: "Lucida Grande","Lucida Sans Unicode",Segoe UI,Helvetica,Arial,sans-serif;
    height: 25px;
    line-height: 25px;
    margin: 0 0 10px 0;
    padding: 5px;
    width: 96%;
    color: #5f6a5f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 3px #bcbcbc inset;
    -moz-box-shadow: 0px 2px 3px #bcbcbc inset;
    box-shadow: 0px 2px 3px #bcbcbc inset;
}

#user-login #edit-submit {
    width: 150px;
    margin: 0 auto;
    display: block;
    float: none;
}

.description {
  text-align: center;
}

#footer-bottom {
    margin-top: 40px;
}

@media screen and (max-width: 600px) {

  #main {
    margin: 0 auto;
    float: none !important;
    max-width: 240px !important;
    padding: 25px !important;
    width: 240px !important;
    display: table;
    background-color: rgba(0,0,0, 0.08);
    border-radius: 20px;
    margin-top: 20px;
    padding-top: 40px;
}

#main:before {
    margin: 0 auto;
    content: '';
    display: block;
    background: url('http://www.biyoviskarrier.hu/sites/default/files/biyovis_logo_0.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 240px;
    height: 80px;

}

 }




