/* Login
	======================================*/

.wp-sh-login {
    padding: 70px 60px 28px 60px;
    background: #ffffff;
    max-width: 680px;
    margin: 0 auto;
    box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.12);
}

.dis-social-login .wn-social-login {
    display: none;
}

.wp-sh-login .login-links li:first-child:hover {
    background: #292929;
}

.wp-sh-login .login-links li:first-child:hover a {
    color: #ffffff;
}

.wp-sh-login .wp-login-logo {
    margin-bottom: 20px;
}

#wrap .wp-sh-login .login-title {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 50px;
}

.wp-sh-login .wp-login-title .login-title {
    position: relative;
}

.wp-sh-login .wp-login-title .login-title:after {
    position: absolute;
    content: '';
    background: #e4e4e4;
    height: 2px;
    width: 118px;
    bottom: -25px;
    left: 0;
}

.wp-sh-login .wp-login-title .login-title:before {
    position: absolute;
    content: '';
    background: #0080ff;
    height: 2px;
    width: 37px;
    bottom: -25px;
    left: 0;
    z-index: 1;
}

.wp-sh-login .login-content {
    margin-top: 45px;
    font-size: 14.04px;
    color: #414141;
    font-weight: 400;
    margin-bottom: 36px
}

.wp-sh-login .user-login-title {
    display: none;
}

.wp-sh-login label {
    display: none;
}

.wp-sh-login p label:last-child {
    font-weight: 400;
    display: block;
    color: #666666;
    font-size: 14px;
}

.wp-sh-login input[type="text"],
input[type="password"] {
    padding: 15px 19px;
    font-size: 14px;
    border: 1px solid #e4e4e4;
}

.wp-sh-login ::placeholder {
    color: #b0b0b0;
}

.wp-sh-login .wp-inner-login {
    position: relative;
}

.wp-sh-login .login-links li {
    list-style: none;
}

.wp-sh-login .login-links li a {
    color: #437df9;
    font-weight: 500;
}


.wp-sh-login #wp-submit {
    background: #437df9;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 13px 45px;
    margin-top: 10px;
    box-shadow: 0 2px 12px -4px #437df9;
    display: block;
    width: 100%;
}

.wp-sh-login input[type="checkbox"] {
    margin-left: -29px;
}

.wp-sh-login .login-links li:last-child a {
    font-weight: unset;
}

.wp-sh-login .login-links li:first-child a {
    padding: 13px 45px;
    border: 1px #e6e6e6 solid;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ffffff;
    box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.17);
    transition: all 0.3s ease;
    display: block;
    text-align: center;
}

.wp-sh-login .login-links li:first-child a:hover {
    background: #222;
    color: #fff;
    border-color: #222;
}

@media (min-width: 200px) and (max-width: 1500px) {
    .wp-sh-login {
        padding: 70px 30px 60px 30px;
    }

    .wp-sh-login #wp-submit {
        display: block;
        width: 100%;
        margin-top: 30px
    }

    .wp-sh-login .login-links li:first-child {
        display: block;
        width: 100%;
        text-align: center;
        bottom: -55px;
    }

    .wp-sh-login p label:last-child {
        width: 100%;
        display: block;
    }

    .wp-sh-login .login-links li:last-child {
        bottom: 19%;
        right: 0;
        width: 100%;
        display: block;
        font-size: 13px;
    }

    #wrap .fix-form .login-links li:first-child {
        bottom: -60px;
    }

    #wrap .fix-form .login-links li:last-child {
        bottom: 50px;
    }
}

.wp-sh-login .logged-links {
    list-style: none;
    background: none !important;
    padding: 0 10px 5px;
    margin: 0 auto;
    display: table;
    text-align: center;
}

.wp-sh-login .logged-links li {
    display: table-cell;
    margin: 0 8px;
}

.wp-sh-login .logged-links li a {
    color: #fff;
    font-weight: 500;
    background: #437df9;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 16px 8px;
    margin: 0px 4px 30px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 2px 12px -4px #437df9;
    transition: all 0.26s;
}

.wp-sh-login .logged-links li a:hover {
    background: #222;
    box-shadow: 0 2px 12px -4px #222;
}

.wp-sh-login .user-welcome {
    font-size: 22px;
    font-weight: 300;
    padding: 10px;
    margin: 20px 0;
    color: #444;
    text-align: center;
}

.wp-sh-login .avatar.avatar-100.photo {
    border-radius: 50%;
    border: 4px solid #437df9;
}

.wp-sh-login .author-avatar {
    display: block;
    text-align: center;
}

.first-copy-right p {
    color: #b8b8b8;
    text-align: center;
    font-size: 12px;
    font-family: Heebo;
    text-transform: uppercase;
    letter-spacing: 1px;
}