/* flag: css1*/
#login {
    width: 70% !important;
    max-width: 450px !important;
}

#login .forgetmenot {
    float: none !important;
    padding-bottom: 20px !important;
}
#loginform{
    background: none;
    border: none;
}

#login .submit input {
    width: 100%;
}

#login h1 a {
    /*display: none !important;*/
    background-image: none;
    height: auto;
    width: 100% !important;
    background-size: 320px 65px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    text-indent: initial;
    background-position: center top;
    background-repeat: no-repeat;
    color: #3c434a;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    outline: 0;
    overflow: hidden;
    display: block;
}
    #wp-submit{
    background: #4e9d45 !important;
    border-color: #4e9d45 !important;
    font-size: 1.5em;
}
