@font-face {
    font-family: 'Lato-Light';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/lato-v11-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/lato-v11-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/lato-v11-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/lato-v11-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/lato-v11-latin-ext_latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/lato-v11-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/lato-v11-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/lato-v11-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/lato-v11-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/lato-v11-latin-ext_latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

* {
    box-sizing: border-box;
}

html {
    background: url(images/string.svg) calc((100% / 2) + 865px) 12px no-repeat, linear-gradient(158.39deg, #23249c 0, #5379d2 100%);
    min-height: 100vh;
}

body {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 14px;
    color: #333333;
}

h1, h2, h3 {
    color: #333333;
}

a, a:visited {
    color: #333333;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

.grid_3 {
    width: 667px;
    height: 100px;
    background: url(images/logo-solvio-wit.svg) right center no-repeat;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.grid_9 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    padding: 0;
    border-radius: 5px;
    text-decoration: none;
    vertical-align: middle;
    background: #F0F0F0;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.grid_9 > .box-content::before {
    content: 'Onderhoudswerkzaamheden';
    display: block;
    height: 62px;
    line-height: 62px;
    font-size: 16px;
    padding: 0 25px 0 25px;
    background: url(images/lock.svg) calc(100% - 30px) 23px no-repeat;
}

.logout .grid_9 > .box-content::before {
    content: 'Uitgelogd';
    display: block;
    height: 62px;
    line-height: 62px;
    font-size: 16px;
    padding: 0 25px 0 25px;
    background: url(images/lock.svg) calc(100% - 30px) 23px no-repeat;
}

#dynamicMessage {
    display: none;
}

#bottomDynamicMessage {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    padding: 15px 25px 15px 25px;
    border-radius: 5px;
    background: linear-gradient(135deg, #fdf22d 0%, #feb81b 100%);
}

#bottomDynamicMessage:empty {
    display: none;
}

.box-content.clear-float > form {
    display: block;
    width: 100%;
}

.box-content.clear-float > form > .row {
    height: 65px;
    background: #F7F7F7;
    padding: 0 25px 0 25px;
}

.box-content.clear-float > form > .row:first-of-type {
    padding-top: 20px;
}

.box-content.clear-float > form > .row:nth-of-type(2) {
    padding-top: 10px;
}

.box-content.clear-float > form > div.row > label {
    display: none;
}

.box-content.clear-float > form input[type=text],
.box-content.clear-float > form input[type=password] {
    display: block;
    width: 100%;
    height: 37px;
    font-size: 14px;
    line-height: 37px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    border-right-color: white;
    border-bottom-color: white;
    padding: 0 15px 0 15px;
}

.box-content.clear-float > form fieldset {
    border: none;
    margin: 0;
    padding: 0;
    height: 62px;
}

.box-content.clear-float > form fieldset > .row {
    display: flex;
}

.box-content.clear-float > form input[type=submit] {
    display: block;
    width: 150px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: -8px;
}

.box-content.clear-float > form input:focus {
    outline: none;
}

.box-content.clear-float > form input[type=submit],
.box-content.clear-float > form input[type=button] {
    display: inline-block;
    min-height: 32px;
    max-height: 32px;
    min-width: 40px;
    line-height: 29px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 25px;
    border-radius: 5px;
    color: white;
    text-shadow: 0 0 white;
    border: none;
    padding: 1px 21px 1px 21px;
    background: linear-gradient(to bottom, #09d3ff 0%, #00bbe3 100%);
}

.box-content.clear-float > form input[type=submit]:hover,
.box-content.clear-float > form input[type=button]:hover {
    background: #fdf22d;
    background: -moz-linear-gradient(top, #fdf22d 0%, #fe9a12 100%);
    background: -webkit-linear-gradient(top, #fdf22d 0%, #fe9a12 100%);
    background: linear-gradient(to bottom, #fdf22d 0%, #fe9a12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf22d', endColorstr='#fe9a12', GradientType=0);
}

.box-content.clear-float > form fieldset > .row input:first-child {
    margin-left: auto;
}

.password-recovery {
    font-size: 12px;
    float: left;
    vertical-align: middle;
    padding: 24px 10px 24px 25px;
}

.box-content.clear-float .message h3 {
    min-height: 65px;
    background: #F7F7F7;
    padding: 20px 25px 20px 25px;
    margin: 0;
}

.box-content.clear-float .message p:not(:last-of-type) {
    background: #F7F7F7;
    padding: 0px 25px 20px 25px;
    margin: 0;
}

.box-content.clear-float .message p:not(:last-of-type):empty {
    display: none;
}

.box-content.clear-float .message p:last-of-type {
    height: 62px;
    padding: 15px 25px 15px 25px;
}

.footer {
    display: none;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    color: #808080;
    font-size: 12px;
}

.footer > div {
    text-align: right;
}

.footer > div > p {
    display: inline;
}

@media screen and (max-width: 675px) {
    html {
        background: url(images/string.svg) calc((100% / 2) + 750px) 12px no-repeat, linear-gradient(158.39deg, #23249c 0, #5379d2 100%);
    }
    .grid_3 {
        width: 446px;
    }
    .grid_9, #bottomDynamicMessage, .footer {
        width: 320px;
    }
    .password-recovery {
        padding: 16px 10px 15px 25px;
    }
}

@media screen and (max-width: 446px) {
    html {
        background: linear-gradient(158.39deg, #23249c 0, #5379d2 100%);
    }
    .grid_3 {
        width: 320px;
        background-position: center center;
    }
}

@media screen and (max-width: 320px) {
    .grid_9, #bottomDynamicMessage, .footer {
        width: 300px;
    }
}
