html, body, #wrapper {
    height:100%;
    padding:0px;
}
/**
 * Wrapper.
 */
#wrapper {
    padding: 20px 40px;
    position:relative;
    box-shadow:none;
    box-sizing: border-box;
}
h1 {
    font-family: 'Eina 03 Semi Bold', Arial, Helvetica, sans-serif;
    margin-top:0px;
    color:#000;
}

/**
 * Form.
 */

label {
    padding-bottom: 2px;
    color:#000;
    line-height: 16px;
}
.button {
    margin-top:40px;
    float:left;
    width:320px;
}
.field {
    position: relative;
}
.field svg {
    position: absolute;
    width:24px;
    height:24px;
    top:35px;
    left:10px;
    z-index: 1000;
}
.field svg * {
    fill:#433894;
}
.field input[type=text], .field input[type=email] {
    padding-left:40px;
}
/**
 * Opt-in.
 */
#opt-in {
    position: relative;
    margin-bottom: 0px;
    margin-top: 10px;
    width:100%;
}

.ui.checkbox label:before {
    width:33px;
    height:33px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    -moz-box-shadow:    inset 0px 2px 5px 0px rgb(0 0 0 / 6%);
    -webkit-box-shadow: inset 0px 2px 5px 0px rgb(0 0 0 / 6%);
    box-shadow:         inset 0px 2px 5px 0px rgb(0 0 0 / 6%);
}

.ui.checkbox label:hover::before {
    background: #F7F7F7;
    border: 1px solid #EFE6DC;
    -moz-box-shadow:    inset 0px 2px 5px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: inset 0px 2px 5px 0px rgb(0 0 0 / 10%);
    box-shadow:         inset 0px 2px 5px 0px rgb(0 0 0 / 10%);
}

.ui.checkbox input:checked~label:after {
    font-size: 15px;
    width: 21px;
    height: 21px;
    padding: 3px;
    border-radius: 2px;
    background-color: white;
    border: none;
    color: black!important;
    box-sizing: border-box;
    top: 4px;
    left: 7px;
}

#label-single-opt-in {
    vertical-align: top;
    font-size: 12px;
    line-height: 19px;
    position: relative;
    left: 0px;
    width: 90%;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor:pointer;
    padding-left: 50px;
}

.button-wrap {
    overflow: auto;
    margin-top: 58px;
    margin-bottom: 50px;
}

/**
 * Parsley.
 */
.parsley-error {
    border: 1px solid #f00 !important;
}

.parsley-errors-list {
    color: #f00;
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 5px 0 10px 0;
}

.mobile-confirmation {
    position: absolute;
    bottom:170px;
    left: 20px;
    display: none;
}
.mobile-confirmation .button {
    width:93%;
}
.ui.checkbox label:before {
    background:white;
    box-shadow: none;
    border-radius: 8px;
    border-color:#000 !important;
}
.ui.checkbox:hover label:before {
    background:white;
    box-shadow: none;
    border-radius: 8px;
    border-color:black;
}
.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before, .ui.checkbox input:hover:before {
    background-color:white;
    border:1px solid black;
    border-radius: 8px;
}
#label-single-opt-in {
    border-radius: 8px;
}

.ui.checkbox input:checked:focus~.box:before, .ui.checkbox input:checked:focus~label:before, .ui.checkbox input:not([type=radio]):indeterminate:focus~.box:before, .ui.checkbox input:not([type=radio]):indeterminate:focus~label:before {
    box-shadow: none;
    border:1px solid black;
    background-color:white;
}