.formCad {
    border: 1px solid #b1b1b1;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.asterisk {
    font-weight: 100;
    font-size: 12px;
}

span#ctl00_ContentPlaceHolder1_rfvTaxId {
    font-size: 10px;
}

span#ctl00_ContentPlaceHolder1_valTxtPostal {
    font-size: 10px;
}
span.glyphicon.glyphicon-edit {
    font-size: 18px;
    padding-right: 10px;
    color: #b1b1b1;
}

.titleCad {
    font-size: 25px;
    font-weight: 100;
    color: #6d6e71;
}

.instructions.alert.alert-info {
    display: none;
}

.form-group.profileWebsite {
    display: none;
}

#aspnetForm .pageTitle {
    display: none;
}
.profileMiddleName {
    display: none;
}

.profileFax {
    display: none;
}

.profileTimeZones {
    display: none;
}
#createAccount_address h3 {
    display: none;
}
.addressCountry {
    display: none;
}
#createAccount_password h3 {
    display: none;
}

.createAccountPage.page-content .pageTitle,
.createAccountPage.page-content .alert.alert-info{
    display: none;
}
#createAccountGeneral, 
.createAccount_address {
    margin-bottom: 0px;
}
#createAccountGeneral h3 {
    display: none;
}

.redefinirSenha {
    padding-top: 20px;
    padding-bottom: 30px;
}

.redefinirSenha input#Email {
    width: 45%;
}

.settingsPage.page-content .pageTitle {
    display: none;
}
h2.titleConfigPerfil span {
    display: none;
}

.form-group.profileLogin {
    display: none;
}

@media (min-width: 1000px) {
    span.glyphicon.glyphicon-edit {
        font-size: 28px;
    }
    .formCad .form-group {
        float: left;
        padding: 10px;
    }
    .formCad .col-sm-6 {
        width: 100%;
    }
    .titleCad {
        font-size: 35px;
    }
    .profileFirstName {
        width: 50%;
    }

    .profileLastName {
        width: 50%;
    }
    .profileLogin {
        width: 33%;
    }
    .profilePhone {
        width: 34%;
    }
    .profileCellPhone {
        width: 33%;
    }
    .profileEmail {
        width: 38%;
    }
    .profileWebsite {
        width: 38%;
    }
    .profileTaxIdName {
        width: 24%;
    }
    .addressCompany {
        width: 76%;
    }
    .profileTitle {
        width: 24%;
    }
    .addressPostal {
        width: 24%;
    }
    .addressAddress1 {
        width: 52%;
    }
    .addressAddress2 {
        width: 24%;
    }
    .addressAddress3 {
        width: 38%;
    }
    .addressCity {
        width: 38%;
    }
    .addressState {
        width: 24%;
    }
    .createAccountPassword {
        width: 50%;
    }
    .createAccountPasswordConfirm {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .redefinirSenha input#Email {
        width: 100%;
    }
}

