/*------------------------------------*\
    FORM
\*------------------------------------*/
form {
    background-position:0% 0%;
    background-repeat:repeat;
    background-size:cover;
    background-color:#fff;
    width:460px;
    height:460px;
    padding:230px 50px 37px 60px;
}

/*------------------------------------*\
    FONT
\*------------------------------------*/
.label label,
.field .block,
.field .list,
.choose .list,
.button span,
.info p {
    font-family:Helvetica, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
}

/*------------------------------------*\
    CONTAINER OFFSET
\*------------------------------------*/
/* [ label|input group offset ] */
[data-editable="custom"] {
    padding:10px 20px;
}

/*------------------------------------*\
    LABEL
\*------------------------------------*/
.label label {
    font-size:18px;
    color:#9f9f9f;
    line-height:normal;
}

/* [ Label label-position-left|right ratio ] */
.label-position-left .label,
.label-position-right .label {
    width:40%;
}

.label-position-left .box,
.label-position-right .box {
    width:60%;
}

/*------------------------------------*\
    BORDER - input, select list, select placeholder
\*------------------------------------*/
/* Only border|border-radius */
.field .border {
    border-width:0px 0px 1px 0px;
    border-style:solid;
    border-color:#cdcdcd;
}

/*------------------------------------*\
    INPUT/PLACEHOLDER
\*------------------------------------*/
/* [ Input|select placeholder ] */
.field .block {
    font-size:18px;
    font-family:Helvetica, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    color:#373737;
    background-color:#fff;
}

/* [ Input|select|textarea|label padding ] */
.field .padding {
    padding-top:8px;
    padding-right:9px;
    padding-bottom:8px;
    padding-left:9px;
}

.label-position-left .label,
.label-position-right .label {
    padding-top:8px;
}

/* [ Nativ placeholder ] */
.field .placeholder.like-placeholder {
    font-size:18px;
    font-weight:normal;
    color:#9f9f9f;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size:18px;
    font-weight:normal;
    color:#9f9f9f;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-size:18px;
    font-weight:normal;
    color:#9f9f9f;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size:18px;
    font-weight:normal;
    color:#9f9f9f;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size:18px;
    font-weight:normal;
    color:#9f9f9f;
}

/*------------------------------------*\
    DROPDOWN SELECT LIST
\*------------------------------------*/
/* [ List block - that same padding like .field .block ] */
.list-item label {
    padding-left:9px;
    padding-right:9px;
}

/* [ Drop List::select|phone ] */
.field .list {
    font-size:18px;
    line-height:1.4;
    color:#262626;
    background-color:#fff;
}

/* [ Drop list text background::select|phone ] */
/* [ Hover text background|color - :hover and .hover add two times -> editor required] */
.field .list .list-item:hover .item-label {
    color:#00afec;
}

.field .list .list-item .item-label.hover {
    color:#00afec;
}

/* [ Selected text background|color ] */
.field .list-item .item-label.selected,
.field .list-item input:checked + .item-label {
    color:#00afec;
}

/*------------------------------------*\
    RADIO/CHECKBOX
\*------------------------------------*/
/* [ Radio|Checkbox text style ] */
.choose .list {
    font-size:18px;
    color:#262626;
    line-height:1.4;
}

/* [ Item background - background on text in <li> ] */
/* :hover and .hover add two times -> editor required */
.choose .list .list-item:hover .item-label {
    color:#00afec;
}

.choose .list .list-item .item-label.hover {
    color:#00afec;
}

/* [ Selected ] */
.choose .list-item .item-label.selected,
.choose .list-item input:checked + .item-label {
    color:#00afec;
}

/*------------------------------------*\
    BUTTON
\*------------------------------------*/
.button {
    height:52px;
    background:#ed0000;
    border-width:0px 0px 0px 0px;
    border-style:solid;
    border-radius:52px;
}

.button span {
    font-size:24px;
    font-family:Helvetica, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    color:#fff;
}

/* :hover and .hover add two times -> editor required */
.button:hover {
    background-color:#ff5151;
}

.button.hover {
    background-color:#ff5151;
}

/*------------------------------------*\
    FIELD ICO
\*------------------------------------*/
.field-icon .field-icon-sign::after {
    padding-right:9px;
}

.field-icon.select.open .field-icon-sign::after {
    padding-left:9px;
    padding-right:0;
}

/*------------------------------------*\
    INFORMATION TEXT
\*------------------------------------*/
.info p {
    font-size:12px;
    font-style:normal;
    font-weight:normal;
    color:#010101;
    line-height:normal;
}
