/*!
Theme Name: insiderwptheme
Version: 1.0.0
Text Domain: insiderwptheme
*/

.err {
    color: red;
    margin-bottom: 16px;
    display: none;
}

.err-active {
    display: block;
}

.opacity,
.show-password-input,
.woocommerce-MyAccount-navigation {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.default-wrap {
    padding-top: 150px;
    min-height: 72vh;
}

.default-wrap h1 {
    margin-bottom: 30px;
}


.woocommerce-form,
.woocommerce-ResetPassword {
    margin: 30px 0;
    max-width: 500px;
}

.woocommerce-form label,
.woocommerce-ResetPassword label {
    display: block;
    margin: 10px 0;
}

.woocommerce-form .button,
.woocommerce-ResetPassword .button {
    min-height: 50px;
    width: 100%;
    margin: 30px 0;
}

.woocommerce-LostPassword a {
    color: #fff;
}

.woocommerce-LostPassword a:hover {
    text-decoration: underline;
}

.woocommerce-error {
    color: red;
    padding: 15px;
}

.woocommerce-MyAccount-content * {
    display: none !important;
}

.woocommerce-MyAccount-content .account,
.woocommerce-MyAccount-content .account * {
    display: block !important;
}

.scroll {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    margin-top: -120px;
}