﻿/* login start */

.kc-login-title-1 {
    text-align: center;
    font-size: 1.5rem;
    color: #303133;
    font-weight: 500;
    margin: 3rem 4rem 0 4rem;
}

.kc-login-title-2 {
    text-align: center;
    font-size: .875rem;
    color: #606266;
    margin-top: .375rem;
}

.kc-login-input>span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: rgba(48, 49, 51, 1);
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.kc-login-input input {
    width: 20.3125rem;
    font-size: .875rem;
    padding: 0px;
    padding-bottom: .5rem;
    border: 0px;
    border-bottom: 1px solid rgba(205, 205, 205, 1);
}

.kc-login-input input:focus {
    border: 0 !important;
    border-bottom: 1px solid rgba(205, 205, 205, 1);
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #303133;
    font-weight: 500;
}

.kc-login-input a {
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: .875rem;
    color: #4fa7f5;
}

.kc-login-title-4 {
    font-size: .75rem;
    color: rgba(144, 147, 153, 1);
    margin: .75rem 0;
}

.kc-login-title-4>label>input {
    width: 14px;
    height: 14px;
    margin-top: -1px;
    margin-right: 8px;
}

.kc-login-title-4>a {
    color: rgba(144, 147, 153, 1);
}

.kc-login-title-4>a:hover {
    color: #4fa7f5 !important;
}

.uk-checkbox:checked {
    background-color: #4fa7f5 !important;
}

.kc-login-button {
    height: 2.5rem;
    font-size: 1.125rem !important;
    color: rgba(255, 255, 255, 1) !important;
    background: #4fa7f5;
    border-radius: .25rem !important;
}

.kc-login-title-5 {
    text-align: center;
    font-size: .75rem;
    color: rgba(96, 98, 102, 1);
    margin-top: 1rem;
    margin-bottom: .625rem !important;
}

.kc-login-title-5>a {
    color: #4fa7f5;
}


/* login end */


/* register start */

.kc-register-title-1 {
    text-align: center;
    font-size: 32px;
    color: rgba(48, 49, 51, 1);
    margin-top: 18px;
    margin-left: 64px;
    margin-right: 64px;
}

.kc-register-title-2 {
    text-align: center;
    font-size: 16px;
    color: rgba(96, 98, 102, 1);
    margin-top: 8px;
}

.kc-register-input>span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: rgba(48, 49, 51, 1);
    margin-top: 30px;
    margin-bottom: 15px;
}

.kc-register-input input {
    width: 325px;
    font-size: 14px;
    padding: 0px;
    padding-bottom: 10px;
    border: 0px;
    border-bottom: 1px solid rgba(205, 205, 205, 1);
}

.kc-register-input a {
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 14px;
    color: #4fa7f5;
}

.kc-register-button {
    height: 40px;
    font-size: 18px !important;
    color: rgba(255, 255, 255, 1) !important;
    background: #4fa7f5;
    border-radius: 4px !important;
    margin-top: 27px !important;
}

.kc-register-title-5 {
    text-align: center;
    font-size: 12px;
    color: rgba(96, 98, 102, 1);
    margin-top: 25px;
    margin-bottom: 10px !important;
}

.kc-register-title-5>a {
    color: #4fa7f5;
}


/* register end */


/* forgot start */

.kc-forgot-title-1 {
    text-align: center;
    font-size: 32px;
    color: rgba(48, 49, 51, 1);
    margin-top: 18px;
    margin-left: 64px;
    margin-right: 64px;
}

.kc-forgot-input>span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: rgba(48, 49, 51, 1);
    margin-top: 24px;
    margin-bottom: 11px;
}

.kc-forgot-input input {
    width: 325px;
    font-size: 14px;
    padding: 0px;
    padding-bottom: 10px;
    border: 0px;
    border-bottom: 1px solid rgba(205, 205, 205, 1);
}

.kc-forgot-input a {
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 14px;
    color: #4fa7f5;
}

.kc-forgot-button {
    height: 40px;
    font-size: 18px !important;
    color: rgba(255, 255, 255, 1) !important;
    background: #4fa7f5;
    border-radius: 4px !important;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
}


/* forgot end */