html .component_page_connect{
    background: white;
    height: 100%;
}
.no-select.component_page_connection_form::before {
    content: "";
    display: block;
    width: 500px;
    height: 147px;
    background-image: url(https://avatars.githubusercontent.com/u/102295268?s=400&u=689892e8be103b3c69ca43c73017992e6ba482a5&v=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: 20px;
}

.no-select.component_page_connection_form::after {
    content: "Welcome to Podproza files";
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: lightgray;
    margin-top: 20px;
}