.form-type-1 {
    position: absolute;
    top: 125px;
    right: 50px;
    font-size: 14px;
    width: 345px;
    max-width: 345px;
    background: rgba(255, 255, 255, .9);
    z-index: 999;
    -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.9);
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.9);
    /*overflow: hidden;*/
}

.form-type-2 {
    position: absolute;
    top: 130px;
    right: 0px;
    font-size: 14px;
    width: 450px;
    max-width: 450px;
    z-index: 999;

    overflow: hidden;
}

.form-head {
    font-size: 24px;
    text-shadow: 1px 1px 0 #000;
    background: #fe6be3;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 17px 0;
    font-size: 24px;
}

.form-head-2 {
    font-size: 24px;
    text-shadow: 1px 1px 0 #000;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 17px 0;
    font-size: 24px;
    text-align: left;
    font-size: 40px;
    font-weight: bold;
}

.form-head-2 .form-head-text {
    font-size: 40px;
    font-weight: bold;
}

.form-head-2 .form-sub-head-text {
    font-size: 28px;
    font-weight: normal;
}

.form-head-2 span {
    display: block;
    /*font-size: 28px;*/
    /*font-weight: normal;*/
}

.form-body {
    padding: 30px;
}

.form-body-2 {
    padding: 30px;
    background: rgba(255, 255, 255, .6);
    -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.9);
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.9);
}

.form-text {
    text-align: center;
    margin-bottom: 30px;
}

.form-input {
    overflow: hidden;
    height: 40px;
    position: relative;
}

.form-input-big {
    height: 110px;
}

.form-input-2 {
    overflow: hidden;
    position: relative;
    height: 60px;
}

.form-input label {
    float: left;
    font-weight: 400;
}

.form-input input, .form-input select, .form-icon-input {
    float: right;
    height: 20px;
    line-height: 18px;
    border: 1px solid #000;
    padding: 0 5px;
    width: 56.2%;
    overflow: hidden;
    /*-webkit-appearance: none;*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}

.form-input-2 select, .form-input-2 input {
    float: left;
    height: 44px;
    border: 1px solid #000;
    padding-left: 5px;
    width: 212px;
    overflow: hidden;
}

.form-input-full-width {
    float: none;
    width: 100%;
    margin-bottom: 15px;
}

.form-input-full-width .form-icon {
    line-height: 88px;
    height: 88px;
    width: 88px;
    font-size: 40px;
    margin-right: 10px;
    border: 1px solid #000;
}

.form-icon-input {
    height: auto;
    border: none;
    padding: 0;
}

.form-icon {
    float: left;
    width: 40px;
    font-size: 18px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    border: 1px solid #000;
    border-right: none;
}

.form-icon-2 {
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    border: 1px solid #000;
    border-right: none;
    background: #fff;
}

.form-icon-3 {
    float: left;
    width: 50px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    border: 1px solid #000;
    margin-right: 3px;
    font-size: 14px;
    line-height: 28px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.form-icon-3:last-child {
    margin-right: 0;
}

.form-icon.form-icon-3.active {
    background: #fe6be3;
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}

.form-icon-text {
    float: left;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    border: 1px solid #000;
    border-right: none;
    background: #fff;

    width: 80px;
}

.form-icon-text.active {
    background: #fe6be3;
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}

.form-icon:last-child {
    border-right: 1px solid #000;
    margin-right: 0;
}

.form-icon-text-last-child {
    border-right: 1px solid #000;
}

.form-icon.active {
    color: #fd8de2;
}

.form-icon-text.active {
    color: #fff;
}

.form-onlines-count {
    text-align: right;
}

.form-submit-btn {
    overflow: hidden;
}

#register1 .form-submit-btn input, #register1-footer .form-submit-btn input, .volgende, .vorige, .agree-btn {
    cursor: pointer;
    text-shadow: 1px 1px 0 #000;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    height: 44px !important;
    line-height: 44px;
    color: #fff;
    -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.4);
    background-color: #fd8de2;
    background-color: -moz-linear-gradient(top, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
    background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd8de2), color-stop(30%, #fd8de2), color-stop(100%, #ff56df));
    background-color: -webkit-linear-gradient(top, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
    background-color: -o-linear-gradient(top, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
    background-color: -ms-linear-gradient(top, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
    background-color: linear-gradient(to bottom, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd8de2', endColorstr='#ff56df', GradientType=0);
    background-image: url('/assets/img/blink.png');
    -webkit-animation-name: myBlink;
    -webkit-animation-duration: 3s;
    -webkit-animation-direction: linear;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: myBlink;
    animation-duration: 3s;
    animation-direction: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    border: 1px solid #000;
    padding: 0;
    text-align: center;
}

.volgende {
    float: right;
    width: 47%;
}

.vorige {
    float: left;
    width: 47%;
}

.vorige-light {
    float: right;
    font-size: 12px;
    margin-right: 77px;
    margin-top: 2px;
    cursor: pointer;
}

#register1 .form-submit-btn input.submit-half, #register1-footer .form-submit-btn input.submit-half {
    float: right;
    width: 47%;
}

.form-input-2 .volgende, #register1 .form-input-2 .submit-half, #register1-footer .form-input-2 .submit-half {
    float: right;
    width: 124px;
    margin-left: 10px;
}

.form-footer {
    font-size: 10px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 10px;
}

.form-footer a {
    font-weight: bold;
}

.form-footer-2 {
    font-size: 10px;
    text-align: center;
    padding-top: 10px;
}

.step-2, .step-3, .step-4, .step-5, .step-6, .step-7 {
    display: none;
}

.form-input label.error, .form-input-2 label.error {
    position: absolute;
    text-align: right;
    font-size: 10px;
    color: red;
    right: 0;
    bottom: 0;
}

.form-input-2 label.error {
    font-size: 10px;
    color: red;
    left: 50px;
    right: inherit;
    bottom: -5px;
}

.form-input-2 .date-555 {
    width: 70px;
    border-right: none;
}

.form-input-2 .year.date-555 {
    border-right: 1px solid #000;
}

.form-input-2 .date-5 {
    width: 115px;
    border-right: none;
}

.form-input-2 .year {
    width: 72px;
    border-right: 1px solid #000;
}

.form-input-alt .vorige {
    float: left;
    width: 47%;
}

.form-input-alt .volgende {
    float: right;
    width: 47%;
}

.form-5 select, .form-5 .form-input-2 input {
    width: 346px;
}

#register1 .form-input-alt .submit-half, #register1-footer .form-input-alt .submit-half {
    float: right;
    width: 47%;
}

.regProc {
    display: none;
    position: absolute;
    font-size: 10px;
    color: green;
    text-align: left;
}

/*f1*/
.form-d-1 #register1 .form-submit-btn {
    position: relative;
    overflow: initial;
}

