#container_register {
    text-align: left;
    top: 0;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    font-family: "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
}

#placeholderContReg {
    height: 867px;
}


/** fonts used for the icons **/

@font-face {
    font-family: 'FontomasCustomRegular';
    src: url('fonts/fontomas-webfont.eot');
    src: url('fonts/fontomas-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fontomas-webfont.woff') format('woff'), url('fonts/fontomas-webfont.ttf') format('truetype'), url('fonts/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FranchiseRegular';
    src: url('fonts/franchise-bold-webfont.eot');
    src: url('fonts/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/franchise-bold-webfont.woff') format('woff'), url('fonts/franchise-bold-webfont.ttf') format('truetype'), url('fonts/franchise-bold-webfont.svg#FranchiseRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a.hiddenanchor {
    display: none;
}


/** The wrapper-register that will contain our two forms **/

.wrapper-register {
    /*
    top: 180px;
    min-height: 560px;
    height: 779px;
    width: 100%;
*/
    transition: all 1s;
    /*    margin: 0 25%;*/
}




/**** general text styling ****/

.wrapper-register a {
    color: rgb(95, 155, 198);
    text-decoration: underline;
}

.wrapper-register h1 {
    font-size: 30px;
    color: rgb(6, 106, 117);
    font-family: 'FranchiseRegular', 'Arial Narrow', Arial, sans-serif !important;
    font-weight: bold;
    text-align: center;
    padding-right: 18px;
}


/** For the moment only webkit supports the background-clip:text; */

.wrapper-register h1 {
    background: -webkit-repeating-linear-gradient(-45deg, rgb(18, 83, 93), rgb(18, 83, 93) 20px, rgb(64, 111, 118) 20px, rgb(64, 111, 118) 40px, rgb(18, 83, 93) 40px);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.wrapper-register h1:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background: -moz-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(147, 184, 189, 0)), color-stop(20%, rgba(147, 184, 189, 0.8)), color-stop(53%, rgba(147, 184, 189, 1)), color-stop(79%, rgba(147, 184, 189, 0.8)), color-stop(100%, rgba(147, 184, 189, 0)));
    background: -webkit-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
    background: -o-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
    background: -ms-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
    background: linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
}

.wrapper-register p {
    margin-top: 15px;
}


/*
.wrapper-register p:first-child {
    margin: 0px;
}
*/


#feedbackForm label.error {
    color: red !important;
    font-size: 14px;
/*    position: absolute;*/
}

#feedbackForm .error {
    border-color: red!important;
}

#feedbackForm+.tooltip>.tooltip-inner {
    background-color: #73AD21;
    color: #FFFFFF;
    border: 1px solid green;
    padding: 15px;
    font-size: 20px;
}

.wrapper-register .register-labels {
    color: rgb(64, 92, 96);
    position: relative;
    margin: 0px;
}

.wrapper-register label.error {
    color: red !important;
    font-size: 14px;
    position: absolute;
}

.register-inputs.error {
    border-color: red!important;
}

.register-inputs+.tooltip>.tooltip-inner {
    background-color: #73AD21;
    color: #FFFFFF;
    border: 1px solid green;
    padding: 15px;
    font-size: 20px;
}


/* Tooltip on top */

error tooltip fade bottom in #feedbackForm+.tooltip.top>.tooltip-arrow {
    border-top: 5px solid green;
}

error tooltip fade bottom in .register-inputs+.tooltip.top>.tooltip-arrow {
    border-top: 5px solid green;
}


/* Tooltip on bottom */

.register-inputs+.tooltip.bottom>.tooltip-arrow {
    border-bottom: 5px solid blue;
}
#feedbackForm+.tooltip.bottom>.tooltip-arrow {
    border-bottom: 5px solid blue;
}


/* Tooltip on left */

.register-inputs+.tooltip.left>.tooltip-arrow {
    border-left: 5px solid red;
}
#feedbackForm+.tooltip.left>.tooltip-arrow {
    border-left: 5px solid red;
}


/* Tooltip on right */

.register-inputs+.tooltip.right>.tooltip-arrow {
    border-right: 5px solid black;
}
#feedbackForm+.tooltip.right>.tooltip-arrow {
    border-right: 5px solid black;
}


/**** advanced input styling ****/


/* Tooltip on custom error */

.wrapper-register label.tooltip-inner {
    color: #333 !important;
    font-size: 12px;
    z-index: 99999;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background-color: rgba(255, 214, 214, 0);
    border: 1px solid red;
    max-width: 100%!important;
    margin-top: 4px;
    border-radius: 3px!important;
    padding: 0 8px;
}
.wrapper-register label.tooltip-inner::before{
    content: '';
    width: 0;
    height: 0;
    top: -11px;
    left: 43px;
    position: absolute;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid red;
}
#feedbackForm label.tooltip-inner {
    color: white !important;
    font-size: 12px;
    z-index: 99999;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #ff0000;
    max-width: 100%!important;
    margin-top: 4px;
    border-radius: 3px!important;
    padding: 0 8px;
    position: relative;
    margin-top: 10px;
}
#feedbackForm label.tooltip-inner::before{
    content: '';
    width: 0;
    height: 0;
    top: -11px;
    left: 43px;
    position: absolute;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ff0000;
}


