﻿#MainBody {
    margin: 0 auto !important;
    margin-top: 40px !important;
}

body {
    background: #fff !important;
    font-size: 16px !important;
}

.wrapper-logi a {
    text-decoration: underline;
}

.wrapper-login a:hover {
    text-decoration: none;
}


.wrapper-login h2 {
    margin-bottom: 15px;
    font-family: sofia w01 bold !important;
}

#MainBody > div.container {
    display: none !important;
}

.wrapper-login {
    display: inline-block;
    vertical-align: top;
    width: auto !important;
    max-width: 600px !important;
    border: 0px !important;
    margin-bottom: 15px;
    background: #0000 !important;
}

.wrapper-vl {
    border-left: 2px solid #efefef;
    height: auto;
    width: 1px;
    margin-left: -2px;
}

.wrapper-hl {
    border-top: 2px solid #efefef;
    height: 1px;
    width: 100%;
    display: none;
}


#createMyAccount {
    width: 50%;
    display: block;
    text-align: center;
    font-family: 'sofia w01 bold';
    font-size: 18px;
    letter-spacing: 2px;
    padding: 5px 10px;
    margin: 0 auto;
}

.form-check {
    padding-left: 0px !important;
}

/*label.requiredCheck:after {*/
    /*content: ' required';*/
    /*font-size: 14px;
    font-weight: normal;
    color: #808080;
}*/

.required-label {
    font-size: 14px;
    font-weight: normal !important;
    color: #808080;
    margin-left: 5px;
}

#passwordMust {
    display: none;
    text-align: center;
    margin: 15px 0px;
    padding: 10px;
    font-size: 12px;
    width: 100%;
    background: #efefef;
    line-height: 1.2;
}

.eoFooter {
    margin-top: 100px;
}

.g-recaptcha {
    float: none !important;
}


@media screen and (max-width: 992px) {

    .wrapper-login {
        margin: 0 auto !important;
        padding: 15px !important;
    }

    #MainBody {
        padding: 5px 15px !important;
        margin-top: 10px !important;
        margin-bottom: 50px !important;
    }

    .wrapper-vl {
        display: none !important;
    }

    .wrapper-hl {
        display: block !important;
    }
}


@media screen and (max-width: 732px) {

    .wrapper-login {
        min-width: 90%;
    }
}

@media screen and (max-width: 375px) {

    .wrapper-login {
        min-width: 100%;
    }

    .btn-cart-outline {
        width: 100% !important;
    }

    #MainBody {
        padding: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 50px !important;
    }

        #MainBody > div:nth-child(1) > div > div.col-xs-12.col-md-12.col-lg-12 {
            width: 104% !important;
        }

        #MainBody > div:nth-child(4) > div > form > div.form-check {
            text-align: left;
            margin-left: 22px;
        }

            #MainBody > div:nth-child(4) > div > form > div.form-check > label {
                display: inline-block
            }

            #MainBody > div:nth-child(4) > div > form > div.form-check > a {
                margin-left: -20px !important;
                display: block !important;
                float: none !important;
            }

        #MainBody > div:nth-child(4) > div > form > div.row > img {
            margin-top: 15px !important;
        }

}

#registerBtn, #signInBtn {
    border: none;
    background-color: transparent;
    font-family: sofia w01 bold,Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    font-size:18px !important;
    letter-spacing:2px;
}