/** BEHEREN ACHTERGROND ********************************************************************************************************************************/
body.login {
	background: url('https://yinx-group.nl/wp-content/uploads/2019/08/under-construction.jpg') no-repeat center center fixed !important;
	background-size: cover !important;
}

/** BEHEREN LOGO ********************************************************************************************************************************/
.login h1 a {
    background-image: url('https://yinx-group.nl/wp-content/uploads/2019/10/Logo-Yinx-Group.svg');
    width: 150px !important;
    height: 130px;
    background-size: 100%;
    pointer-events: none;
    cursor: default;
    margin-bottom: 0px !important;
}

.login form {
	margin-top: 0px !important;
}