/* 
 * WOO CUSTOM STYLESHEET
 * ---------------------
 *
 * Instructions:
 *
 * Add your custom styles in this file instead of style.css so it 
 * is easier to update the theme. Simply copy an existing style 
 * from style.css to this file, and modify it to your liking. */

@media screen and (min-device-width: 768px) {
    form .form-field {
        display: inline-block;
    }
}
@media screen and (max-device-width: 767px) {
    form .form-field {
        margin-bottom: 7px;
    }
}
@media screen and (min-device-width: 1024px) {
    #top_login_form {
        margin-top: 25px;
    }
}

