﻿

/* button start */
.kccms-button-login {
    width: 4rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: #4fa7f5 ;
    border: 1px solid #4fa7f5 ;
    border-radius: 0.25rem;
    color: #FFFFFF;
    font-size: 0.875rem;
    margin-left: 2rem;
    margin-right: 0.5rem;
}

.kccms-button-login:hover {
    color: #FFFFFF;
}

.kccms-button-register {
    width: 4rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #DCDEE0;
    border-radius: 0.25rem;
    color: #646566;
    font-size: 0.875rem;
}

.kccms-button-register:hover {
    color: #646566;
}
/* button end */

/* img start */
.kccms-img-logo {
    height: 2.6875rem;
}

.kccms-img-avatar {
    height: 2.6875rem;
    border-radius: 50%;
}

.kccms-img-captcha {
    height: 40px;
}

.kccms-img-alipay {
    height: 256px;
}
/* img end */

/* text start */
.kccms-text-primary {
    color: #4fa7f5 ;
}

.kccms-text-primary:hover {
    color: #4fa7f5 ;
}
/* text end */