
.enkel_voor_reseller {
    display: block;
    color: #212121;
    font-size: 80%;
    font-style: italic;
}

.groep {
    margin: 0;
    width: 100%;
    clear: both;
    outline: 0 solid #00ff00;
}

@media only screen and (min-width: 667px) {

}

.textform_inlog {
    width: 100%;
    min-width: 220px;
    height: 49px;
    margin: auto;
    margin-top: 3px;
    padding: 5px 2px 7px 2px;
    border-collapse: collapse;
    border-top: 0 dashed #A5A5A5;
    border-right: 0 dashed #A5A5A5;
    border-bottom: 2px dashed #A5A5A5;
    border-left: 0 dashed #A5A5A5;
    background-color: #fdfdfd;
    font-size: 20px;
}

.alle_rijen_om_invoervelden {
    padding: 1px 4px 3px 3px;
    background-color: #f6f6f6;
    /* border: 1px solid #e5e5e5; */
    border-radius: 1px;
}

.buttoninlog {
    /*width: 100%;*/
    min-width: 220px;
    height: 49px;
    margin: auto auto 4px auto;
    border: solid 1px #cccccc;
    border-radius: 1px;
    vertical-align: middle;
    text-align: center;
    outline: none;
    background-color: #f3f3f3;
}

.buttoninlog:hover {
    background-color: #d7ffd9;
    border: solid 1px #b1ccb5;
    outline: none;
}

/* --------------------------------------- start diversen voor invulfout -------------------------------------------- */
.rotate {
    font-family: serif, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS';
    overflow: hidden;
}

.hover_orange:hover {
    color: #ff9056;
}

.div_melding {
    clear: both;
    display: table;
    border: 0 solid;
    background-color: #ffffff;
    width: 95%;
    margin: 2px auto;
}

.div_vande_melding {
    background-color: #ffffff;
    border: 1px solid;
    width: 60%;
    padding: 12px;
    margin: 20px auto;
}

.div_om_rotate {
    float: left;
    width: 33%;
    text-align: right;
    font-size: 234px;
    background-color: transparent;
    padding-bottom: 30px;
    border: 0 solid;
}

/* --------------------------------------- einde diversen voor invulfout -------------------------------------------- */

.h_05 {
    clear: both;
    height: 5px;
}

.h_10 {
    clear: both;
    height: 10px;
}

.h_20 {
    clear: both;
    height: 20px;
}

/**************************************  start div's bij de beschrijvingen van de stappen bij wachtwoord-stappen */

.beschrijving_bij_wachtwoord_stap {
    height: 31px;
    background-color: transparent;
}

#img_fade_in {
    animation: fadein 10s;
    -moz-animation: fadein 10s; /* Firefox */
    -webkit-animation: fadein 10s; /* Safari and Chrome */
    -o-animation: fadein 10s; /* Opera */

    -webkit-filter: blur(1px);
    filter: blur(1px);

    opacity: 0.2;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}