@font-face {
    font-family: "AutoScape";
    src: url("../fonts/Autoscape-Regular.otf");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Reader";
    src: url("../fonts/reader-regular.otf");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

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

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

#kc-page-title {
    color: #FFFFFF;
    font-size: 20px;
}

#kc-header-wrapper {
    background-image: url('../img/Shakudo-Lockup-RGB-Copper.png') !important;
    background-size: cover;
    background-repeat: no-repeat;
    height: 83px;
    width: 420px;
    margin: 0 auto;
    color: transparent;
    margin-top: 30px;
}

.card-pf {
    border: none;
    font-family: "Reader";
    border-radius: 7px;
    background-color: #FFFFFF;
}

.kc-social-logins a {
    border: none;
}

.no-underline:hover {
    text-decoration: none !important;
}

.login-divider {
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #EDEDED;
    line-height: 0.1em;
    margin: 30px 0 30px;
 }

.login-divider span {
    background:#FFFFFF;
    padding:0 10px;
}

input.pf-c-form-control {
    border-radius: 4px;
}

input.pf-c-form-control:focus {
    border-color: transparent;
}

input.pf-c-form-control:hover {
    border-color: transparent;
}

.social-button {
    color: #969696;
    display: block;
    padding: 5px 3px;
    vertical-align: center;
    text-align: center;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #000 !important;
}

.kc-social-provider-name {
    margin-top: -10px !important;
}

a.social-button:hover{
    text-decoration: none;
    opacity: 0.9;
}

.kc-social-provider-name {
    position: relative;
    top: 3px;
}

.shakudo-button {
    border-radius: 5px;
    border: 1px solid #252525;
    background: hsla(43, 100%, 38%, 1);
    background: radial-gradient(circle, hsla(43, 100%, 38%, 1) 0%, hsla(22, 75%, 42%, 1) 0%, hsla(43, 100%, 38%, 1) 92%);
    background: -moz-radial-gradient(circle, hsla(43, 100%, 38%, 1) 0%, hsla(22, 75%, 42%, 1) 0%, hsla(43, 100%, 38%, 1) 92%);
    background: -webkit-radial-gradient(circle, hsla(43, 100%, 38%, 1) 0%, hsla(22, 75%, 42%, 1) 0%, hsla(43, 100%, 38%, 1) 92%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#C28B00", endColorstr="#BC561B", GradientType=1 );
    color: white;
    font-size: 14px;
    padding-top: 9px !important;
}

.shakudo-button:hover {
    opacity: 0.9;
    border: 1px solid #252525;
    box-shadow: none;
}

.shakudo-support-button {
    border-radius: 5px !important;
	padding-top: 7px !important;
	font-size: 12px !important;
}

.shakudo-support-button:hover {
    opacity: 0.9;
    border: 1px solid #252525;
    box-shadow: none;
}

.shakudo-support-button:focus {
    border: 1px solid #252525;
    box-shadow: none;
}

.form-control {
    padding: 10px 10px !important;
    border: 1px solid #252525 !important;
    background-color: #252525 !important;
    font-style: normal !important;
    color: white !important;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #BC561B !important;
    color: white;
    padding: 10px 10px;
}

.pf-c-form__label {
    color: rgb(247, 247, 247);
}

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

.kc-social-gray {
    color: #000;
}

input.form-control:focus ~ .custom-label,
input.form-control:not(:focus):valid ~ .custom-label{
  top: 8px;
  bottom: 10px;
  left: 20px;
  font-size: 11px;
  opacity: 1;
}

.custom-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 18px;
  transition: 0.2s ease all;
}
#kc-header-wrapper {
    background-image: url('https://cdn-login.centralreach.com/img/logo.png') !important;
    background-size: contain;
    background-position: center; 
    background-repeat: no-repeat;
    height: 83px;
    width: 420px;
    margin: 0 auto;
    color: transparent;
    margin-top: 30px;
}
#kc-page-title {
    color: #000000;
    font-size: 20px;
}
    .shakudo-button {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: .05em;
    height: 3.1em;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    background: #047eaf;
    cursor: pointer;
    padding: 0 1em;
}
.form-control {
  padding: 10px 10px !important;
  border: 1px solid rgba(0, 0, 0, .23) !important;
  background-color: hsla(0deg, 0%, 100%, .4) !important;
  font-style: normal !important;
  color: black !important;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, .23) !important;
  color: black;
  padding: 10px 10px;
}
.login-divider {
  color: #bfbdbd;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #bfbdbd;
  line-height: 0.1em;
  margin: 30px 0 30px;
}
.card-pf {
  position: relative;
  background-color: #fff;
  padding: 2em 5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 2px 1px -1px rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 2px 1px -1px rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-animation: fadein .7s;
  animation: fadein .7s;
}
.social-button {
  color: #969696;
  display: block;
  padding: 5px 3px;
  vertical-align: center;
  text-align: center;
  width: 100%;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .23) !important;
  color: #000 !important;
}

