.ig_project_login_form {
    max-width: 590px;
    background-color: black;
    padding: 60px;
    border: solid 1px white;
    border-radius: 20px;
    font-family: 'Ocra';
    margin: auto auto auto auto;
    position: relative;
    top: -200px;
    
}
.ig_project_login_form input{
    background-color: transparent !important;
    color: white !important;
    border: solid 1px white;
}
.ig_project_login_form label{
    text-align: left;
    margin-bottom: 14px;
    color:white;
}
.ig_project_login_form .submit_button_cont button {
    background-color: #D0286F;
    width: 50%;
    padding: 5px;
}
.ig_project_login_form + #ig_response_message {
    color: red;
    text-align:center;
    margin-top: 10px;
    position: relative;
    top: -200px;
}