/* ===================== CRIAR CONTA - INÍCIO ========================= */

@media (min-width: 576px) {
    .customer-account-create .field.field-name-firstname {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        float: left;
        padding-right: 6px;
    }
    .customer-account-create .field.field-name-lastname {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        float: left;
        padding-left: 6px;
    }
    .customer-account-create .field.street.required.address {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        float: left;
        padding-right: 6px;
    }
    .customer-account-create .field.street.required.number {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        float: left;
        padding-left: 6px;
    }
    .customer-account-create .field.street.required.neighborhood {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        float: left;
        padding-right: 6px;
    }
    .customer-account-create .field.street.complement {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        float: left;
        padding-left: 6px;
    }
    .customer-account-create fieldset.fieldset.address .field.street br {
        display: none;
    }
}

.customer-account-create .address .field {
    position: relative;
    width: 100%;
}

.customer-account-create .fieldset.create.info .field {
    position: relative;
    width: 100%;
}

.block-new-customer .primary a.action.action-register.primary {
    padding: 10px;
}

.customer-account-create .field.required {
    overflow: hidden;
}

.customer-account-create .field.choice.newsletter {
    overflow: auto;
}

@media (min-width: 768px) {
    .header.panel>.header.links>.customer-welcome+.authorization-link {
        display: inline-block !important;
    }
    .customer-welcome .action.switch {
        color: #0e0d0d !important;
        margin-left: 5px !important;
    }
    .customer-welcome .header.links {
        position: absolute;
    }
}

.customer-account-create #maincontent .columns {
    border-radius: 10px;
    border: 1px solid #ececec;
    border-top: 5px solid #333333;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
    padding: 13px 15px;
}

.customer-account-create #maincontent {
    padding-bottom: 40px;
}

.customer-account-create input[type="text"],
.customer-account-create input[type="password"],
.customer-account-create input[type="url"],
.customer-account-create input[type="tel"],
.customer-account-create input[type="search"],
.customer-account-create input[type="number"],
.customer-account-create input[type="datetime"],
.customer-account-create input[type="email"],
.customer-account-create select {
    border-radius: 5px;
}

.actions-toolbar {
    padding: 0 15px;
}

.actions-toolbar button span {
    text-transform: uppercase;
}

.customer-account-create .fieldset>.legend {
    padding: 0;
    border: 0;
    color: #333333;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
}

.customer-account-create .fieldset>.legend>span {
    font-weight: 500;
}

.page-main>.page-title-wrapper .page-title {
    font-size: 20px;
    margin: 0 0 15px;
    color: #333333;
    font-weight: 500;
}

.form.create.account {
    width: 100% !important;
}

.form.create.account .field.street .field .label {
    position: relative !important;
}

.customer-account-create .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.customer-account-create .col-sm-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 47.5%;
        flex: 0 0 47.5%;
        max-width: 48.5%;
    }
}


/* ===================== CRIAR CONTA - FIM ========================= */

.show-pass {
    background-image: url(../img/view.png);
}

.hidden-pass {
    background-image: url('../img/hidden.png');
}
#eye-show-password, #eye-show-confirm-password {
    width: 20px;
    height: 33px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.password .control, .confirmation .control {
    position: relative;
}

#eye-show-password, #eye-show-confirm-password {
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 4;
}