@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Roboto&display=swap');

/* Default Boom Theme colors */
:root {
    --pf-c-button--m-primary--Color: #ffffff;
    --pf-global--primary-color--100: #253978 !important;
    --pf-global--primary-color--200: #2a4395;
    --button-backgroundcolor-primary: #253978;
    --button-backgroundcolor-secondary: #4969a7;
}

body, html {
    min-height: 100%;
    min-height: 100vh;
}

body * {
    scrollbar-width: auto;
    scrollbar-color: #bfe2e8 #f6f6f8;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #f6f6f8;
}

*::-webkit-scrollbar-thumb {
    background-color: #bfe2e8;
    border-radius: 10px;
    border: 3px solid #f6f6f8;
}

body {
    font: 400 16px/22px 'Roboto', sans-serif;
}

.d-flex {
    display: flex;
    width: 100%;
    justify-content: center;
}

.justify-content-center {
    justify-content: center;
}

a {
    color: #253978;
    font-weight: 300;
    text-decoration: none;
}

.login-pf {
    background: #f6f6f8 !important;
}

.login-pf body {
    display: flex;
    justify-content: center;
    font: 400 16px/22px 'Roboto', sans-serif;
    background: url('../img/boom_bg.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
}

/* header */
.login-pf-page .login-pf-page-header {
    display: flex;
    justify-content: right;
    margin-bottom: 10px;
}

/* page width */
.login-pf-page {
    max-width: 100%;
    width: 90vw;
}

@media (min-width: 768px) {
    .login-pf-page {
        max-width: 520px;
        width: 60vw;
    }
}

.boom-logo {
    margin: 1em 0;
    max-width: 100%;
}

.login-pf-page {
    padding-top: 20px;
}

.login-pf-page .login-pf-settings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-group {
    margin-bottom: 15px;
}

/* Page header */
.login-pf-page .login-pf-header h1 {
    font: 600 18px/22px 'Poppins', sans-serif;
    margin: 10px 0 20px;
    text-align: center;
}

/* shadow */
.shadow {
    -webkit-box-shadow: 2px 2px 15px 7px rgba(0, 0, 0, 0.05), 8px 2px 34px 7px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 15px 7px rgba(0, 0, 0, 0.05), 8px 2px 34px 7px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px !important;
}

/* whitespace */
.login-pf-page .card-pf {
    margin: 0;
    padding: 30px 40px;
    background: #ffffff;
}

@media (max-width: 319px) {
    .login-pf-page .card-pf {
        padding: 20px 20px 30px 20px;
    }
}

/* Page order */
#kc-form {
    display: flex;
    flex-direction: column;
}

#kc-form #kc-form-wrapper {
    order: 3;
}

#kc-form #kc-social-providers {
    order: 1;
}

#kc-form #kc-social-providers hr {
    display: none;
}

#social-of-divider {
    order: 2;
    padding: 1rem 0;
    text-align: center;
    font: 600 18px/22px 'Poppins', sans-serif;
    background: url('../img/ruler.png') center center no-repeat;
}

/* Buttons */
.pf-c-button {
    font-family: 'Poppins', sans-serif;
}

.btn-group-lg > .btn, .btn-lg {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 5px;
}

.btn.btn-primary.btn-block.btn-lg, .pf-c-button.pf-m-primary {
    background-color: var(--button-backgroundcolor-primary) !important;
    background-image: linear-gradient(to bottom, var(--button-backgroundcolor-primary) 0, var(--button-backgroundcolor-primary) 100%) !important;
    background-repeat: repeat-x !important;
    border: 0 solid var(--button-backgroundcolor-primary) !important;
    color: #fff !important;
    font-size: 16px !important;
    width: 100% !important;
    padding: 6px !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
}

.btn.btn-primary.btn-block.btn-lg:hover, .pf-c-button.pf-m-primary:hover {
    background-color: var(--button-backgroundcolor-primary) !important;
    background-image: linear-gradient(45deg, var(--button-backgroundcolor-primary) 0, var(--button-backgroundcolor-secondary) 100%) !important;
    background-repeat: repeat-x !important;
    border-color: var(--button-backgroundcolor-primary) !important;
    color: #fff !important;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
}

/* Forms */
label {
    font-weight: normal;
}
input {
    box-sizing: border-box;
}

.form-control {
    font-size: inherit;
    font-family: inherit;
}

