.asumil.center {
    margin: auto;
    width: 50%;
}
#wpmem_reg .noinput {
    width: 100% !important;
}

#wpmem_login label:not([for=rememberme]), #wpmem_reg label {
    /*float: left;*/
}
#wpmem_login #log, #wpmem_login .div_text, 
#wpmem_login .button_div,  #wpmem_login .link-text {
    width: 100% !important;
}

#wpmem_reg #log, #wpmem_reg .div_text, 
#wpmem_reg .button_div,  #wpmem_reg .link-text {
    width: 100% !important;
}

.wpmem_msg {
    width: 100% !important;
}

#wpmem_reg input:not(.buttons) {
    box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
    border: 1px solid rgba(221, 221, 221, 0.363);
}

#wpmem_reg .button_div .buttons {
    background-color: #2185d0;
    color: #fff;
    text-shadow: none;
    background-image: none;
    box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
    font-size: 1rem;

    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 0 .25em 0 0;
    padding: .78571429em 1.5em .78571429em;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
}
div.rc-anchor.rc-anchor-normal.rc-anchor-light {
    float: left;
}
@media only screen and (max-width: 736px) {
    .asumil.center {
        margin: auto;
        width: 100%;
    }
}
