.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: #fff;
    padding: 1px important!;
    border-radius: 10px;
}

.login {
    margin-top: 8%;
    background: #fff;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 80%);
    box-shadow: 0 0 15px rgb(0 0 0 / 80%);
    max-width: 350px;
    padding: 26px 26px 6px 26px;
    width: 100%;
}