:root {
    --pf-global--primary-color--100: #1e3f72;
    --pf-global--BorderWidth--md: 2px;
    --pf-c-form__label--Color: #000000;
}
.login-pf-page{
    height: 97vh;
}
.login-pf-page .card-pf {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background-color: #1e3f72;
    font-size: 15px;
    padding-left: 5vh;
    padding-right: 5vh;
}
.link {
    color: white;
   margin-left: 5rem;
}

.font-semibold {
    font-weight: 600;
}

.pf-c-form__label-text {
    font-weight: 400;
    font-family: Poppins;
    font-size: 16px;
}

.login-pf body {
    background: url("../img/background.jpg") no-repeat center center fixed;
    background-color: #ebf3f6 !important;
    background-size: cover;
    height: 100%;
}

div.kc-logo-text {
    background-image: none;
}

#kc-page-title {
    color: white;
    font-size: 0px;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 130px;
    width: 323px;
    margin: 0 auto;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2em;
    padding: 62px 10px 0px;
    white-space: normal;
}

#kc-header {
    color: #1e3f72;
}

.card-pf {
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    position: relative;
    padding: 16px;
    border-radius: 4px;
    border-top: 2px solid transparent;
}

.pf-m-primary {
    background-image: none;
    border-color: #00659c;
    color: #fff !important;
    border-radius: 4px;
    height: 36px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
}

.pf-m-primary:hover {
    background-color: rgba(30,63,114,0.9);
    background-image: none;
    border-color: #00659c;
    color: #fff;
}

#kc-locale-dropdown a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
}

.login-pf-signup{
    font-family: Poppins;
}

.login-pf-settings{
    font-family: Poppins;
}

a {
    color: #1e3f72;
}

a:hover {
    color: #1e3e71;
}

.pf-c-form-control:not(textarea)  {
    border-radius: 4px;
    height: 48px !important;
    border-color:  #ebebeb;
    border-width: 1px;
    border-style: solid;

    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

.pf-c-form-control:hover, .pf-c-form-control:focus {
    border-color: #1e3f72;
    border-width: 2px;
    border-style: solid;
}

@media (max-width: 767px) {
    #kc-header {
        text-align: center;
    }

    #kc-header-wrapper {
        color: #1e3f72;
    }
}

/* poppins-300 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local('Poppins Light'), local('Poppins-Light'),
    url('fonts/poppins-v9-latin-300.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('fonts/poppins-v9-latin-300.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-regular - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'),
    url('fonts/poppins-v9-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('fonts/poppins-v9-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-500 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local('Poppins Medium'), local('Poppins-Medium'),
    url('fonts/poppins-v9-latin-500.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('fonts/poppins-v9-latin-500.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-600 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
    url('fonts/poppins-v9-latin-600.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('fonts/poppins-v9-latin-600.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-700 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'),
    url('fonts/poppins-v9-latin-700.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('fonts/poppins-v9-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.countdown-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 700;
}

.count-text-box {
    font-size: 13px;
}

