.tenenet-login-form {
max-width: 400px;
margin: 0 auto;
padding: 20px;
}
.tenenet-login-error {
background: #ffeaa7;
border: 1px solid #fdcb6e;
padding: 15px;
margin-bottom: 20px;
border-radius: 4px;
}
.tenenet-login-message {
background: #55efc4;
border: 1px solid #00b894;
padding: 15px;
margin-bottom: 20px;
border-radius: 4px;
}
.tenenet-login-username,
.tenenet-login-password {
margin-bottom: 15px;
}
.tenenet-login-username label,
.tenenet-login-password label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
.tenenet-login-username input,
.tenenet-login-password input {
width: 100%;
padding: 10px;
border: 1px solid #ddd;
border-radius: 4px;
box-sizing: border-box;
}
.tenenet-login-remember {
margin-bottom: 15px;
}
.tenenet-login-submit {
margin-bottom: 20px;
}
.tenenet-login-submit input[type="submit"] {
background: #0073aa;
color: white;
padding: 12px 30px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
font-size: 16px;
}
.tenenet-login-submit input[type="submit"]:hover {
background: #005a87;
}
.tenenet-login-links {
text-align: center;
border-top: 1px solid #eee;
padding-top: 15px;
} .tenenet-recover-intro {
color: #555;
margin-bottom: 20px;
font-size: 14px;
line-height: 1.5;
}
.tenenet-back-link {
text-align: center;
margin-top: 15px;
}
.tenenet-back-link a,
.tenenet-login-links a {
color: #0073aa;
text-decoration: none;
}
.tenenet-back-link a:hover,
.tenenet-login-links a:hover {
text-decoration: underline;
} .tenenet-login-logo {
text-align: center;
margin-bottom: 24px;
}
.tenenet-login-logo img {
max-width: 160px;
height: auto;
display: inline-block;
}