.pf-c-form__label {
    margin-bottom: 0.3rem;
}

.pf-c-form__label-text {
    display: block;
}

input.pf-c-form-control {
    width: 100%;
    border: 1px solid #CCC;
    padding: 4px;
    border-radius: 0;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

#kc-form-options a, #kc-registration a, #kc-username a {
    box-sizing: border-box;
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    border: 1px solid #CCC;
    color: #253978;
    font-size: 16px;
    width: 100%;
    padding: 5px;
    border-radius: 0;
    display: block;
    margin-left: 0;
    margin-top: 5px;
    text-decoration: none;
}

#kc-username a {
    text-align: center;
}

#kc-form-options a:hover, #kc-registration a:hover, #kc-username a:hover {
    border: 1px solid #4969a7;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32);
}

#kc-form-options {
    margin: 0;
}

#kc-form-options:not(.form-option) {
    margin-left: 0;
}

.checkbox, .radio {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Locale */
.kc-dropdown {
    position: relative;
}

#kc-locale {
    position: relative;
    font-size: 90%;
}

#kc-locale ul, .kc-dropdown ul {
    background-color: rgba(255, 255, 255, .7);
    border: 1px solid #bbb;
    display: none;
    list-style: none;
    min-width: 100px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 18px;
}

#kc-locale:hover ul, .kc-dropdown:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a, .kc-dropdown ul li a {
    color: #000 !important;
    display: block;
    line-height: 20px;
    padding: 5px 14px;
    text-decoration: none;
}

#kc-locale ul li a:hover, .kc-dropdown ul li a:hover {
    color: #fff !important;
    background-color: #253978;
    background-color: rgba(37, 57, 120, 1);
}

#kc-locale-dropdown a, .kc-dropdown > a {
    color: #4d5258;
    background: 0 0;
    display: block;
    padding: 0 15px 0 0;
    font-weight: 200;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}

a#kc-current-locale-link::after {
    content: '\f107';
    font-family: FontAwesome, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 0 10px;
    text-decoration: none;
}

@media (min-width: 768px) {
    #kc-locale {
        position: relative;
        text-align: right;
        z-index: 9999;
    }
}

@media (max-width: 767px) {
    #kc-locale {
        position: absolute;
        right: auto;
        top: 35px;
        text-align: right;
        width: 200px;
        z-index: 9999;
    }
}

/* Account create button */
.login-pf-page .login-pf-signup {
    margin: 10px 0 0;
}

/* Settings - remember me and forgot password */
.login-pf-page .login-pf-settings {
    align-items: center;
}

/* input fields */
.kc-feedback-text {
    font-size: 90%;
    margin-top: 3px;
    display: inline-block;
}

/* social logins */
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

#kc-social-providers li a {
    box-sizing: border-box;
    margin-bottom: 4px;
    width: 100% !important;
    padding: 6px !important;
    border-radius: 0 !important;
    border: 0 !important;
    text-shadow: none !important;
    background-image: none !important;
    font-size: 14px;
    background: #f5f5f5;
    text-align: center;
    color: #72767b;
}

#kc-social-providers li a span {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

#kc-social-providers li a:hover {
    filter: brightness(105%);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}

#kc-extra-link-privacy {
    margin: 10px 0 0;
    font-size: 10px;
}

#kc-extra-link-privacy a {
    font-size: 10px;
    margin-left: 0;
}

#kc-social-providers #social-google {
    background-color: #df4930;
    color: #FFF;
}

#kc-social-providers #social-linkedin {
    background-color: #507cc0;
    color: #FFF;
}

#kc-social-providers #social-facebook {
    background-color: #4267B2;
    color: #FFF;
}

#kc-social-providers #zocial-SURFconnext, #kc-social-providers #zocial-SURFconext {
    background-color: #ed6b38;
    color: #FFF;
}

/* Account creation */
#kc-register-form .form-group:last-child {
    display: flex;
    flex-direction: column-reverse;
}

.form-option {
    text-align: center;
    display: inline-block;
    padding-top: 1rem;
}

/* password forget */
#kc-reset-password-form .login-pf-settings {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
}

.instruction {
    text-align: center;
}

/* alert boxes */
.alert-success .fa-check-circle {
    position: absolute;
    left: 21px;
    top: 18px;
    color: #3f9c35;
}

