<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Login oldal*/
.main-content {
    min-height: 250px;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {
    .col-md-offset-3 {
        margin-left: 25%;
    }
}

@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}

.srswebshop .col2-set, .srswebshop-page .col2-set {
    width: 100%;
}

.srswebshop form.checkout_coupon, .srswebshop form.login, .srswebshop form.register, .srswebshop form.forgot-password {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
/*p {
    font-size: 16px !important;
    line-height: 25px;
    margin: 0;
}*/
.btn-motive {
    color: #fff !important;
    background-color: #063B6F !important;
    border-color: #063B6F !important;
}

@media only screen and (max-width: 786px) {
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }
    .col-2{
        padding:0px !important;
    }
    /*.row &gt; * {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }*/
}
/*.srswebshop table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    overflow: hidden;
}*/


.srswebshop-MyAccount-navigation {
    width: 250px !important;
}

    .srswebshop-MyAccount-navigation ul {
        list-style-type: disc;
        text-align:left;
        
    }
        .srswebshop-MyAccount-navigation ul li a {
            font-size: 1rem;
        }


.srswebshop-MyAccount-content {
    float: left;
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100% !important;
}

    .srswebshop-MyAccount-content .title {
        font-size: 20px;
        width: 100%;
        left: 0;
        margin-left: 0;
    }

</pre></body></html>