.height-40 {
    height: 40px;
}

.card {
    width: 100%;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 0.75rem 1.5rem #12263f08;
    overflow: hidden;
    border: 0;
}

.header {
    background-color: #556ee640 !important;
    padding: 0 15px 0 25px;
    height: 110px;
}

.header .login-img img {
    object-fit: cover;
    height: 100%;
    pointer-events: none;
}

.header-text p:first-child {
    font-size: 15px;
    font-weight: bold;
    color: #556ee6;
    margin: 0;
}

.header-text p:last-child {
    font-size: 13px;
    color: #556ee6;
    margin: 5px 0 0 0;
}

.illustration {
    width: 100px;
    height: 100px;
    background-color: #a6b0cf;
}

.form-container {
    padding: 30px;
}

form label {
    display: block;
    font-size: 12px;
    color: #454545;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}

form input[type="email"],
form input[type="password"] {
    width: 100%;
    height: 40px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 14px;
    color: #2a3f5f;
    margin-bottom: 15px;
    box-sizing: border-box;
}

form input:focus {
    border-color: #405189;
    outline: none;
}

form input::placeholder {
    color: #a6b0cf;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.checkbox-container input {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.checkbox-container label {
    font-size: 13px;
    color: #2a3f5f;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
}

form button {
    width: 100%;
    height: 36px;
    background-color: #556ee6;
    color: white;
    font-size: 13px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

form button:hover {
    background-color: #485ec4;
}

.footer-links {
    text-align: center;
    margin-top: 30px;
}

.footer-links a {
    color: #556ee6;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
}

.footer-links a:hover {
    text-decoration: underline;
}

.lock-icon {
    font-size: 12px;
    margin-right: 5px;
}
