body {
    background: #eeeeee;
    font-family: Arial;
    font-size: 11px;
    margin: auto;
    text-align: center;
    background: url('../img/project-login-bg.jpg') top center !important;
    background-size: cover;
    position: relative;
}
form:before {
    content: '';
    background: url('../img/logo.svg') center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -175px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
}
form {
    background: #ffffff;
    display: block;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 300px;
    margin-bottom: 50px;
    padding: 20px 30px;
    text-align: left;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
/*OPMAAK VOOR FORMULIER ******************************************************************************************/
legend {
    font-size: 18px;
    font-weight: 700;
    font-family: arial;
    color: #333333;
    margin-bottom: 20px;
}
fieldset {
    border: none;
    margin-top: 15px;
    padding: 0;
}
/*input {*/
/*font-size: 14px;*/
/*font-weight: normal;*/
/*color:#000;*/
/*padding: 8px;*/
/*border: 1px #CCC solid;*/
/*font-family: arial;*/
/*box-shadow: 5px 5px 5px 0px #EEE inset;*/
/*border-radius: 3px;*/
/*width: 170px;*/
/**/
/*}*/
/*label{*/
/*font-size: 12px;*/
/*clear: both;*/
/*display:  block;*/
/*margin-top:20px;*/
/*margin-bottom: 5px;*/
/*font-weight: bold;*/
/*}*/
/*button{*/
/*font-size: 14px;*/
/*background-color: #00a304;*/
/*font-weight: normal;*/
/*color:#FFF;*/
/*font-weight:  bold;*/
/*padding: 8px;*/
/*border: 1px #00b204 solid;*/
/*font-family: arial;*/
/*width: 100px;*/
/*box-shadow: 7px 7px 7px 0px #00be05 inset;*/
/*border-radius: 5px;*/
/*clear:both;*/
/*display: block;*/
/*margin-top: 20px;*/
/*cursor:pointer;*/
/*}*/
/*button:hover{*/
/*background-color: #00c705;*/
/*}*/
.LV_invalid {
    display: none;
}
.LV_invalid_field, .LV_invalid_field:hover, .LV_invalid_field:active {
    border: 1px solid #ff0000;
    background: #ffeaea;
    box-shadow: 5px 5px 5px 0px #ffdfdf inset;
    color: #ff0000;
}
.LV_valid_field, .LV_valid_field:hover, .LV_valid_field:active {
    border: 1px solid #00a304;
    background: #e9ffea;
    box-shadow: 5px 5px 5px 0px #d9ffda inset;
    color: #00a304;
}
@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-5px);
    }
    20%, 40%, 60%, 80% {
        -moz-transform: translateX(5px);
    }
}
@-o-keyframes shake {
    0%, 100% {
        -o-transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateX(-5px);
    }
    20%, 40%, 60%, 80% {
        -o-transform: translateX(5px);
    }
}
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(5px);
    }
}
.shake {
    -webkit-animation: shake 700ms;
    -moz-animation: shake 700ms;
    -o-animation: shake 700ms;
    animation: shake 700ms;
}
.alert, .melding {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
    position: relative;
}
.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
}
div.link {
    padding-top: 10px;
}
div.link a, div.link a:visited {
    color: #333333;
}
div.link a:hover {
    color: #999999;
}