 /* ing orange #221C46 */
 .ing-orange {
     color: #221C46;
 }

 .ing-button {
     background-color: #221C46;
     color: #fff;
 }

 .ing-button:hover {
     background-color: #fff;
     color: #221C46;
 }

 .ing-cancel-button {
     background-color: #000066;
     color: #fff;
 }

 .ing-cancel-button:hover {
     background-color: #fff;
     color: #000066;
 }

 .ing-logo {
     min-height: 5vh;
 }

.bg-glass {
    background-color: hsla(0, 0%, 100%, 0.75) !important;
    backdrop-filter: saturate(200%) blur(15px);
}

.md-form label.active {
    color: #221C46 !important;
}

.md-form label {
    /*padding-left: 1rem;*/
    font-size: 1.1rem;
    font-weight: 400;
    color: #2c2121 !important;
}

.md-form input:not([type]):focus:not([readonly]),
.md-form input[type="text"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="password"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="email"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="url"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="time"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="date"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="number"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="phone"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search-md"]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #221C46;
    -webkit-box-shadow: 0 1px 0 0 #221C46;
    box-shadow: 0 1px 0 0 #221C46;
    color: #2c2121;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 0;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.form-check-input[type="checkbox"]+label:before,
.form-check-input[type="checkbox"]:not(.filled-in)+label:after,
label.btn input[type="checkbox"]+label:before,
label.btn input[type="checkbox"]:not(.filled-in)+label:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    content: "";
    border: 2px solid #221C46;
    border-radius: 1px;
    -webkit-transition: .2s;
    transition: .2s;
}

.form-check-input[type="checkbox"]:not(.filled-in)+label:after,
label.btn input[type="checkbox"]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form-check-input[type="checkbox"]+label:before,
.form-check-input[type="checkbox"]:not(.filled-in)+label:after,
label.btn input[type="checkbox"]+label:before,
label.btn input[type="checkbox"]:not(.filled-in)+label:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    content: "";
    border: 2px solid #221C46;
    border-radius: 1px;
    -webkit-transition: .2s;
    transition: .2s;
}

.custom-select {
    border-top: none;
    border-left: none;
    border-radius: 0;
    border-right: none;
}

.form-check-input[type="checkbox"]+label,
label.btn input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    height: 1.5625rem;
    padding-left: 35px;
    line-height: 1.5625rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check-input[type="checkbox"]:checked+label:before,
label.btn input[type="checkbox"]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-right: 2px solid #221C46;
    border-bottom: 2px solid #221C46;
    border-left: 2px solid transparent;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.form-check-input[type="checkbox"]:not(.filled-in)+label:after,
label.btn input[type="checkbox"]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form-control:not(:focus)~.form-notch .form-notch-leading {
    box-shadow: none !important;
    clip-path: inset(-2px 0px -2px -2px);
}

.form-control:not(:focus)~.form-notch div:nth-child(2) {
    box-shadow: none !important;
    clip-path: inset(0px 0px -2px 0px);
}

.form-control:not(:focus)~.form-notch div:last-child {
    box-shadow: none !important;
    clip-path: inset(-2px -2px -2px 0px);
}

.form-control:focus~.form-notch .form-notch-leading {
    border-color: #221C46 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(255, 98, 0, 0.6) !important;
    clip-path: inset(-2px 0px -2px -2px);
}

.form-control:focus~.form-notch div:nth-child(2) {
    border-bottom-color: #221C46 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 2px rgba(255, 98, 0, 0.6) !important;
    clip-path: inset(0px 0px -2px 0px);
}

.form-control:focus~.form-notch div:last-child {
    border-color: #221C46 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(255, 98, 0, 0.6) !important;
    clip-path: inset(-2px -2px -2px 0px);
}

.form-control:focus~.form-label {
    color: #221C46 !important;
}

/* depending on the device screen position landscape or portrait, change the body background image with a file from the folder img */
@media (orientation: landscape) {
    body {
        /*background: url("../img/fundal-ing-christmas-landscape-v2.png") no-repeat center center fixed;*/
        /*background: url("../img/background-ing-christmas.png") no-repeat center center fixed;*/
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

@media (orientation: portrait) {
    body {
        /*background: url("../img/fundal-ing-christmas-portrait-v2.png") no-repeat center center fixed;*/
        /*background: url("../img/background-ing-christmas.png") no-repeat center center fixed;*/
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 600px) {
    body {
        font-size: 14px;
    }

    .form-control{
        font-size: 1rem;
        line-height: 2.15;
    }
    .div-acord-label{
        font-size: 1rem;
    }
}

@media (min-width: 601px) and (max-width: 1200px) {
    body,html {
        font-size: 16px;
        height: 100%;
    }
    .form-control {
        font-size: 1.5rem;
        line-height: 2.15;
    }
    .div-acord-label{
        font-size: 1.2rem;
    }
}

@media (min-width: 1201px) {
    body,html {
        height: 100%;
        font-size: 20px;
    }

    .form-control {
        font-size: 2rem;
        line-height: 2.15;
    }
    .div-acord-label{
        font-size: 1.4rem;
    }
}