html,
button,
input,
select,
textarea {
    color: #222;
    margin-bottom: 1px;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

.footer {
    margin-top: 50px;
    background-color: #eaeaea;
    padding: 30px;

}
.opskrif {
    background-color: rgba(128, 128, 128, 0.48);
    padding: 5px;
}
.hoofopskrif {
    background-color: #f2622e;
    padding: 10px;
    color: white;
    border-radius: 5px;
}
.content {
    background: #eee;
    display: block;
    margin: 0.5em;
    min-height: 15em;
    overflow: hidden;
    position: relative;
    width: auto;
    border-radius: 5px;

}
.row {
    padding: 15px;
}

.btn-primary {
    background-color: #001f4e;
    color: white;
}

.btn-secondary {
    background-color: #001f4e;
    color: white;
}
.submitsuccess {
    background-color: rgba(0, 255, 0, 0.3);
    color: green;
}

select {
    width:100% !important
}
.yeslink a:link {color: #FFF;
      text-decoration-line: none }

.yeslink a:hover {
    color: #001f4e
        
}



input[type=text] {
    width: 100% !important
}

         .spinner {
    width: 30px;
    height: 30px;
    border: 8px solid;
    border-color: #001f4e transparent #001f4e transparent;
    border-radius: 50%;
    animation: spin-anim 1.2s linear infinite;
}

@keyframes spin-anim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
    .loader-container {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
   
    z-index: 1;
}
.kiesvak{
    display:flex;
    justify-content:center;
    align-items: center;
    font-size: 18px;
    width: 300px;
    border: none;
    min-height: 100px;
    font-weight: bold;
    line-height: 1.2;
    padding-right: 15px;
    color: #fff;
    background: #001F4E;
    border-radius: 15px;
    box-shadow: 1px 1px 7px #8C9093;
    transition: background .3s;
    margin: 5px 5px 5px 5px;
    cursor: pointer;
}