.alert-error .fa-exclamation-circle {
    position: absolute;
    left: 21px;
    top: 18px;
    color: #c75148;
}

.alert-warning .fa-exclamation-triangle {
    position: absolute;
    left: 21px;
    top: 18px;
    color: #ec7a08;
}

.alert-error {
    color: #363636;
    background-color: #ffe6e6;
    border-color: #c00
}

.alert-error hr {
    border-top-color: #b30000
}

.alert-error .alert-link {
    color: #1d1d1d
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #c00
}

.has-error input.pf-c-form-control {
    border-color: #c00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control {
    border-color: #c00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #900;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f33
}

.has-error .input-group-addon {
    color: #c00;
    background-color: #f2dede;
    border-color: #c00
}

.has-error .form-control-feedback {
    color: #c00
}

/* account information */
.account-information {
    background-color: #FFF;
}

.account-information ul {
    list-style: disc;
}

.account-information ul li {
    margin-left: 1.5rem;
}

.account-information-margin {
    min-height: 4rem;
}

/* style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #fafafb;
    outline: 0;
    border: none;
    border-top: 1px dashed #c2c2c2;
    color: #253978;
    cursor: pointer;
    padding: 15px 40px;
    width: 100%;
    text-align: left;
    position: relative;
}

.collapsible::after {
    content: " ";
    background: url('../img/chevron.png') 5px 8px no-repeat;
    position: absolute;
    right: 40px;
    top: 16px;
    width: 20px;
    height: 20px;
    z-index: 1;
    transition: all 0.5s;
}

.collapsible.open::after {
    transform: rotate(-180deg);
}

/* style the collapsible content. Note: hidden by default */
.collapse {
    padding: 0 40px 20px;
    display: none;
    overflow: hidden;
    background-color: #fafafb;
}

@media (max-width: 319px) {
    .collapsible {
        padding: 15px 20px;
    }

    .collapse {
        padding: 0 20px 20px;
    }

    ul {
        padding: 0;
    }
}

.collapse h3 {
    font-family: 'Poppins', sans-serif;
}

.collapse-wrapper:last-child {
    border-bottom: 1px dashed #c2c2c2;
}

/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font: 400 16px/22px 'Roboto', sans-serif;
    color: #ced4da;
}

::-moz-placeholder { /* Firefox 19+ */
    font: 400 16px/22px 'Roboto', sans-serif;
    color: #ced4da;
}

:-ms-input-placeholder { /* IE 10+ */
    font: 400 16px/22px 'Roboto', sans-serif;
    color: #ced4da;
}

:-moz-placeholder { /* Firefox 18- */
    font: 400 16px/22px 'Roboto', sans-serif;
    color: #ced4da;
}

.login-pf-contact {
    display: inline-block;
    padding-top: 10px;
    text-align: center;
    font-size: 80%
}

/* Boom account Modal */
.modal-window {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.50);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal-window > div {
    border-top: 2px solid transparent;
    box-shadow: 0 1px 1px rgba(3, 3, 3, 0.175);
    width: max-content;
    position: absolute;
    top: 240px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    background: #ffffff;
}

.modal-window h1 {
    text-align: center;
    font: 600 18px/22px 'Poppins', sans-serif;
    margin: 10px 0 20px;
}

.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 100%;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

.modal-close:hover {
    color: black;
}

.fa-eye, .pf-m-control {
    float: right;
    margin: -25px 10px 0 -25px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}


.alert-info {
    color: #052c65;
    background-color: #cfe2ff;
    border-color: #9ec5fe;
}

.bd-callout {
    font-size: 1.25rem;
    padding: 1.25rem;
    margin-top: .25rem;
    margin-bottom: 1.25rem;
    color: #055160;
    background-color: #cfe2ff;
    border-left: 0.25rem solid #9ec5fe;
    position: relative;
}

.bd-callout h4 {
    font-weight: bold;
}
.bd-callout-text {
    margin-top: 3px;
    display: inline-block;
}
.bd-callout .bd-callout-text p {
    color: #055160;
}
.bd-callout-info {
    --bd-callout-color: #052c65;
    --bd-callout-bg: #cfe2ff;
    --bd-callout-border: #9ec5fe;
}

#password-validation {
    /*display: none;*/
    position: relative;
    font-size: 12px;
    margin-bottom: 10px;
}

li.valid {
    display: none;
}
