/* aptos-300 - light */
@font-face {
  font-family: 'Aptos';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/aptos/aptos-light.woff2') format('woff2');
}

/* aptos-300italic - light italic */
@font-face {
  font-family: 'Aptos';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/aptos/aptos-light-italic.woff2') format('woff2');
}

/* aptos-400 - regular */
@font-face {
  font-family: 'Aptos';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/aptos/aptos-regular.woff2') format('woff2');
}

/* aptos-400italic - italic */
@font-face {
  font-family: 'Aptos';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/aptos/aptos-italic.woff2') format('woff2');
}

/* aptos-600 - semibold */
@font-face {
  font-family: 'Aptos';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/aptos/aptos-semibold.woff2') format('woff2');
}

/* aptos-600italic - semibold italic */
@font-face {
  font-family: 'Aptos';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/aptos/aptos-semibold-italic.woff2') format('woff2');
}

/* aptos-700 - bold */
@font-face {
  font-family: 'Aptos';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/aptos/aptos-bold.woff2') format('woff2');
}

/* aptos-700italic - bold italic */
@font-face {
  font-family: 'Aptos';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/aptos/aptos-bold-italic.woff2') format('woff2');
}

/* aptos-800 - extrabold */
@font-face {
  font-family: 'Aptos';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/aptos/aptos-extrabold.woff2') format('woff2');
}

/* aptos-800italic - extrabold italic */
@font-face {
  font-family: 'Aptos';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/aptos/aptos-extrabold-italic.woff2') format('woff2');
}

/* aptos-900 - black */
@font-face {
  font-family: 'Aptos';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/aptos/aptos-black.woff2') format('woff2');
}

/* aptos-900italic - black italic */
@font-face {
  font-family: 'Aptos';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/aptos/aptos-black-italic.woff2') format('woff2');
}

#kc-header-wrapper {
    display: inline-block;
    background: url(../img/ddev.svg) no-repeat center center;
    background-size: 50px 50px;
    padding: 120px 0 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: normal;
}

.login-pf-page-header {
    align-items: center;
    justify-content: center;
    display: flex;
}

.login-pf body {
    background: orange;
    height: 100%;
}

body {
    font-family: 'Aptos', sans-serif;
    background: linear-gradient( rgba(255, 255, 255, 1) ,rgba(161, 140, 126, 0.06) );
}

h2 {
    color: rgba(0, 162, 222, 1);
    font-size: 36px;
    font-weight: 600;
}

input[type="text"], input[type="password"] {
    display: flex;
    align-items: center;
    width: 390px;
    height: 40px;
    border-radius: 4px;
    border: 1px  solid lightgray;
}

.c-login-page::after {
    content: "";
    background: url(../img/login-bg.jpg) no-repeat center center;
    background-size: auto 100%; /* height fills container, width auto */
    height: calc(120vh);
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: block;
    position: fixed;     
    right: 0;             
    top: 50%;             
    transform: translate(40%, -50%); 
}

.c-login-page {
    position: relative;
}

.c-login-card__container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.c-login-card__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}

.c-login-card {
    background: white;
    box-shadow: 0 0 0 1px rgba(161, 140, 126, 0.2) ,0 4px 8px 0 rgba(0, 0, 0, 0.05);
    max-width: 480px;
    border-radius: 24px;
    padding: 48px;
    width: 100%;
    z-index: 2;
}


.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group input {
    width: 100%;
}

.pf-c-input-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

#kc-form-login .form-group:first-child {
  margin-bottom: 24px;
}

.pf-c-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    border-radius: 16px;
    background-color: rgba(229, 64, 150, 1);
    border: 0;
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin-left: auto;
    width: fit-content !important;
    padding: 0 24px;
}

.pf-c-button:hover {
     background-color: rgba(210, 64, 150, 1);
}

.pf-c-input-group > .pf-c-button.pf-m-control {
    display: none;
}

.pf-c-login__main-footer-links.kc-social-links {
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
}

.pf-c-login__main-footer-links.kc-social-links .pf-c-button {
  width: 100% !important;
  padding: 0;
  text-decoration: none;
}

#kc-form-buttons {
    display: inline-block;
    margin-top: 0;
    width: fit-content;
    margin-top: 32px;
}

.form-group.login-pf-settings {
    width: fit-content;
}

.login-pf-settings {
    display: inline-flex;
    width: fit-content;
    justify-content: center;
    margin-top: 32px;
}

.login-pf-settings a {
    color: rgba(0, 162, 222, 1);
    font-size: 16px;
    font-weight: 600;
}

#kc-form-login {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: space-between;
}

.form-group {
    width: 100%;
    flex: 1 1 auto;
}

#kc-form-options {
    display: none;
}