/* FROM FRONT PROJECT (https://git.cross-systems.ch/Somfy/b2b-front)*/

/* Override forms */
.wFormHeader{
    display: none;
}
.wFormContainer .wFormHeader {
    height: 1.5rem;
    background-size: contain;
    background-position: left center;
    background-color: white;
    padding: 30px 10px;
    background-size: 100px;
}

.wFormContainer{
    background:#f8f7f5;
    max-width: 100%;
    margin: auto;
    width: 100%;
    background: #f8f7f5;
}

.wFormContainer .wForm {
    display: block;
    padding: 0;
    border-radius: 0;
    background-color: #f8f7f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.wFormContainer .wForm .wFormTitle {
    padding: 70px 35px 35px 35px !important;
    margin: 0px !important;
    font-size: 1.6em;
    background-color: transparent;
    background: transparent;
    color: #1A1B1C !important;
    font-weight: normal;
    border: none;
    font-family: 'SomfySans-ExtraLight', sans-serif;
    font-size:48px;
    text-align: center;
}


.wFormContainer .wForm #wfTabNav, .wFormContainer .wForm form {
    margin: 0 3rem 1.6em 3rem;
    background: #fff;
    padding: 40px 20px;
}

.wFormContainer .label.preField {
    line-height: 1.5rem;
    color:#767677;
    font-family: 'SomfySans-Light', sans-serif;
    font-size:16px;
}

.wFormContainer .inputWrapper input[type="text"], .wFormContainer .inputWrapper input[type="password"] {
    width:100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size:18px;
    color:#3C4F64;
    font-family: 'SomfySans-Light', sans-serif;
}

.wFormContainer .wForm .inputWrapper {
    vertical-align: initial;
    width: 100%;
}

.wFormContainer .inputWrapper textarea, .wFormContainer .inputWrapper input, .wFormContainer .inputWrapper select {
    border-width: 1px!important;
    border-style: solid;
    border-radius: 0.25em;
    border-color: #bbb;
    color: #000;
    height: 2.5em;
    box-sizing: border-box;
    font-size: 18px;
    padding: 13px 20px;
    height: initial;
}


.wForm label *, .wForm .label * {
    vertical-align: top;
    color: #767677;
    font-family: 'SomfySans-Light', sans-serif;
    font-size:16px;
    display: inline;
}





.choices input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.choices label {
    position: relative;
    cursor: pointer;
}

.choices label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #3C4F64;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top:1px;
}

.choices input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 6px;
    height: 9px;
    border: solid #fcb427;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-sizing: border-box;
}



.primaryAction,
.wFormContainer input[type="submit"]:disabled{
    border-radius:4px;
    background:#FCAC22;
    color:#fff;
    font-size:18px;
    font-family: 'SomfySans-Light', sans-serif;
    font-weight:100;
    width:200px;
    height:50px;
}

.wFormContainer .wForm .actions, .wFormContainer .wForm form .wfPagingButtons{
    text-align:center;
}

.g-recaptcha > div{
    margin:auto!important;
}



.wForm form .oneChoice label, .wForm form .oneChoice .label{
    padding: 0 0px;
    color: #767677;
    font-family: 'SomfySans-Light', sans-serif;
    font-size:16px;
}

.wFormContainer .wForm .secondaryAction, .wFormContainer .wForm .primaryAction, .wFormContainer .wForm .wfPageNextButton, .wFormContainer .wForm .wfPagePreviousButton{
    font-family: 'SomfySans-Light', sans-serif;
    font-size:16px;
}