      <style>
              body {		
            background-color: #000000 !important
        }
    img.wpsp-logo {
    border-radius: 50%;
    box-shadow: 5px 5px 5px #5a5a5a;
    text-align: center;
    margin: 0px auto 0px auto;
    margin-top: 5%;
    position: relative;
}
.style input[type="password"] {
    padding: 10px 0px 5px 0px;
}

.objects_password_form {
    margin-bottom: 20px;
    text-align: center;
    font-size: 13px;
    font-family: sans-serif;
    font-weight: bold;
}
.container{
    width: 100%;
    margin: 0 auto;
}
/*for button*/
.wpsp-submit-button {
    background: #313131;
    border-radius: 5px;
    padding: 10px 20px;
    color: #FFFFFF;
    font-size: 17px;
    margin-top: 20px;
}
.wpsp-logo-div {
    text-align: center;
    margin-bottom: 20px;
}
input#user_pass{
    /* color: rgba(255, 255, 255, 0.89) !important;*/
}
input#user_pass , input#user_pass:focus {
    background: none;
    border: none;
    border-bottom: 1px solid #000000;
}
input#user_pass {
    font-size: 15px;
}
textarea:focus, input:focus{
    outline: none;
}
.wrapper {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #fff;
    width: 300px;
    max-width: 80%;
    margin: 20px auto 0 auto;
    box-shadow: 10px 10px 15px #a5a5a5;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<div class="container" >
    <div class="wpsp-logo-div">
            <img class="wpsp-logo" style="height:  !important; width: !important;" src="" alt="" >
    </div>
    <div class="wrapper">
        <div class="objects_password_form style">
            <form action="" method="post" >
                <!-- <label> &nbsp;</label>-->
                <input id="user_pass" placeholder="Zugang" type="password" name="page_password">
                <br>
                <input  type="submit" class="wpsp-submit-button" value="">
            </form>
                    </div>
    </div>
</div>
