/*log in*/
.com-users.view-login section#sp-main-body {
    background: #e6e7e8;
}
.reg-login-form-wrap {
    padding: 30px !important;
    border-radius: 30px !important;
    box-shadow: 0px 0px 10px #00000030;
}

/*element*/
.sp-page-title:before {
    position: absolute;
    content: '';
    background: url(/images/0_Dreamztech/element/element.png);
    background-size: contain;
    width: 150px;
    height: 150px;
    top: -50px;
    right: -50px;
    z-index: 0;
}
.sp-page-title:before {
    animation-name            : rotate;
    animation-duration        : 20s     ;
    animation-iteration-count : infinite  , infinite  ;
    animation-direction       : alternate , alternate ;
}
@keyframes rotate {
    from { transform: rotate(90deg); }
    to   { transform: rotate(0); }
}