body{
    background-color: #f9f8f9;
}


.wp-block-post-content-is-layout-flow{
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    width: 100%;
    padding: 80px;
    min-height: 100vh;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.register_form_wrapper{
    background-color: white;
    border-radius: 8px;
    border-style: solid;
    border-width: 0;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 12px 40px 0px;
    box-sizing: border-box;
    min-height: 550px;
}

.register_pagetitle_p{
    align-items: center;
    text-align: center;
}
.register_form_group{
    width: 100%;
}

.register_form{
    width: 80%;
    box-sizing: border-box;
}
.register_block{
    width: 100%;
}
.register_label{
    font: inherit;
    color: rgb(96, 97, 99);
    font-size: .875rem;
}
.register_input{
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    --tw-shadow: 0 0 #0000;
    background-color: #fff;
    border-width: 1px;
    border-color: #707d86;
    border-radius: 0;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    width: 100%;
    outline: none;
    border: 1px solid #dcdbdd;
    font: inherit;

}

.register_input:focus{
    outline-offset: -1px;
    border-color: #0a46b6;
    outline: 2px solid #0a46b6;
}
.Register_btn{
    width: 100%;
    background-color: #0a46b6;
    font: inherit;
    color: white;
    border: none;
    margin-top: 20px;
    height: 50px;
    border-radius: 5px;
}
.register_wac{
    font: inherit;
    width: 100%;
    align-content: center;
    text-align: center;
    margin-top: 5px;
}
.register_wac>label>a{
    text-decoration: none;
    color: #0a46b6;
}
@media (max-width: 600px) {
    .register_group_shadow{
        margin-top: 4rem!important;
    }
}