/* Custom CSS for Widomaker Webmail Login Page */

/* Sets the background for the entire page */
body {
    background-color: #425057;
}

/* Main container for the login form */
#login-form {
    background-color: #ffffff;
}

/* Shared styles for the light grey info boxes (TOS, Status, Welcome) */
.info-box {
    padding: 1px;
    margin: 5px auto; /* 'auto' for left/right margins centers the box */
    background-color: #f2f2f2;
    text-align: center;
}

/* Specific font sizes for different info boxes */
#tos-container, #status-container {
    font-size: xx-small;
}

#welcome-container {
    font-size: 14px;
}

/* Shared styles for the content within the info boxes */
.info-box-content {
    margin: 0 1em; /* 0 for top/bottom, 1em for left/right */
}

/* Container for the Widomaker logo */
#wido-logo-container {
    /* This ID provides a unique hook for the logo's parent container,
       avoiding conflicts with OpenSRS default IDs. */
}

/* Styles for the Widomaker logo image, which is inside #wido-logo-container */
#logo {
    display: block;
    width: 215px;
    height: 100px;
    margin: 0 auto; /* 'auto' for left/right margins centers the image */
    border: none;
}

/* Container for the HSTS image at the bottom of the page */
#hsts-container {
    text-align: center;
	margin: 2em;
}
