p, h1, h2, h3, h4, h5, h6, label{ font-weight: 500 !important; }

#kt_body{
    font-family: 'Spinnaker', sans-serif !important; background: #F9F9F9;
}

.kt_header_logo_content{
    margin: auto;
    position: relative;
    top: 50px;
    left: 25px;
}
.kt_header_logo_content>img{
    height: 70px;
    width: 250px;
    position: relative;
    right: 25px;
}

.pact-top-logo>h3 { width: 50%; font-size: 28px; }

.auth-form-label{
    text-align: left;
    width: 100%;
    font-size: 14px !important;
    margin-bottom: 2px;
}
.auth-subheader{ font-size: 14px; margin-bottom: 25px; }
.auth-subheader>p{ margin-bottom: 0; }

.login-form{ width: 540px; }
.login-signin{
    padding: 40px 50px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
    /* background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box; */
    background: #FFFFFF 0% 0% no-repeat padding-box;
}
.login-signin>h4{
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 500;
}
.form-control{
    background: #fff !important;
    border: 2px solid #AFB7C4 !important;
    border-radius: 10px;
    opacity: 1;
    padding: 8px 12px !important;
}
.btn-primary{
    margin-top: 32px;
    margin-bottom: 25px;
    border-radius: 10px;
}
#kt_login_forgot_submit{
    margin: 0;
}
.text-muted{
    text-align: center;
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 0px;
    color: #121212 !important;
    opacity: 1;
}
