/* File: /aardvark/lhn/css/lhn_styles.css */
/* General Styles for Both Forms */
.lhn-form-container {
max-width: 600px;
margin: 0 auto;
padding: 20px;
background-color: #f9f9f9;
border: 1px solid #ccc;
}
.lhn-form-container h2 {
text-align: center;
margin-bottom: 20px;
}
.lhn-form-container form {
display: flex;
flex-direction: column;
}
.lhn-form-container label {
margin-bottom: 5px;
font-weight: bold;
}
.lhn-form-container input[type="text"],
.lhn-form-container input[type="email"],
.lhn-form-container textarea,
.lhn-form-container select {
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ccc;
border-radius: 4px;
width: 100%;
box-sizing: border-box;
}
.lhn-form-container textarea {
resize: vertical;
min-height: 100px;
}
.lhn-form-container button[type="submit"],
.lhn-form-container button[type="button"] {
padding: 10px 15px;
margin-right: 10px;
margin-top: 10px;
border: none;
border-radius: 4px;
background-color: #005baa;
color: #fff;
font-size: 16px;
cursor: pointer;
}
.lhn-form-container button[type="button"] {
background-color: #888;
}
.lhn-form-container button:hover {
background-color: #003f7d;
}
.lhn-form-container button[type="button"]:hover {
background-color: #666;
}
.lhn-form-container .response-message {
margin-top: 15px;
padding: 10px;
background-color: #e7f3fe;
border-left: 6px solid #2196F3;
color: #31708f;
}
.lhn-form-container .response-message.error {
background-color: #f8d7da;
border-left-color: #dc3545;
color: #721c24;
}
/* Styles Specific to the Signup Form */
.signup-container {
max-width: 600px;
margin: 0 auto;
padding: 20px;
background-color: #fff3cd;
border: 1px solid #ffeeba;
}
.signup-container h2 {
text-align: center;
margin-bottom: 20px;
}
.signup-container label {
margin-bottom: 5px;
font-weight: bold;
}
.signup-container input[type="email"] {
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ffeeba;
border-radius: 4px;
width: 100%;
box-sizing: border-box;
}
.signup-container button[type="submit"] {
padding: 10px 15px;
margin-top: 10px;
border: none;
border-radius: 4px;
background-color: #856404;
color: #fff;
font-size: 16px;
cursor: pointer;
}
.signup-container button[type="submit"]:hover {
background-color: #6c4e03;
}
.signup-container .response-message {
margin-top: 15px;
padding: 10px;
background-color: #d4edda;
border-left: 6px solid #28a745;
color: #155724;
}
.signup-container .response-message.error {
background-color: #f8d7da;
border-left-color: #dc3545;
color: #721c24;
}
Warning: Cannot modify header information - headers already sent by (output started at /home/londonky/public_html/wp-content/themes/aardvark/lhn/css/lhn_styles.css:1) in /home/londonky/public_html/wp-includes/pluggable.php on line 1435
Warning: Cannot modify header information - headers already sent by (output started at /home/londonky/public_html/wp-content/themes/aardvark/lhn/css/lhn_styles.css:1) in /home/londonky/public_html/wp-includes/pluggable.php on line 1438