
.user_form {

}

.user_form span.req {
    color: red;
}

.user_form .field {
    margin: 3px 0;
}

.field-captcha {

}

.field-captcha:after {
    clear: both;
    content: ' ';
}

.field-captcha label {
    display: block !important;
    float: left;
    margin-top: 75px;
}

.captcha-wrap {
    float: left;
    width: 300px;
}

.captcha-wrap a {

}

.user_form_profile_block {
    margin: 20px 0 0 0;
}

.user_form label {
    display: inline-block;
    width: 350px;
}

.user_form select {
    width: 300px;
}

.user_form input[type=text],
.user_form input[type=number],
.user_form input[type=date],
.user_form input[type=email],
.user_form input[type=password] {
    width: 180px;
    border: 1px solid #cccccc;
}

.user_form select[name="feder"],
.user_form select[name="sex"],
.user_form input[type="date"] {
    width: 180px;
}

.user_form_buttons {
    margin: 10px 0;
    text-align: center;
}

.user_form input.error_input {
    color: red
}

.user_form input:read-only:not(input[type="submit"], input[type="file"]) {
    opacity: 0.6;
}

.pic-field-preview {
    margin: 5px 0 5px 355px;
}

.pic-field-preview img {
    display: block;
    width: 270px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.field-born-controls input[type="text"] {
    width: 40px;
}

.field-born-controls select {
    width: 86px;
    text-transform: lowercase;
}

#born_message {
    display: none;
    margin-left: 9px;
}

#team_id_new {
    display: none;
    margin: 3px 0 1px 350px;
}

#team_id_new.active {
    display: inline-block;
}

.last_address_value_control {
    position: absolute;
    top: 0;
    margin: 0 0 0 5px;
}

.field-terms {
    user-select: none;
    margin: 10px 0 5px 0;
}

.field-terms.red {
    color: #c51423
}

.field-terms label {
    width: 100%;
    user-select: none;
}

.field .hint {
    padding: 0 0 0 353px;
    color: grey;
}

.field-myTeam {
}

.field-myTeam input[type="text"] {
    width: 390px;
}
