

.login-failed{
    color: red;
    text-align: center;
    margin: 0px 0 20px;
}


.main-login-wrap {
    max-width: 500px;
    margin: 40px auto;
    background: rgba(255, 255, 255, 0.6);
    border: none;
    padding: 20px;
    box-shadow: 0px 1px 4px #bdbbbb;
    width: 100%;
}

.sign-in-title {
    text-align: center;
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 20px;
}
body.page-template-page-login {
    background: #fbfbf9;
}
.main-login-wrap a{
    /* color: #572050; */
    text-decoration: underline;
}

.login-username{
    display: flex;
    flex-direction: column;
}

.main-login-wrap label{
    margin: 0px;
}

.main-login-wrap input{
    border: 1px solid #ddd;
    border-radius: 4px;
}

.login-password{
    display: flex;
    flex-direction: column;
}

.page-template-page-login-php .entry-content{
/*    min-height: calc(100vh - 100px);*/
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.login-password label span{
    margin-right: 10px;
    font-size: 13px;
}