html {
    background-color: #F3F5FA;
}
.wc-auth {
    max-width: 640px;
    position: relative;
    padding: 40px 30px;
    margin-top: 200px;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 4px 9px rgba(65, 78, 121, .1);
}
.wc-auth-header {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.wc-auth-header > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wc-auth-header .mypos-logo {
    width: 30px;
}
.wc-auth-header span {
    padding: 0 15px 5px;
    font-size: 25px;
    font-weight: 700;
}

.wc-auth #wc-logo {
    padding-bottom: 0;
    margin: 0;
    width: 216px;
    height: 40px;
    border-bottom: 0;
}
.wc-auth #wc-logo img {
    max-width: 100%;
}
.wc-auth-content {
    font-family: 'Open Sans', sans-serif;
}
.wc-auth-title {
    margin-top: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #283953;
    border-bottom: 0;
}
.wc-auth-subtitle {
    margin-bottom: 30px;
    text-align: center;
}
.wc-auth-login {
    width: 300px;
    margin: 0 auto;
}

.wc-auth-login .form-row,
.wc-auth-login .wc-auth-actions {
    margin: 0;
}

.wc-auth-login label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}

.wc-auth-login input.input-text {
    display: block;
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #D3DFEC;
    border-radius: 4px;
}
.wc-auth-actions {
    text-align: center;
    margin-bottom: 0;
}
.wc-auth-login-button.button-primary {
    display: block;
    width: 100%;
    height: 60px;
    margin-top: 5px;
    background-color: #7E4C80;
    border-color: #7E4C80;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.wc-auth-login-button.button-primary:hover {
    background-color: #7E4C80;
    border-color: #7E4C80;
}

.wc-auth-cancel-link {
    display: inline-block;
    margin-top: 30px;
    color: #E75076;
    font-size: 14px;
    font-weight: 600;
}
.wc-auth-cancel-link:hover {
    color: #E75076;
}

.wc-auth .woocommerce-error {
    width: 270px;
    margin: 0 auto;
    padding: 15px;
    list-style-type: none;
    text-align: center;
    background-color: rgb(231, 80, 118, .1);
    color: #E75076;
}

/* Logged in page */
.wc-auth-logged-in-header {
    justify-content: space-between;
}
.wc-auth-logged-in-header > div {
    display: flex;
    align-items: center;
}
/* .wc-auth-logged-in-header #wc-logo {
    position: initial;
} */
.wc-auth-logged-in-header .wc-auth-logged-in-as {
    display: flex;
    text-align: right;
}
.wc-auth-logged-in-header .wc-auth-logged-in-as .avatar {
    border-radius: 4px;
    margin-left: 10px;
}
.wc-auth-logged-in-header .wc-auth-logged-in-as .wc-auth-logout {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #007FF5;
}
.wc-auth-logged-in-header .wc-auth-logged-in-as p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #283953;
}

.wc-logged-in-title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #283953;
    border-bottom: 0;
}
.wc-auth-approve.button-primary {
    width: 300px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 14px 10px;
    background-color: #7E4C80;
    border-color: #7E4C80;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.wc-auth-approve.button-primary:hover {
    background-color: #7E4C80;
    border-color: #7E4C80;
}
.wc-auth-deny.button-ghost {
    width: 300px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 14px 10px;
    background-color: #fff;
    border-color: #E75076;
    border-radius: 4px;
    color: #E75076;
    font-size: 14px;
    font-weight: 600;
}
.wc-auth-deny.button-ghost:hover {
    background-color: #fff;
    border-color: #E75076;
    color: #E75076;
}
