:root {
    --main-btn-color: #f28600;
    --hover-btn-color: #9f5100;
    --custom-box-shadow: 0 0.313rem 0.625rem 0 rgba(0,0,0,.12);
}

@font-face {
    font-family: "AllianzNeo-Light";
    src: url("../fonts/allianz/allianz_neo_light/allianz_neo_light.eot"); /* IE9*/
    src: url("../fonts/allianz/allianz_neo_light/allianz_neo_light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/allianz/allianz_neo_light/allianz_neo_light.woff2") format("woff2"), /* chrome firefox */ url("../fonts/allianz/allianz_neo_light/allianz_neo_light.woff") format("woff"), /* chrome firefox */ url("../fonts/allianz/allianz_neo_light/allianz_neo_light.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/ url("../fonts/allianz/allianz_neo_light/allianz_neo_light.svg#AllianzNeoW04-Light") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: "AllianzNeo-Regular";
    src: url("../fonts/allianz/allianz_neo_regular/allianz_neo_regular.eot"); /* IE9*/
    src: url("../fonts/allianz/allianz_neo_regular/allianz_neo_regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/allianz/allianz_neo_regular/allianz_neo_regular.woff2") format("woff2"), /* chrome firefox */ url("../fonts/allianz/allianz_neo_regular/allianz_neo_regular.woff") format("woff"), /* chrome firefox */ url("../fonts/allianz/allianz_neo_regular/allianz_neo_regular.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/ url("../fonts/allianz/allianz_neo_regular/allianz_neo_regular.svg#AllianzNeoW04-Regular") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: "AllianzNeo-SemiBold";
    src: url("../fonts/allianz/allianz_neo_semibold/allianz_neo_semibold.eot"); /* IE9*/
    src: url("../fonts/allianz/allianz_neo_semibold/allianz_neo_semibold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/allianz/allianz_neo_semibold/allianz_neo_semibold.woff2") format("woff2"), /* chrome firefox */ url("../fonts/allianz/allianz_neo_semibold/allianz_neo_semibold.woff") format("woff"), /* chrome firefox */ url("../fonts/allianz/allianz_neo_semibold/allianz_neo_semibold.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/ url("../fonts/allianz/allianz_neo_semibold/allianz_neo_semibold.svg#AllianzNeoW04-SemiBold") format("svg"); /* iOS 4.1- */
}

/** Helper Classes **/
.spacer-80 {
    height: 80px;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 25px 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

body {
    font-family: 'AllianzNeo-Light', sans-serif;
    font-size: 14pt;
    background: #fff;
    color: #414141;
    height: 100vh;

    background: url('../../static/img/wartung.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center bottom;
}

.btn-no-radius,
.no-radius {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.navbar {
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
}

.navbar .navbar-brand .login-logo {
    width: 50px !important;
}

.login-form-container .login-form {
    max-width: 50%;
    margin: 0 auto;
    padding: 25px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: var(--custom-box-shadow);
    box-sizing: border-box;
}

.login-form-container p.subtitle {
    font-family: 'AllianzNeo-Light', sans-serif;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 5px;
}

.login-form-container h1.title {
    font-family: 'AllianzNeo-SemiBold', sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 45px;
    line-height: 50px;
    text-transform: uppercase;
}

.login-form-container .login-form {
    margin-top: 15px;
}

input[type="text"],
.login-form input[type="password"] {
    border: none;
    box-shadow: none;
    font-size: inherit;
    font-weight: inherit;
    background: #fff;
    color: inherit;
    outline: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #414141;
}

input[type="text"]:focus,
input[type="password"]:focus {
    box-shadow: none;
    outline: none;
    border-color: #f28600;
}

.input-group .input-group-append .input-group-text {
    border: none;
    background: none;
    font-size: 15pt;
}

.input-group .input-group-append .input-group-text .toggle-show-password {
    cursor: pointer;
}

.login-form-container .login-form .lost-access-data {
    cursor: pointer;
    text-align: left;
    color: #006192;
    text-transform: uppercase;
}

.login-form-container .login-form .btn-login,
.login-form-container .login-form .btn-login:active,
.login-form-container .login-form .btn-login:focus,
.login-form-container .login-form .btn-login:visited {
    background-color: var(--main-btn-color);
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
    border-color: var(--main-btn-color);
}

.login-form .info-modal-trigger {
    text-align: right;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
    border: none;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e74c3c;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2ecc71;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2ecc71;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}