/* placeholder */

.wrapper-register .register-inputs:not([type="checkbox"])::-webkit-input-placeholder {
    color: #bebebe!important;
}

.wrapper-register .register-inputs:not([type="checkbox"]):-moz-placeholder {
    /* Firefox 18- */
    color: #bebebe!important;
}

.wrapper-register .register-inputs:not([type="checkbox"])::-moz-placeholder {
    /* Firefox 19+ */
    color: #bebebe!important;
}

.wrapper-register .register-inputs:not([type="checkbox"]):-ms-input-placeholder {
    color: #bebebe!important;
}

#feedbackForm .register-inputs:not([type="checkbox"])::-webkit-input-placeholder {
    color: #bebebe!important;
}

#feedbackForm .register-inputs:not([type="checkbox"]):-moz-placeholder {
    /* Firefox 18- */
    color: #bebebe!important;
}

#feedbackForm .register-inputs:not([type="checkbox"])::-moz-placeholder {
    /* Firefox 19+ */
    color: #bebebe!important;
}

#feedbackForm .register-inputs:not([type="checkbox"]):-ms-input-placeholder {
    color: #bebebe!important;
}


/* all the input except submit and checkbox */

.wrapper-register .register-inputs {
    transition: all 1s;
    /*
    width: 95%;
    height: 0.75em;
    margin-top: 4px;
*/
    padding: 10px 5px 10px 32px;
    /*
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
*/
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #F7882F;
    background-color: rgba(0, 0, 0, 0.0375)
}

.wrapper-register #password.register-inputs {
    padding-right: 41px;
}


/*
.wrapper-register .register-inputs:active,
.wrapper-register .register-inputs:focus {
    background: rgba(238, 236, 240, 0.2);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
    -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
    box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
    background-color: rgb(255, 255, 255)!important;
    border-color: #0080ff;
}
*/


/** the magic icon trick ! **/

[data-icon]:after {
    font-family: 'FontomasCustomRegular' !important;
    content: attr(data-icon);
}

[data-icon-fa]:after {
    font-family: 'FontAwesome' !important;
    content: attr(data-icon-fa);
}

[data-icon]:after,
[data-icon-fa]:after {
    color: rgb(106, 159, 171);
    position: absolute;
    left: 10px;
    top: 132%;
    width: 30px;
}

#register {
    /*    position: absolute;*/
    /*    top: 100px;   when using registerHeader*/
    top: 0px;
    width: 100%;
    padding: 18px 6% 0px 6%;
    margin: 0 0 35px 0;
    /*
    background: rgb(247, 247, 247);
    border: 1px solid rgba(147, 184, 189, 0.8);
    -webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    -webkit-box-shadow: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
*/
    /*when using registerHeader*/
    /*border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    */
}

#registerHeader {
    position: absolute;
    top: -30px;
    width: 100%;
    height: 131px;
    padding: 18px 6% 0px 6%;
    margin: 0 0 35px 0;
    background: rgb(32, 181, 167);
    border: 1px solid rgba(147, 184, 189, 0.8);
    -webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(31, 180, 166, 0.49) inset;
    -webkit-box-shadow: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#register,
#registerHeader {
    z-index: 21;
    opacity: 0;
}


/*#toregister:target ~ */

.wrapper-register #register,
.wrapper-register #registerHeader {
    z-index: 22;
    -webkit-animation-delay: .5s;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-delay: .5s;
    -moz-animation-timing-function: ease-in;
    -o-animation-delay: .5s;
    -o-animation-timing-function: ease-in;
    -ms-animation-delay: .5s;
    -ms-animation-timing-function: ease-in;
    animation-delay: .5s;
    animation-timing-function: ease-in;
    -webkit-animation-name: scaleIn;
    -moz-animation-name: scaleIn;
    -ms-animation-name: scaleIn;
    -o-animation-name: scaleIn;
    animation-name: scaleIn;
}

.wrapper-register #registerHeader {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-name: fadeInUpBigC;
    -moz-animation-name: fadeInUpBigC;
    -ms-animation-name: fadeInUpBigC;
    -o-animation-name: fadeInUpBigC;
    animation-name: fadeInUpBigC;
}


/** the actual animation, credit where due : http://daneden.me/animate/ ***/

.animate {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.5s;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 0.5s;
    -o-animation-fill-mode: both;
    -ms-animation-duration: 0.5s;
    -ms-animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.layover {
    top: 180px;
    min-height: 560px;
    height: 779px;
    width: 50%;
    position: absolute;
    transition: all 1s;
    margin: 0 25%;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}