﻿html {
    font-size: 10px;
}
body {
    font-size: 14px;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.navbar-add {
    background: white;
    color: darkgray;
    text-transform: uppercase;
    height: 30px;
    z-index: 1001;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 3px 6px #000000, 0 3px 6px #000000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding-left: 2%;
    padding-right: 2%;
}

    .navbar-add .dropdown {
        padding: 5px 5px 0px 5px;
    }

    .navbar-add .mainPage {
        float: right;
        padding: 5px 0px 5px 5px;
    }

    .navbar-add .dropdown a {
        text-decoration: none;
    }

    .navbar-add a {
        color: darkgray;
    }

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.headline_logo {
    width: 212px;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    overflow: hidden;
}

.login-container {
    background: rgba(255, 255, 255, 0.71);
    max-width: 390px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    min-width: 260px;
    text-align: center;
    width: 100%;
    margin-top: 120px;
    border-radius: 15px;
}

.login-container .link-secondary {
    font-weight: bold;
}

.pass-reset-container,
.change-mobile-number-container {
    background: rgba(255, 255, 255, 0.71);
    max-width: 390px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    min-width: 260px;
    text-align: center;
    width: 100%;
    margin-top: 120px;
    border-radius: 15px;
}

.subline_text {
    color: #d21f31;
    font-size: 17px;
    margin-bottom: 20px;
}

.reset_text {
    color: #495057;
    font-size: 17px;
    margin-bottom: 20px;
}

.form-field {
    width: 100%;
}

.login-field {
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 5px 0;
}

.reset-field {
    text-align: end;
    margin-top: 15px;
}
    .reset-field .login-button {
        padding: 0 2px 0 2px;
    }
.cancelButton {
    margin-top: -75px;
    float: right;
    margin-right: -35px;
    font-size: 35px;
    color: #888;
    cursor: pointer;
}
.cancelButton:hover {
    color: #444;
}
.login-field-wrapper {
    padding: 20px 40px 10px 40px;
}

.form-control-login, .login-button {
    border-radius: 0;
    font-size: 16px;
    border-radius: 6px;
    height: 40px;
}

.nopw-field {
    -o-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 5px;
}

.login-button {
    width: 100%;
    height: 50px;
    font-size: 20px;
}


.additionalLinks {
    margin-bottom: 20px;
}

.copyright {
    font-size: 12px;
}

.mat-form-field-infix {
    border-top: 0px !important;
}

.footerSimple {
    background: rgba(255, 255, 255, 0.71);
    padding: 12px;
    min-width: 768px;
    max-width: fit-content;
    font-weight: lighter;
    border-radius: 8px;
    position: sticky;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 90%;
    display: inherit;
    margin-top: 20px;
}

    .footerSimple a {
        color: #333333;
        font-weight: lighter;
    }

.version-text {
    font-weight: lighter;
    font-size: 12px !important;
}

.version-icon {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    position: relative;
    top: 2px;
}

#login-banner {
    width: 300px;
    float: left;
    margin-top: 50px;
    margin-left: 20px;
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -webkit-transform: rotate( -10deg );
    transform: rotate( -10deg );
}

#maintenance-banner {
    width: 300px;
    float: right;
    margin-top: 50px;
    margin-right: 20px;
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -webkit-transform: rotate( 10deg );
    transform: rotate( 10deg );
}

.error-text-field,
.error-text-field-mobile-form {
    border: 1px solid #333;
    border-radius: 6px;
    margin: 0 40px;
    padding: 10px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #c99d9d;
    margin-bottom: -20px;
    display: none;
}

.success-text-field {
    border: 1px solid #333;
    border-radius: 6px;
    margin: 0 40px;
    padding: 10px;
    color: #046e04;
    background-color: #c4ebcf;
    border-color: #98cd8b;
    margin-bottom: -20px;
    display: none;
}

.info-text-field {
    border: 1px solid #333;
    border-radius: 6px;
    margin: 0 40px;
    padding: 10px;
    color: #9b8869;
    background-color: #fdf8e4;
    border-color: #f6ead5;
    margin-bottom: -20px;
    display: none;
}
