@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 623px){ .main-header .login-dropdown { height: 100%;
    overflow: scroll;
    top: 0;
    position: fixed;
    z-index: 9999;
    border: 1px solid #ec1c33;
    border-top-width: 2px;
    background: #fff;
    border-radius: 0 0 3px 3px; }

}