html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%
}

body {
    background-color: #eaeaea;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    min-height: 100%
}

.align {
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;

    display: -ms-grid;
    display: grid;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container {
    max-width: 370px;
}

.container.new-account {
    max-width: 500px;
}

input[type='submit'] {
    background-color: #1dabb8;
    border-radius: .25rem;
    color: #fff;
    font-weight: 700;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: .6rem .85rem;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s
}

input[type='submit']:focus,
input[type='submit']:hover {
    background-color: #198d98
}

.form-control {
    border-radius: 0
}

.form-control:focus {
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
}

.login__header {
    background-color: #55bc54;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #fff;
    padding: 1rem;
    text-align: center;
    text-transform: uppercase
}

.login__title {
    font-size: 1rem;
    margin: 0;
    font-weight: 700
}

.login__body {
    background-color: #fff;
    padding: .25rem .75rem;
    position: relative
}

.login__body::before {
    background-color: #fff;
    content: '';
    height: .5em;
    left: 50%;
    margin-left: -.25rem;
    margin-top: -.25rem;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    width: .5em
}

.icon {
    display: inline-block;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-right: .5rem;
    text-align: center;
    vertical-align: middle;
    width: 1.5rem;
    background-color: #e5e5e5;
    border-radius: 50%
}

input.first {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom: 0
}

input.last {
    border-bottom-left-radius: .25em;
    border-bottom-right-radius: .25em;
    border-bottom: .0625em solid #e5e5e5
}

.lang-btn {
    border-radius: .35rem;
}

.lang-btn:hover {
    -webkit-box-shadow: 0px 0px 6px #9c9c9c;
            box-shadow: 0px 0px 6px #9c9c9c;
}

.lang-btn.selected {
    -webkit-box-shadow: 0px 0px 6px #009e90;
            box-shadow: 0px 0px 6px #009e90;
}

input[type="text"], input[type="password"], input[type="email"] {
/*    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0*/
}

.login__footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-left: .75rem;
    padding-right: .75rem
}

.login__footer p {
    margin: 0
}

.logo_container {
    display: block;
    max-height: 50px;
    text-align: center;
    margin-bottom: 5px
}

.logos {
    max-width: 100%;
    max-height: 50px
}

ul.carousel {
    padding: 0;
    margin: 0;
    text-align: center;
}

ul.carousel li {
    list-style-type: none;
    display: inline-block
}

ul.carousel li p.gdpr{
    line-height: 12px;
    font-size: 12px;
    color: #666666;
    max-width: 1100px;
    margin: 0 auto;
}

.list_img_container {
    display: block
}

.list_img {
    max-width: 80px;
    max-height: 35px
}

@media (min-width:576px) {
    .list_img {
        max-width: 100px;
        max-height: 50px
    }
}

.form-control:focus {
    border-color: rgba(0, 0, 0, .15);
}

#containerLoading {
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border: 2px solid #2196f3;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-animation: fx 1000ms ease infinite 0ms;
            animation: fx 1000ms ease infinite 0ms
}

.dot.sm {
    width: 4px;
    height: 4px;
    border: 1px solid #2196f3;
    margin: 0 1px
}

.dot:nth-child(2) {
    -webkit-animation: fx 1000ms ease infinite 300ms;
            animation: fx 1000ms ease infinite 300ms
}

.dot:nth-child(3) {
    -webkit-animation: fx 1000ms ease infinite 600ms;
            animation: fx 1000ms ease infinite 600ms
}

@-webkit-keyframes fx {
    50% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fx {
    50% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

#formBody {
    display: none;
}

a.ft_link{
    line-height: 12px;
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}

.custom-control.lang > .custom-control-label::after {
    display: none!important;
}

.custom-control.lang > .custom-control-label::before {
    display: none!important;
}

img.flag:hover {
    -webkit-box-shadow: 0px 3px 10px 0px #9c27b0;
            box-shadow: 0px 3px 10px 0px #9c27b0;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.custom-radio .custom-control-input:checked~.custom-control-label img.flag {
    -webkit-box-shadow: 0px 3px 10px 0px #3f51b5;
            box-shadow: 0px 3px 10px 0px #3f51b5;
}

.custom-control.lang {
    padding: 0!important;
    margin: .5rem!important;
}

.custom-control.lang img.flag{
    max-width: 40px;
    height: auto;
    cursor: pointer;
    border-radius: .35rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

body.oko {
    background-color: #ffffff;
}

.oko .login__header {
    background-color: #FBB040;
    padding: 0.75rem;
    border-radius: 0;
}

.oko .login__body::before {
    content: none;
}

.oko .login__body {
    padding: 0.5rem 0.75rem;
    background-color: #eaeaea;
}

.oko .login__footer {
    border-radius: 0;
    background-color: #eaeaea;
}