.form-control:focus {
box-shadow: none;
border-color: #ced4da;
}
.auth-content {
width: 600px;
height: 600px;
margin: 0 auto;
border: 1px solid #ddd;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: all 0.5s;
font-size: 16px;
}
.auth-content form {
width: 400px;
margin: 0 auto;
}
.auth-content form input.form-control {
border-top: transparent;
border-radius: 0;
padding: 12px;
}
.auth-content form input.form-control:first-child {
border-top: 1px solid #ced4da;
}
.auth-content form button {
width: 100%;
border-radius: 0;
background-color: #2ea0ef;
border-color: #2ea0ef;
transition: all 0.5s;
padding: 12px;
font-weight: bold;
}
.auth-content form button:active,
.auth-content form button:focus-visible,
.auth-content form button:focus,
.auth-content form button:hover {
background-color: #168ada;
border-color: #168ada;
box-shadow: none !important;
outline: none;
}
.auth-page-title {
font-size: 32px;
color: #3c4b63;
margin-bottom: 40px;
font-weight: bold;
}
.back-to-btn {
width: 280px;
height: 50px;
background-color: #ea4849;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
transition: all 0.5s;
}
.back-to-btn:hover {
background-color: #df2f2f;
color: #fff;
}
.login-more-link {
display: flex;
flex-direction: column;
margin: 20px 0;
}
.login-more-link a:hover {
color: #168ada;
}
.login-more-link a {
font-size: 16px;
color: #3c4b63;
transition: all 0.5s;
font-weight: bold;
padding-bottom: 20px;
}
.login-more-link a:last-child {
padding-bottom: 0;
}
.login-submit input {
display: flex;
align-items: center;
justify-content: center;
position: relative;
background-color: #2ea0ef;
font-size: 16px;
color: #fff;
width: 400px;
height: 50px;
border: none;
transition: all 0.5s;
font-weight: bold;
}
.login-submit input:hover {
background-color: #168ada;
color: #fff;
}
#wpg-login {
display: flex;
flex-direction: column-reverse;
margin: 0;
}
#wpg-login a:first-child {
margin-top: 10px;
}
#wpg-login a .lsf.lsf-line,
#wpg-login a .lsf.lsf-twitter {
position: absolute;
left: 20px;
color: #fff;
font-size: 40px;
margin-right: 20px;
}
#wpg-login a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
background-color: #2ea0ef;
font-size: 16px;
color: #fff;
width: 400px;
height: 50px;
border: none;
transition: all 0.5s;
border-radius: 0;
box-shadow: none;
}
#wpg-login a.line {
background-color: #31ae36;
}
#wpg-login a:hover {
background-color: #168ada;
color: #fff;
}
#wpg-login a.line:hover {
background-color: #259128;
}
span.more-login {
color: #3c4b63;
padding: 15px;
}
.login-username,
.login-password {
margin-bottom: 0;
}
.login-username label,
.login-password label {
display: none;
}
.login-username input,
.login-password input {
border: 1px solid #d1cfbc;
width: 100%;
padding: 11px;
}
.login-username input {
border-bottom: none;
}
.login-username input:focus-visible,
.login-password input:focus-visible {
outline: none;
}
.error-msg-list {
color: #ff0000;
}
@media only screen and (max-width: 575px) {
.auth-content {
width: 100%;
padding: 20px !important;
height: auto;
padding-top: 100px !important;
padding-bottom: 100px !important;
}
.login-submit input,
.twitter-login-url,
.auth-content form {
width: 100%;
}
#wpg-login {
width: 100%;
}
#wpg-login a {
width: 100%;
padding: 0;
}
}