
/* Override */

body {
  font-family: 'Poppins', sans-serif;
  color: #ccaa77;
}

#kc-form-options .checkbox {
    color: #ccaa77;
}

.login-pf-page .login-pf-signup {
    color: #ccaa77;
    text-align: left;
}

input[type=checkbox] {
    margin-top: 7px;
}

.login-pf-page .card-pf p {
    color: #FFD100;
}

#kc-form-buttons {
    margin-top: 20px;
}

.login-pf,
.login-pf body {
  background: white !important;
  background-size: cover;
  height: 100%;
}

.btn {
    font-size: 16px !important;
    height: 32px;
    padding: 3px 10px;
    box-shadow: none !important;
    border: 1px solid transparent !important;
}

.btn-primary {
    /* background-image: linear-gradient(to top, #5b889b 0,#84c7e3 80%); */
    background-image: none !important;
    background-color: #11748E;
    border: none !important;
    outline: none !important;
    color: #fff !important;
}
.btn-primary:focus, .btn-primary:hover {
    background-color: #479CA5;
}
.btn-primary:active{
    background-color: #1B5471;
}

#kc-header-wrapper {
    display: none;
}

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

.card-pf {
  background: transparent;
}

#kc-page-title {
  text-align: left;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 34.84px;
}

input::placeholder {
  font-style: normal !important;
}

input[type='text'],
input[type='password'],
input[type='submit'] {  
  font-size: 14px;
  border-radius: 5px !important;
  height: 40px !important;
  padding-top: 4px !important;
}

/* Apromore */

.ap-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: stretch;
  flex-grow: 1;
  font-size: 14px;
}

.ap-wrapper>* {
  flex-shrink: 0;
}

@media(max-width: 767px) {
  .ap-left-panel {
    width: 100%;
  }

  .ap-right-panel {
    display: none;
  }
}

.ap-left-panel {
  position: absolute;
  left: 0;
  right: 40%;
  top: 0;
  bottom: 0;
  padding: 20px 40px 5vh 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

@-webkit-keyframes bgcycle {
  0% {
    background-position: 0% 73%
  }

  50% {
    background-position: 100% 28%
  }

  100% {
    background-position: 0% 73%
  }
}

@-moz-keyframes bgcycle {
  0% {
    background-position: 0% 73%
  }

  50% {
    background-position: 100% 28%
  }

  100% {
    background-position: 0% 73%
  }
}

@-o-keyframes bgcycle {
  0% {
    background-position: 0% 73%
  }

  50% {
    background-position: 100% 28%
  }

  100% {
    background-position: 0% 73%
  }
}

@keyframes bgcycle {
  0% {
    background-position: 0% 73%
  }

  50% {
    background-position: 100% 28%
  }

  100% {
    background-position: 0% 73%
  }
}

@keyframes bgcycle {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.ap-left-panel span {
  display: block;
}

.ap-left-panel .left-footer {
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.ap-left-panel .left-footer .emblem {
  width: 30px;
  margin-right: 10px;
}

.ap-left-panel a,
.ap-left-panel a:hover,
.ap-left-panel a:visited {
  color: white;
}

.ap-right-panel {
  position: absolute;
  left: 60%;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px;
}

.ap-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ap-logo {
  width: 78%;
}

.ap-logo img {
  width: 100%;
}

.slant-separator {
  /* background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><g id="ID"><polygon fill="white" points="100 0 100 100 0 100 100 0"/></g></svg>'); */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31.56 171.98" preserveAspectRatio="none"><g><path fill="white"  d="M31.56,0H22.21a284.87,284.87,0,0,1,4.68,51.44A282.09,282.09,0,0,1,0,172H31.56Z"/></g></svg>');
  background-size: 100% 100%;
  position: absolute;
  width: 70px;
  right: -1px;
  top: 0;
  bottom: 0;
  background-color: transparent;
}


/* footer links */
.ap-h-links {
  color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 16.8px;
  line-height: 1.4;
  margin-top: 8px;
}

.ap-h-links span {
  display: inline-block;
}

.ap-h-links span:first-child {
  margin: 0 0 0 0;
}

.ap-h-links span:after {
  margin: 0 10px;
  content: '|';
}

.ap-h-links span:last-child:after {
  margin-left: 0;
  content: '';
}

.ap-h-links li a {
  color: #fff;
}


/* Palette */

.ap-left-panel {
    /* background-color: var(--ap-c-maroon); */
    /* background-image: linear-gradient(-30deg, #9DD2E9 0%, #C24C00 30%,  var(--ap-c-maroon) 40%); */
    /* background-size: cover; */

    background-image: linear-gradient(53deg, #1A4260 14.88%, #1A4967 42%, #1A5675 68.4%, #1C6477 94.81%, #19687C 114.13%, #31CACD 130.23%);

    background-size: 200% 200%;

    -webkit-animation: bgcycle 10s ease infinite;
    -moz-animation: bgcycle 10s ease infinite;
    -o-animation: bgcycle 10s ease infinite;
    animation: bgcycle 10s ease infinite;
}

#wrapper.palette-1 .ap-left-panel {
    background-image: linear-gradient(53deg, #1A4260 14.88%, #1A4967 42%, #1A5675 68.4%, #1C6477 94.81%, #19687C 114.13%, #31CACD 130.23%);
}

#wrapper.palette-2 .ap-left-panel {
    background-image: linear-gradient(53deg, #1A4260 14.88%, #1A4967 42%, #1A5675 68.4%, #1C6477 94.81%, #19687C 114.13%, #31CACD 130.23%);

}

#wrapper.palette-3 .ap-left-panel {
    background-image: linear-gradient(53deg, #1A4260 14.88%, #1A4967 42%, #1A5675 68.4%, #1C6477 94.81%, #19687C 114.13%, #31CACD 130.23%);
}

/* loader/spinner */

#ap-loader {
    /* background-color: rgba(255, 255, 255, 0.7); */
    background-color: transparent;
    clear: right;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
    text-align: center;
    display: none;
}

#ap-loader > div {
    display: flex;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 140px;
    height: 140px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    font-size: 16px;
    color: #666666;
}

#ap-loader > div > img {
    display: block;
    width: auto;
    height: 60px;
}

.form-control {
    border: 1px solid #C7C7C7 !important;
    color: #525252 !important;
}

.form-control:active {
    border: 1px solid #11748E !important;
}