@font-face {
    font-family: 'Gotham-Light';
    src: url('/statics/font/GothamSSm-Light_Web.woff2') format('woff2'), url('/statics/font/GothamSSm-Light_Web.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('/statics/font/GothamSSm-Book_Web.woff2') format('woff2'),
         url('/statics/font/GothamSSm-Book_Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.login-wrapper {
    width: 375px;
    height: 575px;
    border-radius: 5px;
    background-color: #ffffff;
    position: absolute; /*it can be fixed too*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.fact-wrapper {
    width: 475px;
    height: 575px;
    border-radius: 5px;
    background-color: #ffffff;
    position: absolute; /*it can be fixed too*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

::-webkit-input-placeholder {
    color: #8E8BA5;
}

.logo-top {
    width: 252px;
    height: 71px;
    object-fit: contain;
    margin-top: 5px;
}

.login-title {
    height: 30px;
    font-family: 'Gotham-Light';
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a1448;
    margin-bottom: 35px;
    margin-top: 20px;
}

.username-label {
    height: 15px;
    font-family: 'Gotham-Book';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a1448;
    padding-top: -5px;
    margin-bottom: -22px;
    margin-top: -3px;
}
.password-label {
    height: 15px;
    font-family: 'Gotham-Book';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a1448;
    padding-top: -5px;
    margin-bottom: -22px;
    margin-top: -3px;
}
.password-label-container {
    margin-top: 10px;
}


/* INPUT TEXT LINE */
.input-line {
    width: 309px;
    height: 35px;
    font-family: 'Gotham-Book';
    border: none;
    border-bottom: solid 2px #1a1448;
    color: #1a1448 !important;
}
    .input-line:after {
        content: "\f13d";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #459ce7;
        font-size: 18px;
        padding-right: 0.5em;
        position: absolute;
        top: 10px;
        right: 0;
    }

    .input-line:focus-visible {
        border: none !important;
        border-bottom: solid 2px #1a1448 !important;
        box-shadow: none;
        outline: none;
    }



/* ICON DESIGN */
.icon-small {
    position: absolute;
    padding-top: 4px;
}
.user-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.key-icon {
    width: 16px;
    height: 8.7px;
    object-fit: contain;
}

.fill {
    width: 309px;
    height: 44px;
    font-family: 'HCo Gotham SSm';
    object-fit: contain;
}



/* FORGOT PASSWORD LINK */

#watchwoord-kvijt-link {
    color: #1a1448;
    text-decoration: none;
}
.Wachtwoord-kwijt {
    width: 156px;
    height: 16px;
    opacity: 0.76;
    font-family: 'Gotham-Book';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a1448;
}

/* BUTTON FOR LOGIN */
.btn-login {
    width: 309px;
    height: 44px;
    background-color: #39bee4;
    font-family: 'Gotham-Light';
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

.btn-login:hover {
    color: #ffffff;
    background-color: #2dbbe3;;
}
.btn-login:active {
    background-color: #1a1448;
}
.text-danger {
    font-family: 'Gotham-Book';
    font-size: 14px;
    position: relative;
    top: 4px;
}
.button-normal-blue {
    background-color: #39bee4;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #ffffff !important;
}
.button-normal-blue:hover {
    background-color: #3fd4fe;
}
.button-normal {
    font-size: 12px;
    border: solid 1px #1a1448;
}



/*  FORM IMAGE  */
#frmLogin img {
    margin-bottom: -40px;
}

/*  FORM INPUTS  */

input[type="text"],
input[type="password"] {
    background: transparent;
    background-color: #ffffff;
    border: none;
    border-bottom: 2px solid #1a1448;
    padding: 10px 5px 12px 5px;
    overflow: hidden;
    outline: none;
}


/* RememberMe CHECKBOX */

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.md-checkbox {
    position: relative;
    margin: 0.5em 0;
    text-align: left;
}

.md-checkbox label {
    cursor: pointer;
    font-family: 'Gotham-Book';
    display: inline;
    line-height: 1.25em;
    vertical-align: top;
    clear: both;
    padding-left: 1px;
}
.md-checkbox.md-checkbox-inline {
    display: inline-block;
}
.md-checkbox label:not(:empty) {
    padding-left: 1.75em;
}
.md-checkbox label:before, .md-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.md-checkbox input[type="checkbox"]:checked + label:before {
    background: #39BEE4;
    border: none;
}
.md-checkbox label:before {
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 0.125em;
    cursor: pointer;
    transition: background .3s;
}

.md-checkbox input[type="checkbox"]:checked + label:after {
    transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
    width: 0.75em;
    height: 0.375em;
    border: 0.125em solid #fff;
    border-top-style: none;
    border-right-style: none;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
    background: rgba(0, 0, 0, 0.26);
}
*, *:before, *:after {
    box-sizing: border-box;
}
/*
    KEYFRAMES
*/
@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}
