
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url(../Images/LoginPageBackground75.jpg);
    background-color: rgb(29, 29, 27);
    font-family: sans-serif;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-width: initial;
    background-size: cover;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    color: white;
    background-color: var(--main-cralog-color);
    border-color: var(--main-cralog-color);
}

.btn-primary:hover {
    color: white;
    background-color: #cb7a00;
    border-color: #cb7a00;
}

.btn-login-page {
    border: none;
    font-family: sans-serif;
    margin-right: 40px;
    margin-bottom: 30px;
    margin-top: 5px;
    min-width: 150px;
}

.btn-login-page-form {
    margin: 0;
    margin-bottom: 10px;
    float: right;
}

.btn-envelop {
    position: absolute;
    bottom: 0;
    right: 0;
}

.form-control {
    border-radius: 0;
}

.form-check-label {
    color: white;
}

.header {
    background-color: var(--main-cralog-color-dark);
    height: 141px;
}

.data-image {
    display: block;
    width: 72px;
    height: 72px;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 25px;
    z-index: 1000;
}

.appstore-link {
    display: block;
    float: right;
    z-index: 1000;
}

.logininputcolumn {
    padding-right: 0;
    padding-left: 0;
    min-width: 200px;
    max-width: 300px;
    border-radius: 0;
}

.logininputcolumn2 {
    padding-right: 0;
    padding-left: 0;
}

.box {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.box .header {
    flex: 0 1 auto;
    background-color: var(--main-cralog-color-dark);
    height: 141px;
}

.box .middle {
    flex: 1 1 auto;
    background-color: transparent;
}
.box .footer {
    flex: 0 1 5px;
}

.content {
    text-align: left;
}

.data-short-col {
    background-color: rgb(29, 29, 27);
    background-clip: content-box;
    margin-top: 30px;
}

.data-short {
    display: inline-block;
    width: 100%;
    min-width: 400px;
    min-height: 292px;
    position: relative;
}

.data-shorter {
    width: 100%;
    min-width: 370px;
    min-height: 310px;
}

.data-shorter .data-title {
    margin-top: 25px;
    margin-inline: auto;
    text-align: center;
}

.data-wide {
    background-color: rgb(29, 29, 27);
    width: 100%;
    margin-top: 30px;
    min-height: 240px;
    min-width: 400px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.data-content {
    background-color: transparent;
    position: relative;
    min-height: 220px;
}

.data-title {
    background-color: transparent;
    color: var(--main-cralog-color);
    font-size: 26pt;
    font-family: sans-serif;
    font-weight: 600;
    margin-top: 55px;
    margin-left: 35px;
    text-align: left;
}

.data-text {
    background-color: transparent;
    color: white;
    margin-top: 20px;
    margin-left: 35px;
    margin-right: 40px;
    text-align: left;
}

.data-text-wide {
    background-color: transparent;
    color: white;
    margin-top: 25px;
    margin-left: 35px;
    margin-right: 40px;
    text-align: left;
}

.data-buttons {
    background-color: #72b598;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 56px;
    text-align: right;
}

.data-button {
    border: none;
    background-color: var(--main-cralog-color);
    color: white;
    padding: 12px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: sans-serif;
    position: relative;
    right: 56px;
    bottom: 56px;
    min-width: 150px;
}

.data-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media(max-width: 576px) {
    .container {
        max-width: 350px;
        padding-left: 0;
        padding-right: 0;
    }
    .col {
        padding-left: 0;
        padding-right: 0;
    }
    .data-title {
        margin-left: 15px;
    }
    .data-short {
        min-width: 380px;
    }
    .data-image {
        right: 5px;
    }
}

.tfa-otp
{
    font-weight: bold;
    width: 800px;
}

.tfa-title
{
    color: Black;
    background-color: var(--main-cralog-color);
    border-top: solid 1px var(--cell-border-top-color);
    border-bottom: solid 1px var(--cell-border-bottom-color);
    height: 22px;
    padding-left: 10px;
}


/*#489. Login: Option to make password visible*/
.password-container {
    display: flex;
    align-items: center;
    position: relative;
}

.password-field {
    flex: 1;
    padding-right: 40px; /* Make room for the icon */
}

.password-icon {
    position: absolute;
    right: 10px; 
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    color: black; /* Change icon color for better visibility */
}

/* Ensure help text is readable on dark backgrounds */
.login-help-text {
    color: white;
}
