
.user-form #login-label {
    display: none;
}

.menu-account + h1 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}
.menu-secondary {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background: #FFFFFF;
}
.menu-secondary li {
    float: left;
}
.menu-secondary a {
    background: #FFFFFF;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
}
.menu-secondary a:hover {
    background: #FAFAFA;
}
.menu-secondary .active a {
    background: #FAFAFA;
    font-weight: bold;
}
.profile {
    width: 343px;
}
.profile-professional {
    margin-right: 0;
}
.profile .title-h2 {
    font-size: 1em;
    border-bottom: 1px solid #336699;
    line-height: 200%;
}
.form-user {
    width: auto;
}
.form-user #company_informations-element,
.form-user #personal_informations-element,
.form-user #avatarContainer-element {
    width: 340px;
}
form .fieldset .legend {
    background: transparent;
    color: inherit;
    text-shadow: none;
}
.notify-information {
    color: #009F00;
    font-weight: bold;
    text-align: center;
    width: auto !important;
    font-size: 1.2em;
}

.form-user #register-element input {
    font-size: 1em;
}