.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    display: none;
    font-size: 4px;
    position: absolute;
    top: 5px;
    right: 32px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

#slides-form-desktop-default .step-container {
    /*height: 320px;*/
    padding-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-bottom: none;
}

#slides-form-desktop-default .step-title {
    position: relative;
    text-transform: uppercase;
    font-size: 21px;
    margin: 20px 0;
}

#slides-form-desktop-default .previous {
    float: left;
    width: 34%;
    height: 40px;
    padding: 10px;
    line-height: 17px;
    cursor: pointer;
    text-align: center;
}

#slides-form-desktop-default .next {
    border-radius: 0;
    float: right;
    width: 66%;
    padding: 10px;
    line-height: 17px;
    cursor: pointer;
    text-align: center;
}

#slides-form-desktop-default .next .ss-icon {
    margin-left: 10px;
}

#slides-form-desktop-default .previous .ss-icon {
    margin-right: 10px;
}

.previous,
.next {
    position: relative;
    max-height: 40px;
}

.previous span,
.next span {
    font-size: 18px;
}

.previous.disabled i,
.previous.disabled span {
    display: none;
}

.progression {
    padding-top: 20px;
    text-align: center;
    font-size: 21px;
}

.progression i {
    margin: 0 7px;
}

#slides-form-desktop-default .content {
    margin: 0 !important;
    text-align: center;
}

/* GENDER */
.item-gender {
    display: inline-block;
}

.item-gender .tag {
    box-sizing: initial;
    height: 80px;
    width: 116px !important;
    padding: 0;
    border-radius: 58px;
    cursor: pointer;
    border-width: 2px !important;
    padding-top: 34px;
}

.item-gender p {
    margin-top: 10px;
    font-size: 18px;
}

.item-gender .icons-genders {
    height: 70px;
    width: 70px;
    background-size: 70px auto;
    margin: -13px auto auto;
    opacity: 0.4;
}

.item-gender:hover .icons-genders {
    opacity: 0.5;
}

.item-gender.selected .icons-genders {
    opacity: 1;
}

.channel,
.born-date,
.email,
.displayname {
    display: none;
}

/* BORN DATE */
#slides-form-desktop-default .born-date input {
    height: 50px;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
}

.cgu-box {
    display: block;
}

#registration-borndate-error,
#registration-email-error,
#registration-email-suggestion-error,
#login-input-error,
#registration-cgu-error,
#registration-data-error {
    width: 88%;
    margin: 10px auto auto;
    padding: 5px;
}

#email-input-bis-container {
    margin-top: 10px;
}

#registration-jj,
#registration-mm {
    width: 120px;
}

#registration-aa {
    width: 160px;
}

#registration-mm,
#registration-aa {
    margin-left: 5px;
}

/* EMAIL */
.content.email input[type="text"],
.content.displayname input[type="text"] {
    height: 50px;
    width: 90%;
    font-size: 19px !important;
    line-height: 30px !important;
}

/* CHANNEL */
#slides-form-desktop-default .channel .items {
    height: 100px;
    padding-top: 20px;
}

#slides-form-desktop-default .channel .item-channel {
    display:inline-block;
    height: 50px;
    margin: 0px -1px;
    padding-top: 26px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
 }

#slides-form-desktop-default .channel .item-channel:hover {
    opacity: 0.5;
}

#slides-form-desktop-default .channel .item-channel.selected {
    opacity: 1;
}


#slides-form-desktop-default .channel .item-channel.short {
    width: 130px;
}

#slides-form-desktop-default .channel .item-channel.long {
    width: 180px;
}

/* DISPLAYNAME */
.displayname .header p {
    width: 400px;
    text-align: left;
    padding: 0 10px;
}

.displayname .header label {
    max-width: 370px;
    display: inline-block;
    margin-left: 20px;
    text-align: left;
}

.displayname .header input {
    position: absolute;
    top: 3px;
}

.form-part .default-box .header,
.form-part .default-box .button {
    box-sizing: border-box;
}

.form-part .title {
    width: 464px;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
}

.form-part .title .follow-profile {
    display: none;
    width: 100%;
    height: 100px;
    padding: 6px;
    font-size: 12px;
}

.form-part .title .follow-profile img {
    float: left;
}

.form-part .title .follow-profile .right-part {
    float: left;
    height: 78px;
    width: 332px;
    padding: 10px;
    line-height: 12px;
    border-radius: 0;
    text-align: left;
}

.form-part .title .follow-profile .wanted {
    font-size: 15px;
    text-overflow: ellipsis;
}

.form-part .title .follow-profile .info {
    margin-top: 10px;
}

.form-part .title .follow-profile .location {
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
}

.form-part .title .follow-profile .register {
    margin-top: 12px;
}

.form-part .facebook-form {
    position: relative;
    height: 90px !important;
}

.form-part .facebook-form .fb-title {
    display: inline-block;
    margin: auto;
    text-align: center;
    font-size: 18px;
    width: 222px;
    vertical-align: middle;
    overflow: visible;
    word-wrap: break-word;
}

.form-part .facebook-form .fb-button-container {
    display: inline-block;
    width: 350px !important;
    vertical-align: middle;
}

.form-part .facebook-form .other {
    position: absolute;
    width: 44px;
    height: 44px;
    bottom: -22px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    line-height: 44px;
    font-size: 16px;
    border-radius: 22px;
    text-transform: uppercase;
    z-index: 99;
    text-align: center;
}

.form-part .facebook-form a.fb_connect{
    display: block;
    width: 360px;
    padding: 0;
    margin: 0;
    margin: auto;
    font-size: 18px;
    line-height: 15px;
    float: none;
    border-radius: 2px;
    background: url('/img/home/video_mozaic/facebook.png') no-repeat scroll 8px center #44609F;
}

.form-part .facebook-form a.fb_connect span.wrapper span {
    font-weight: bold;
}

.form-part .facebook-form a.fb_connect span.wrapper {
    display: inline-block;
    height: 42px;
    padding-left: 60px;
    margin-top: 12px;
    max-width: 350px !important;
    text-align: center;
}

.mandatory-item {
    position: absolute;
    top: 0;
    margin-left: 5px;
    font-size: 12px;
}

.mandatory-fields {
    text-align: left;
    margin-top: 20px;
    margin-left: 20px;
}

.data-container {
    margin-left: 15px;
}