body.login {
    background: #f7fafc;
}
body.login a {
    color: #319795;
}
body.login div#login {
    width: 340px;
}
body.login .message,
body.login #login_error {
    border-top: 1px solid #ccd0d4;
    border-bottom: 1px solid #ccd0d4;
    border-right: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    border-radius: 4px;
    margin-top: 20px !important;
}
body.login .welcome-text {
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    border-radius: 4px;
    padding: 13px 12px;
    text-align: center;
    margin-bottom: 20px;
}
body.login .message {
    margin-bottom: 0;
    border-left: 4px solid #319795;
}
body.login div#login h1 a {
	background-image: url('/wp-content/plugins/learnesy-plugin/auth/img/logo-learnesy.png');
	background-size: 200px auto;
	background-position: center top;
	background-repeat: no-repeat;
	color: #999;
	height: 35px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 auto 25px;
	padding: 0;
	text-decoration: none;
	width: 200px;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	display: block;
}
body a#loginbutton {
    display: none;
}
body a#signupbutton {
    display: none;
}
body a#logingoogle {
    display: none;
}
body a#registergoogle {
    display: none;
}
body a#loginsso {
    display: none;
}
body.login-action-register a#loginbutton {
    background: rgb(68,133,123);
    border: 1px solid rgb(68,133,123);
    color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    margin: 0 0 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    height: 60px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    width: 100%;
}
body.login-action-login a#signupbutton {
    background: rgb(68,133,123);
    border: 1px solid rgb(68,133,123);
    color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    margin: 0 0 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    height: 60px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    width: 100%;
}
body.login-action-login a#logingoogle {
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    height: 60px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    color: #999;
    width: 100%;
}
body.login-action-register a#registergoogle {
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    height: 60px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    color: #999;
    width: 100%;
}
body.login a#logingoogle img {
    height: 30px;
    margin-right: 8px;
}
body.login a#registergoogle img {
    height: 30px;
    margin-right: 8px;
}
body.login-action-login a#loginsso {
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    height: 60px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    color: #999;
    width: 100%;
}
body.login a#loginsso img {
    height: 30px;
    margin-right: 8px;
}
body.login div#login form {
    border-radius: 4px;
    padding: 26px 24px 34px;
}
body.login div#login form label {
    color: #999;
}
body.login div#login form input {
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    border-radius: 4px;
}
body.login div#pass-strength-result {
    margin-top: 5px;
    border-radius: 4px;
}
body.login p.description {
    display: block;
    color: #999;
    margin-bottom: 12px !important;
}
body.login div#login form p.forgetmenot {
    margin-bottom: 12px;
}
body.login div#login form p.submit input#wp-submit {
    width: 100%;
    padding: 5px 0;
    background: rgb(68,133,123);
    box-shadow: none;
    border: none;
}
body.login div#login p#nav {
    float: right;
    padding: 0;
    font-size: 14px;
    margin: 15px 0 0 0;
    text-align: center;
}
body.login div#login p#nav a {
    color: #999;
}
body.login div#login p#backtoblog {
    float: left;
    padding: 0;
    font-size: 14px;
    margin: 15px 0 0 0;
    text-align: center;
}
body.login div#login p#backtoblog a {
    color: #999;
}
body.login form#registerform p:not(.submit):not(.custom):not(.checkbox) {
    display: none;
}
body.login p.checkbox {
    margin-bottom: 12px !important;
}
body.login p.checkbox label {
    line-height: 1.5;
    vertical-align: baseline;
}
body.login br.clear {
    display: none;
}
.relative-input {
    position: relative;
}
.relative-input button {
    position: absolute;
    right: 0.6rem;
    border: none;
    background: #fff;
    width: 1.25rem;
    height: 1.25rem;
    top: 0.6rem;
}
.relative-input .dashicons-visibility {
    color: #2271b1;
}
.relative-input .dashicons-hidden {
    color: #0a4b78;
}
.wpml-login-ls {
    padding: 0 !important;
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
}
#wpml-login-ls-form {
    display: flex;
    padding: 0 !important;
    margin: 0 auto !important;
    align-items: center;
}
.wpml-login-ls .button {
    margin-left: 5px !important;
    margin-bottom: 0 !important;
}
.wpml-login-ls .dashicons {
    display: none;
}
#backtoblog a {
    font-size: 12px;
    background: #fff;
    padding: 6px 8px;
    border-radius: 4px;    
}
#nav a {
    font-size: 12px;
    background: #fff;
    padding: 6px 8px;
    border-radius: 4px;
}