/*------------------------------------*\
    FORM
\*------------------------------------*/
form {
    background-image:url('img/120_01.jpg');
    background-position:0% 0%;
    background-repeat:no-repeat;
    background-size:contain;
    background-color:#050403;
    width:460px;
    height:460px;
    padding:217px 33px 42px 37px;
}
/*------------------------------------*\
    FONT
\*------------------------------------*/
.label label,
.field .block,
.field .list,
.choose .list,
.button span,
.info p {
    font-family:'Roboto', sans-serif;
}
/*------------------------------------*\
    CONTAINER OFFSET
\*------------------------------------*/
/* [ label|input group offset ] */
[data-editable="custom"] {
    padding:11px 3px;
}
/*------------------------------------*\
    LABEL
\*------------------------------------*/
.label label {
    font-size:18px;
    color:#7e7e7e;
    line-height: 400;
}
/* [ 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: none;
}
/*------------------------------------*\
    INPUT/PLACEHOLDER
\*------------------------------------*/
/* [ Input|select placeholder ] */
.field .block {
    font-size:18px;
    font-weight: 400;
    font-family:'Roboto', sans-serif;
    color:#7e7e7e;
    background-color: transparent;
    border-bottom:1px solid #ffffff;
}
/* [ Input|select|textarea|label padding ] */
.field .padding {
    padding-top:11px;
    padding-right:3px;
    padding-bottom:11px;
    padding-left:3px;
}
.label-position-left .label,
.label-position-right .label {
    padding-top:11px;
}
/* [ Nativ placeholder ] */
.field .placeholder.like-placeholder {
    font-size:18px;
    font-weight:400;
    color:#97a0a6;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size:18px;
    font-weight:400;
    color:#7e7e7e;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    font-size:18px;
    font-weight:400;
    color:#7e7e7e;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size:18px;
    font-weight:400;
    color:#7e7e7e;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size:18px;
    font-weight:400;
    color:#7e7e7e;
}
/*------------------------------------*\
    DROPDOWN SELECT LIST
\*------------------------------------*/
/* [ List block - that same padding like .field .block ] */
.list-item label {
    padding-left:3px;
    padding-right:3px;
}
/* [ Drop List::select|phone ] */
.field .list {
    font-size:18px;
    font-weight: 400;
    line-height:1.4;
    color:#7e7e7e;
    background-color:#000000;
}
/* [ Drop list text background::select|phone ] */
.field .list .list-item .item-label {
    /**/
}
/* [ Hover text background|color - :hover and .hover add two times -> editor required] */
.field .list .list-item:hover .item-label {
    color:#ffffff;
}
.field .list .list-item .item-label.hover {
    color:#ffffff;
}
/* [ Selected text background|color ] */
.field .list-item .item-label.selected,
.field .list-item input:checked + .item-label {
    color:#ffffff;
}
/*------------------------------------*\
    RADIO/CHECKBOX
\*------------------------------------*/
/* [ Radio|Checkbox text style ] */
.choose .list {
    font-size:18px;
    font-weight: 400;
    color:#7e7e7e;
    line-height:1.4;
}
/* [ Item background - background on text in <li> ] */
.choose .list .list-item .item-label {
    /**/
}
/* :hover and .hover add two times -> editor required */
.choose .list .list-item:hover .item-label {
    color:#ffffff;
}
.choose .list .list-item .item-label.hover {
    color:#ffffff;
}
/* [ Selected ] */
.choose .list-item .item-label.selected,
.choose .list-item input:checked + .item-label {
    color:#ffffff;
}
/*------------------------------------*\
    BUTTON
\*------------------------------------*/
.button {
    height:45px;
    background: #530390;
    border: none;
}
.button span {
    font-size:20px;
    font-weight: 700;
    font-family:'Roboto', sans-serif;
    color:#fff;
}
/* :hover and .hover add two times -> editor required */
.button:hover {
    background-color:#ffffff;
    color: #530390;
}
.button.hover {
    background-color:#ffffff;
    color: #530390;
}
/*------------------------------------*\
    FIELD ICO
\*------------------------------------*/
.field-icon .field-icon-sign::after {
    padding-right:3px;
}
.field-icon.select.open .field-icon-sign::after {
    padding-left:3px;
    padding-right:0;
}
/*------------------------------------*\
    INFORMATION TEXT
\*------------------------------------*/
.info p {
    font-family:'Roboto', sans-serif;
    font-size:13px;
    font-style: 400;
    color:#cb00f7;
    line-height:normal;
}