.form-d-1 #register1 .form-submit-btn input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-d-1 #register1 .form-submit-btn .regProc{
    left: 50%;
    margin-left: -72px;
    bottom: -26px;
}

/*f2*/
.form-d-2 #register1 .form-submit-btn {
    position: relative;
    overflow: initial;
}

.form-d-2 #register1 .form-submit-btn input{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-d-2 #register1 .form-submit-btn .regProc{
    left: 50%;
    margin-left: -72px;
    bottom: -26px;
}

/*f3*/
.form-d-3 .form-submit-btn .regProc{
    left: 50%;
    margin-left: -72px;
    bottom: 55px;
}

/*f4*/
.form-d-4  .regProc{
    left: 50%;
    margin-left: -100px;
    bottom: -12px;
}

.form-d-4 .vorige-light{
    width: 124px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.form-d-4 .form-input-2 label.error{
    text-align: left;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*f5*/
.form-d-5 .regProc {
    left: 50%;
    margin-left: -72px;
    bottom: -12px;
}

/*f6*/
.form-d-6 .regProc {
    left: 50%;
    margin-left: -100px;
    bottom: -11px;
}

/*f7*/
.form-d-7 .regProc{
    left: 50%;
    margin-left: -72px;
    bottom: 62px;
}

.flex-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-icons .form-icon {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.form-type-1 .form-icon{
    padding: 5px 0;
}

.form-footer-2 a {
    font-weight: bold;
}

#register1-footer{
    background: #fff;
}

.form-d-3 .form-body .form-icon {
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 1169px) {
    /*.form-type-1 {*/
    /*    top: 90px;*/
    /*}*/

    .form-type-2 {
        right: 15px;
        width: 420px;
    }

    .form-body-2 {

        padding: 30px 15px;
    }

    /*.form-5 {*/
    /*    top: 85px;*/
    /*}*/

}

@media only screen and (max-width: 767px) {
    .form-5 select, .form-5 .form-input-2 input {
        width: 376px;
    }

    .form-input-2 .date-555 {
        width: 68px;

    }

    .form-type-2 {
        right: 30px;
        width: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .form-type-1 {
        position: inherit;

        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 279px;
    }

    .form-type-2 {
        top: 10px;
        right: inherit;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;

    }

    .form-body, .form-body-2 {
        padding: 15px;
    }

    .form-head {
        font-size: 18px;
    }

    #register1 .form-submit-btn input, #register1-footer .form-submit-btn input {
        font-size: 12px;
    }

    .form-input {
        font-size: 12px;
    }

    .form-input-full-width .form-icon {
        line-height: 75px;
        height: 75px;
        width: 75px;
    }

    .form-icon-3 {
        width: 40px;
        font-size: 12px
    }

    .banner {
        height: 740px;
    }

    .form-type-1.form-d-7{
        width: 290px !important;
    }
    .form-type-1.form-d-7 .form-input input{
        width: 60%;
    }
    .form-type-1.form-d-7 .form-icon-input{
        width: 60%;
    }

}

@media only screen and (max-width: 500px) {
    .form-type-2 {
        width: 279px;
    }

    .form-input-2 .date-555 {
        width: 100px;

    }

    .form-icon-text {
        width: 49px;
        font-size: 12px;
    }

    .form-input-2 .date-555 {
        width: 62px;
    }

    .form-head-2 .form-head-text {
        font-size: 24px;

    }

    .day, .month {
        display: none;
    }

    .day.date-555, .month.date-555 {
        display: block;
    }

    .form-head-2 .form-sub-head-text {
        font-size: 16px;
    }

    .form-input-2 select, .form-5 .form-input-2 input {
        font-size: 12px;
        width: 205px;
    }

    .form-input-2 .volgende, .form-input-2 .vorige, #register1 .form-input-2 .submit-half, #register1-footer .form-input-2 .submit-half {
        width: 90px;
        font-size: 12px;
    }



    .form-input-date {
        height: auto;
    }

    .form-input-2 .month {
        width: 80px;
    }

    .w110 select, .w110 input {
        width: 100px;
    }

    .w110 .volgende {
        float: right;
    }

    .w110 .vorige-light {
        margin-right: 40px;
    }

    .form-input-2 label.error {
        font-size: 10px;
        color: red;
        left: 0;
        right: inherit;
        top: 44px;
        width: 140px;
    }

    .form-d-4 .vorige-light{
        margin-left: 0;
        margin-right: 0;
        width: 90px;
    }

}

.active.beat i {
    -webkit-animation: animHeart .8s infinite;
    animation: animHeart .8s infinite;
}

@-webkit-keyframes animHeart {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes animHeart {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}