
.signUp-page form .input-group input.has-error {
    border-color: #a94442;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);

}
.signUp-page form .input-group input.has-error:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}

.logo-registration {
    width: 70%;
    margin:0 auto;
    padding:30px 0px;
}

a.btn.button-custom-orange {
    width: 36%;
    margin-top: 20px;
}

.sign-up-form-wrapper legend {
    width: auto;
    color: #F7931E;
    font-size: 14px;
    font-weight: bold;
    margin: -15px;
    padding-top: 15px;
}

.signUp-page .agreement-checkbox input[type="checkbox"] {
    color: #a8a8a8;
    font-size:12px;
}

.signUp-page .agreement-checkbox label {
    position: relative;
    font-size: 12px;
    color: #a8a8a8;
    cursor: pointer;
    padding-left: 22px;
    margin: 30px 0 35px;
    transition: all 0.1s ease-in-out;
}

.signUp-page .agreement-checkbox label:before {
    border: 2px solid #a8a8a8;
}


.signUp-page .agreement-checkbox label:before {
    content: '';
    width: 24px;
    height: 24px;
    line-height: 10px;
    border-radius: 2px;
    border: 2px solid #a8a8a8;
    font-size: 8px;
    text-align: center;
    position: absolute;
    left: -8px;
    top: 6px;
    transition: all 0.1s ease-in-out;
}

.signUp-page .agreement-checkbox input[type="checkbox"]:checked + label:before {
    /* content: ""; */
    font-family: 'font-awesome';
    background: #a8a8a8;
    color: #fff;
    border-color: #a8a8a8;
}

.signUp-page .agreement-checkbox input[type="checkbox"]:checked + label {
    color: #a8a8a8;
}

button.btn.button-custom-orange {
    position: absolute;
    top: 30%;
    width: 80%;
    padding: 5px 0;
    border-radius: 12px;
}

.signUp-page form .input-group input {
    width: 100%;
    border: 2px solid #29abe2;
    background: #fff;
    height: 52px;
    font-size: 14px;
    color: #29abe2;
    position: relative;
    padding: 0 20px;
    border-radius: 18px;
}

.signUp-page form ::placeholder {font-size:20px; color: #717070;opacity: 1; margin:0px;padding: 0px;/* Firefox */}
.signUp-page form :-ms-input-placeholder {color: #717070; margin:0px;padding: 0px;}
.signUp-page form ::-ms-input-placeholder {color: #717070; margin:0px;padding: 0px;}
.signUp-page form .input-group {position: relative;z-index: 1; /*margin-bottom: 35px;*/ margin-bottom: 15px;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #29abe2;
    -webkit-box-shadow: transparent;
    font-size: 20px;
    transition: background-color 5000s ease-in-out 0s;
}