﻿input[type='checkbox'] {
    margin: 0;
    margin-right: 10px;
    font-size: 1.3em;
}

    input[type='checkbox'] + label {
        margin-left: 10px;
        font-size: 15px;
        color: #757575;
    }

.input-group {
    border-bottom: 1px solid #f5f6f7;
    padding: 0 35px;
    width: calc(100% - 70px);
}

    .input-group.active, .input-group:hover {
        background-color: #f5f6f7;
    }

    .input-group:first-child {
        border-top: 1px solid #f5f6f7;
    }

    .input-group.no-style {
        border: none;
    }

        .input-group.no-style:hover {
            background: white;
        }

    .input-group [class^="icon-"] {
        margin-right: 10px;
        color: #2d31ac;
    }

    .input-group input {
        border: none;
        width: calc(100% - 50px);
        line-height: 40px;
        font-size: 15px;
        color: #040041;
        font-weight: 600;
        background: transparent;
        outline: none;
    }

        .input-group input::placeholder {
            font-weight: 400;
        }

.selectpicker {
    outline: none;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    color: #1d1c1c;
    background-color: #f1f1f5;
    text-indent: 10px;
    padding: 0 1rem;
}

.btn {
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 8px;
    min-width: 208px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

    .btn.btn-primary {
        color: #ffffff;
        font-weight: 600;
        background-color: #ff7f57;
    }

        .btn.btn-primary:hover {
            background-color: #ef6b57;
        }

    .btn.btn-ghost {
        color: #7a7a7a;
        text-align: center;
        text-decoration: underline;
        background: transparent;
    }

    .btn:focus {
        color: #ffffff !important;
        background-color: rgba(4, 0, 65, 0.1) !important;
        outline: none;
    }

    .btn i {
        float: right;
        margin-top: 2px;
    }

.card {
    margin: 16px auto;
    box-shadow: 0 0 10px 0 rgba(164, 167, 182, 0.1);
    border-radius: 12px;
    width: 80vw;
    max-width: 455px;
    background-color: white;
    z-index: 2;
    box-sizing: border-box;
}

    .card .card-footer {
        font-size: 12px;
        color: #a5a5a5;
        text-align: center;
    }

@font-face {
    font-family: 'icomoon-hrx';
    src: url("../fonts/icomoon-hrx.eot?94tne9");
    src: url("../fonts/icomoon-hrx.eot?94tne9#iefix") format("embedded-opentype"), url("../fonts/icomoon-hrx.ttf?94tne9") format("truetype"), url("../fonts/icomoon-hrx.woff?94tne9") format("woff"), url("../fonts/icomoon-hrx.svg?94tne9#icomoon-hrx") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon-hrx' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    background-color: #2d31ac;
}

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

    input:-webkit-autofill:hover {
        -webkit-box-shadow: 0 0 0 30px #f5f6f7 inset !important;
    }

main.login {
    display: flex;
    align-items: center;
    min-height: 100vh;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.6em;
    color: #4e4a7a;
}

    main.login .px-35 {
        padding: 0 35px 10px;
    }

    main.login .mt-1 {
        margin-top: 10px;
    }

    main.login .mt-2 {
        margin-top: 36px;
    }

    main.login .mt-3 {
        margin-top: 60px;
    }

    main.login .has-text-centered {
        text-align: center;
    }

    main.login .spacer {
        height: 20px;
    }

footer.login {
    position: fixed;
    bottom: 4.5em;
    z-index: 1;
    text-align: center;
    width: 100%;
}

    footer.login img {
        max-width: 125px;
    }

/* Welcome Page */
.welcome-page a,
.welcome-page,
.grants,
.login-page a,
.login-page a:visited
.logged-out,
.logout-page,
.logout-page a,
.logout-page a:visited,
.page-consent {
    color: #434ba4;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none !important;
}

    .welcome-page a,
    .welcome-page,
    .grants,
    .page-consent {
        color: #fff;
        font-family: Helvetica, Arial, sans-serif;
    }

        .welcome-page a {
            text-decoration: underline !important;
        }

a:hover {
    text-decoration: underline !important;
}

.welcome-page,
.grants,
.logged-out,
.logout-page,
.page-consent {
    padding: 2em;
    color: #fff !important;
    font-family: Helvetica, Arial, sans-serif !important;
}

/* Signout Page */
.signout {
    border-width: 0px !important;
}

.validation-summary-div > ul {
    margin: 1px !important;
}

.grecaptcha-badge {
    bottom: 60px !important;
}

.forgot-password {
    font-size: 0.8em;
    font-family: Helvetica, Arial, sans-serif;
}

    .forgot-password a {
        text-decoration: none;
        color: #a5a5a5;
    }

        .forgot-password a:hover {
            text-decoration: underline;
            color: #2d31ac;
        }

        .forgot-password a:active {
            color: #2d31ac;
        }

        .forgot-password a:visited {
            color: inherit;
        }

.reset-password .tags {
    margin-top: 20px;
    width: 200px;
    margin-left: calc(50% - 90px);
}

.reset-password .tag {
    display: inline-block;
    border-radius: 16px;
    width: 50px;
    font-size: 14px;
    color: rgb(164, 167, 182);
    font-weight: 500;
    text-align: center;
    line-height: 26px;
    background-color: rgba(164, 167, 182, 0.2);
    transition: all .5s;
}

.reset-password .tags .tag {
    margin-right: 8px;
}

.reset-password .tag.is-success {
    color: rgb(136, 202, 106);
    background-color: rgba(152, 209, 126, 0.2);
    animation: pulse .5s;
    font-weight: 600;
}

.password-token input {
    font-size: 30px;
    /*letter-spacing: 15px;*/
    padding-left: 10px;
}

.rememberme {
    cursor: pointer;
}

@keyframes pulse {
    0% {
        font-size: 14px;
    }

    60% {
        font-size: 16px;
    }

    100% {
        font-size: 14px;
    }
}

.language-selector {
    margin: 1em auto;
}

    .language-selector ul {
        list-style-type: none;
        padding-left: 0px;
        margin: 0px auto 0px auto;
    }

        .language-selector ul li {
            display: inline;
        }

            .language-selector ul li:nth-child(n+3) {
                padding-left: 5px;
            }

.btn-set-locale {
    text-decoration: none;
}

    .btn-set-locale:hover {
        text-decoration: underline;
    }

    .btn-set-locale:visited {
        color: unset;
    }

.current-locale {
    font-weight: bold;
}


/* Bootstrap Progress */

/*@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}*/



/* Background Animation */
.animated-bg {
    width: 0;
    height: 0;
    z-index: -1000;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    overflow: hidden;
    z-index: -1000;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 25s linear infinite;
        bottom: -150px;
    }

        .circles li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
        }

        .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
        }

        .circles li:nth-child(3) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
        }

        .circles li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
        }

        .circles li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 11s;
        }

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 10%;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 40%;
    }
}



/* Responsive  */
@media screen and (max-width: 450px) {
    main.login {
        font-size: 14px;
    }

    .card {
        width: 100vh;
        border-radius: 0;
    }

    .animated-bg {
        display: none;
    }

    footer.login {
        position: unset;
        line-height: 4em;
    }
}
