body{
    background-image: url("https://payments.boxgames.co.za/payment_background.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    object-fit: cover;
    background-color: #511972;
}
.login_box{
    border:none;
    transform: translateZ(0px);
    width:100%;
    height:100%;
    margin:auto;
    box-shadow: 0 0.5rem 0.75rem #0003;
    border-radius: 5px;    
    margin:auto;
    background-color: rgb(255, 255, 255);
    max-width: 380px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.login_logo{
    height:50%;
    left:0;
    right:0;
    top:0;
    margin: auto;
    margin-left: 10%;
    margin-right: 10%;
    display:grid;
    grid-template-columns: 100%;
    position:fixed;
    /*border-style: solid;
    border-width: 1px;
    border-color: white;*/
}
.login_panel{
    left:20%;
    right:20%;
    top:50%;
    margin: auto;
    display:grid;
    grid-template-columns: 100%;
    position:fixed;
    /*border-style: solid;
    border-width: 1px;
    border-color: white;*/
}
.login_panel_boxes{
    align-content:center;
    margin:auto;
    width:100%;
    /*border-style: solid;
    border-width: 1px;
    border-color: white;*/
}
.login_panel_inputs{
    text-align:center;
    margin-top:5px;
    width:100%;
    height:50px;
}