@font-face {
    font-family: 'Honeywell Sans Web_Book';
    src:    url('fonts/HoneywellSansWeb-Book.eot');
    src:    url('fonts/HoneywellSansWeb-Book.eot?#iefix') format('embedded-opentype'),
    url('fonts/HoneywellSansWeb-Book.woff') format('woff'),
    url('fonts/HoneywellSansWeb-Book.woff2') format('woff2'),
    url('fonts/HoneywellSansWeb-Book.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    font-family: Honeywell Sans Web_Book;
    color: #303030;
}
body div {
    box-sizing: border-box;
}
#login-wrapper {
    background: white no-repeat center 0;
    min-height: 100vh; /* Ensure the content area covers at least the full height of the viewport */
    background-size: cover; /* Ensure the image covers the whole area */
}
#login-logo {
    margin: auto;
    margin-bottom: 50px;
    width: 235px;
}
#login-wrapper h3 {
    text-align: center;
}
#hon-logo {
    background: white url('../images/hon-logo.svg') no-repeat center 0;
    background-size: 150px;
    width: 150px;
    height: 40px;
    display: inline-block;
    margin-right: 15px;
}
#logo-title {
    display: inline-block;
    padding-left: 15px;
    border-left: 1px solid #707070;
    font-size: 22px;
    vertical-align: top;
    height: 42px;
}
#logo-title span {
    position: relative;
    top: 8px;
}
#login-panel {
    width: 500px;
    margin: auto;
    padding-top: 85px;
    padding-bottom: 100px; /* Additional padding to accommodate the footer */
}
#login-panel form {
    width: 330px;
    margin: 0px auto 20px;
}
#login-panel label {
    display: block;
    font-size: 15px;
    color: #707070;
    margin-bottom: 6px;
    font-weight: 700;
}
#login-panel .input-field {
    margin-bottom: 18px;
}
#login-panel input {
    height: 42px;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    box-sizing: border-box;
    padding: .67857143em 1em;
    font-family: Honeywell Sans Web_Book;
    color: #000;
}

#login-panel select {
    height: 25px;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    box-sizing: border-box;
    font-family: Honeywell Sans Web_Book;
    color: #000;
}

#login-panel .login-logo {
    width: 124px;
    height: 147px;
    margin: auto;
    margin-bottom: 10px;
}
#login-panel input[type=submit] {
    background-color: #2494E2;
    border: none;
    width: 100%;
    color: #fff;
    margin-top: 5px;
    margin: 15px 0 20px;
    font-family: Honeywell Sans Web_Book;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease; /* Add transition to enhance UX */
}

#login-panel input[type=submit]:disabled {
    background-color: #A9A9A9; /* Grey color for disabled state */
    color: #c9c9c9; /* Lighter text color */
    cursor: not-allowed; /* Change cursor to indicate unavailability */
}

#login-panel input[type=submit].secondaryButton {
    background-color: white;
    color: #2494E2;
    border: 0.1rem solid #2494E2;
}

#login-panel input[type=checkbox] {
    background-color: #bcc0c2;
    border: none;
    height: 11px;
    align-items: start;
    align-content: start;
    text-align: start ;
    width: 15px;
    margin-left: 0px;
    margin-bottom: 10px;
    color: #fff;
    font-family: Honeywell Sans Web_Book;
    text-transform: uppercase;
    cursor: pointer;
}

#login-wrapper .lang {
    float: right;
    padding: 15px;
}
#login-wrapper .lang a {
    color: #707070;
}

#login-wrapper #links {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#login-wrapper #links a {
    font-family: Honeywell Sans Web_Book;
    text-decoration: underline;
    cursor: pointer;
    color: #303030;
}
#login-wrapper .error {
    width: 600px;
    margin: 0px auto;
    color: red;
    margin: 0px auto 20px;
}
pre {
    font-family: Honeywell Sans Web_Book;
}
#login-wrapper.register .input-field {
    margin-bottom: 10px;
}
#login-wrapper.register #login-panel {
    padding-top: 85px;
}

input::-ms-reveal, input::-ms-clear {
     display: none;
}

.content{
    position: relative;
}

.show-hide{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.show-hide svg{
    cursor: pointer;
}

.checkbox {
    margin-top: 14px;
}

.checkbox-text-container {
    grid-template-columns: 30px calc(100% - 30px);
    font-weight: bold;
}

.privacy-text-container {
    grid-template-columns: 30px calc(100% - 30px);
    font-weight: bold;
}

.privacy-statement {
    background-color: #f0f0f0;
    padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
    position: relative;
}

.privacy-statement-link {
    margin-left: 3px;
}

/* Password requirements styling */

.password-requirements {
    font-family: Honeywell Sans Web_Book;
    padding: 12px 20px;
    margin: 10px 0;
    list-style: disc;
}
/* Nested list styling */
.password-requirements ul {
    margin-left: 20px;
    margin-top: 5px;
    list-style: circle;
}
.password-requirements ul li {
    font-size: 14px;
    padding: 2px 0;
}

/* Validation errors styling */
.validation-errors {
    padding: 12px 20px;
    margin: 10px 0;
    font-family: Honeywell Sans Web_Book;
    font-size: 13px;
}
.validation-errors strong {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}
.validation-errors ul {
    margin: 8px 0 0 20px;
    padding: 0;
    list-style: disc;
}
.validation-errors li {
    padding: 3px 0;
}
