/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

body.user-registration-page:not(.logged-in){
    display: flex;
    flex-direction: column;
    background-image: url(https://intranet.malmedy.be/app/uploads/2020/10/fondPhoto-scaled.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    width: 100%;
    padding: 0;
}

.user-registration{
    max-width: 416px !important;
    background-color: #ffffff;
    border-radius: 29px;
    box-shadow: 0 0 8px rgba( 0,0,0,0.51 );
    margin-top: 2%;
    background: #fff;
    background-color: rgb(255, 255, 255);
    position: relative;
    padding: 26px 26px 26px 26px;
    width: 100%;
    margin: auto;
}

body.user-registration-page .ur-frontend-form .ur-form-row .ur-form-grid label.ur-label, body.user-registration-page .ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label{
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
    font-weight: 400;
}

body.user-registration-page .ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement, body.user-registration-page .ur-frontend-form .ur-form-row .ur-form-grid input[type="date"], body.user-registration-page .ur-frontend-form .ur-form-row .ur-form-grid input[type="email"], body.user-registration-page .ur-frontend-form .ur-form-row .ur-form-grid input[type="number"], body.user-registration-page .ur-frontend-form .ur-form-row .ur-form-grid input[type="password"], body.user-registration-page .ur-frontend-form .ur-form-row .ur-form-grid input[type="phone"], body.user-registration-page .ur-frontend-form .ur-form-row .ur-form-grid input[type="text"], body.user-registration-page .ur-frontend-form .ur-form-row .ur-form-grid input[type="url"], body.user-registration-page .ur-frontend-form .ur-form-row .ur-form-grid select{
    box-shadow: 0 0 0px rgba( 0,0,0,0.8 );
    height: 48px;
    background: #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 18px;
    font: normal 15px "Roboto", sans-serif;
    font-weight: normal;
    color: #7f7f7f;
    border-color: #bdbdbd;
    padding-left: 27px;
    font-weight: normal;
}

body.user-registration-page .ur-frontend-form .ur-button-container .ur-submit-button{
    margin: auto;
    background: #ffffff;
    border: 1px solid #5ab532;
    box-shadow: 0px 1px 0px #000000 inset, 0px 1px 0px rgba(0, 0, 0, 0.15);
    color: #5ab532;
    box-shadow: 0 0 0px rgba( 0,0,0,0.8 );
    height: auto;
    line-height: 20px;
    padding: 13px;
    float: none;
    border-radius: 5px;
}

body.user-registration-page .ur-frontend-form .ur-button-container .ur-submit-button:hover{
    background: #5ab532;
    border-color: #5ab532;
    color: #ffffff;
}