
@media only screen and (max-width: 992px) {
.headerSocial, .header-right, .headerContact, footer, #footer_credits, div.panel-heading, div#mobileUi.mm-fixed.mm-slideout, div#headSpace {
    display: none;
}

 #stickyMenu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93b4ca+1,0a72b8+100 */
    background: #93b4ca; /* Old browsers */
    background: -moz-linear-gradient(top, #93b4ca 1%, #0a72b8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #93b4ca 1%,#0a72b8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #93b4ca 1%,#0a72b8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93b4ca', endColorstr='#0a72b8',GradientType=0 ); /* IE6-9 */
    height: 40vh;
    max-height: 40vh;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}   

#stickyMenu #headerLogoWrapper {
    margin: 0px auto;
}

#header_logo img {
    max-width: 500px;
}

div.panel {
    all: unset;
}   

.control-label {
    all: unset;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

[class^='col'] {
    display: unset;
}

.login-button {
  all: unset;
  width: 100%;
  text-align: center;
  background-color: #0771b8;
  color: white;
  text-transform: uppercase;
  height: 60px;
  font-size: 28px;
  


}

.reset-button {
  all: unset;
  width: 100%;
  text-align: center;
  background-color: #0771b8;
  color: white;
  text-transform: uppercase;
  height: 60px;
  font-size: 20px;


}

.forgot-password {
    float: right;
    color: #ff6940;
}

.remember-me {
    float: left;
    color: #ff6940;

}

.remember-password {
    margin-top: -25px;
}

#password, #email {
    border-radius: 15px;
    height: 60px;
    margin-top: 10px;
}



#elevator {
    background-color: #ecebeb;
    height: 100%;
}

.help-block {
    all: unset;
}

.checkbox {
    all: unset;
}

.full-height {
    height: 45vh;
    margin: 5px;
}

div.desktopV {
    display: none;
}
}


@media only screen and (min-width: 992px) {
    div.mobileV {
        display: none;
    }
}