/** Fonts **/
@import url('./custom-font.css');
/* Overrides */
@import url('./overrides.css');
/* Defaults */

.Hero-video {
    position: absolute;
    z-index: -100;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#kc-header-wrapper {
  padding: 62px 10px 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.login-pf body {
  background: #e1e1e1;
  background-size: cover;
  height: 100%;
}

div.kc-logo-text {
  background-repeat: no-repeat;
  height: 63px;
  width: 300px;
  margin: 0 auto;
}

div.kc-logo-text span {
  display: none;
}

#kc-form-buttons {
  margin-top: 1.5rem;
}

#kc-form-wrapper {
  margin-top: 1.5em;
}

.language-select {
  float: right !important;
  position: relative;
  width: fit-content;
  background-color: transparent;
}

.language-select.pf-v5-c-form-control>:is(select)
{
  background-color: transparent;
    color: #428bca;
    width: 110px;
}
select>option {
    color: #304252;
    font-size: .7rem;
}

#try-another-way {
    display: block;
    text-align: center;
    font-size: .8em;
    margin-top: .9rem;
    color: #897053;
    text-decoration: none;
}
#try-another-way:hover {
    color: #E75650;
}

#try-another-way {
    display: block;
    text-align: center;
    font-size: .8em;
    margin-top: .9rem;
    color: #897053;
    text-decoration: none;
}
#try-another-way:hover {
    color: #E75650;
}

/* ========================================
   Media Queries
   ======================================== */
@media (max-width: 575px) {

    .pf-v5-c-login__main{
        width: 90%;
        margin-top: 10%;
    }
}

@media (max-width: 380px) {
    .pf-v5-c-login{
        padding-top: 1%;
        height: 100%;
    }
    .pf-v5-c-login__main{
        margin-top: 1%;
        padding: 1rem;
        height: 100%;
    }
}
/* Mobile devices (portrait) */




/* Mobile devices (landscape) */
@media (min-width: 576px) and (max-width: 767px) {

}

/* Tablets (portrait) */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Tablets (landscape) and small desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Desktop */
@media (min-width: 1200px) and (max-width: 1399px) {

}

/* Large desktop */
@media (min-width: 1400px) {

}

