/* Start custom CSS for html, class: .elementor-element-954c1d9 */body{
    background: black;
    color: white;
}

.container{
    width: 100%;
    height: 100dvh;
    display: flex;
    margin-top: 50px;
}


form{
    color: white;
    width: 90%;
}

.elementor *, .elementor :after, .elementor :before{
    color: white;
}

.rcp_form input[type=email], .rcp_form input[type=password], .rcp_form input[type=text] {
    
    border: none;
   border-bottom: 1px solid white;
}

#rcp_user_pass_requirements, .rcp_form label {
    margin-top: 20px;
}

.container h1{
    width: 30%;
    margin-top: 0;
    display: grid;
    place-items:start;
}

.container div{
    width: 35%;
    /*display: grid;*/
    /*place-items: center;*/
    
}/* End custom CSS */