.mw-modal-background{
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    pointer-events: none;
    top: 0; 
    left: 0;
    height: 100vh;
    width: 100vw;
    transition: all .2s ease-in;
    opacity: 0; 
    visibility: hidden;
    z-index: 1111111;
}
.mw-modal-background.open{
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.mw-modal-close:before{
    font: normal normal normal 28px "dashicons";
    content:"\f335";
    text-align: left;
    position: absolute;
}
.mw-modal-close{
    position: absolute;
    right: 34px;
    top: 6px;
    cursor: pointer;
    color: #95979c;
}
.mw-modal-container{
    position: relative;
    display: block;
    background-color: white;
    border-radius: 3px;
    padding: 20px 35px;
    width: 430px;
    max-width: 100%;
}

.mw-social-login-icons{
    display: flex;
    justify-content: center;
    align-items: center;
}

.mw-social-container{
    border: 1px solid #dadce0;
    border-radius: 4px;
    padding: 12px 24px;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
    height: 48px;
    width: 72px;
}

.mw-google-icon{
    background: url(https://dev.bitfun.mx/wp-content/plugins/milkey-way-apps/assets/g.png) no-repeat scroll 0 0 transparent;
    background-position: center;
}

.mw-facebook-icon{
    background: url(https://dev.bitfun.mx/wp-content/plugins/milkey-way-apps/assets/fb.png) no-repeat scroll 0 0 transparent; 
    background-position: center;
    background-color: #1877F2;
}

.or-wrapper{
    margin-bottom: 12px;
    color: #979797;
    font-size: 14px;
    text-align: center;
}
.or-divider::before{
    border-top: 1px solid #ccc;
    content: " ";
    display: inline-block;
    margin-top: 14px;
    float: left;
    width: 45%;
}

.or-divider::after{
    border-top: 1px solid #ccc;
    content: " ";
    display: inline-block;
    margin-top: 14px;
    float: right;
    width: 45%;
}

.mw-modal-title{
    text-align: center;
    margin-bottom: 30px;
}
.mw-login-user{
    text-align: left;
}
.mw-login-password{
    text-align: left;
}

.mw-fields{
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.mw-solid-button{
    display: block;
    padding: 15px 20px !important;
    margin-bottom: 25px;
    width: 100%;
}

.mw-transparent-button{
    background-color: transparent;
    color: var(--ast-global-color-1);
    border: 2px solid var(--ast-global-color-1);
    width: 100%;
}
