@font-face {
    font-family: 'EBGaramond-Regular';
    src: url("../font/EBGaramond-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'EBGaramond-Bold';
    src: url("../font/EBGaramond-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "EuclidCircularA-Regular-WebS";
    src: url("../font/EuclidCircularA-Regular-WebS.woff") format("woff");
}

@font-face {
    font-family: "EuclidCircularA-Light-WebS";
    src: url("../font/EuclidCircularA-Light-WebS.woff") format("woff");
}

.login-pf{
    background: none;
    height: auto;
}

.login-pf body{
    background: #f8f5f2 none;
    color: #003d26;
    font-family: EuclidCircularA-Light-WebS, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

a, a:hover, .login-pf a, .login-pf a:hover{
    color: #003d26;
}

.login-pf-page{
    padding-top: 0;
}

#kc-header{
    margin: 0 auto;
    max-width: 500px;
    padding-bottom: 12px;
    white-space: normal;
    text-align: center;
}

#lsc-logo{
    margin: 0 auto;
    max-width: 500px;
    padding: 20px 0 0 0;
    text-align: center;
}

#lsc-logo-wrapper{
    font-family: EBGaramond-Regular, serif;
    font-size: 24px;
}

#lsc-logo-wrapper svg{
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
}

#kc-page-title{
    color: #003d26;
    font-family: EBGaramond-Bold, serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    text-transform: none;
}

#kc-page-subtitle{
    margin: 10px;
    width: 21em;
    display: inline-table;
    font-size: 16px;
    line-height: 24px;
    color: #003d26;
}

.login-pf-page .card-pf{
    color: #003d26;
    background-color: inherit;
    border: solid 1px #008b55;
    border-radius: 3px;
    box-shadow: none;
    max-width: 600px;
    padding: 20px 30px 30px;
}

label.control-label{
    font-family: EuclidCircularA-Regular-WebS, sans-serif;
}

input[type="text"], input[type="password"]{
    border: solid 1px #ccc;
    border-radius: 3px;
    box-shadow: none;
    font-size: 16px;
    padding: 24px 16px;
}

.checkbox input[type="checkbox"]{
    width: 14px;
    height: 16px;
    position: relative;
    margin-right: 3px;
}

.btn-primary{
    background-color: #e56a3e;
    background-image: none;
    border-color: transparent;
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
}

.btn-primary:hover{
    background-color: #e34a25;
    border-color: #e34a25;
}

.form-group.login-pf-settings {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -30px;
}

.form-group.login-pf-settings *{
    vertical-align: top;
}

.form-group.login-pf-settings label{
    color: #003d26;
}

.lsc-help{
	display: flex;
	justify-content: center;
	margin-top: 22px;
	margin-bottom: 22px;
}