﻿

.student-login-bg{
    background: url(../../images/frontend//login-bg.png);
    background-size: 210%;
}

.student-create-account-bg {
    background: url(../../images/frontend//login-bg.png);
    background-size: 140%;
}
    .student-create-account-bg,
    .student-create-account-bg input,
    .student-create-account-bg option,
    .student-create-account-bg select{
        font-size: 13px;
    }

.login-title {
    font-size: 19px;
    font-weight: bold;
    color: #656565;
}
.login-description {
    font-size: 13px;
    color: #656565;
}
.login-login {
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.student-login-bg > div:first-child{
    margin-top: 70px;
}
#redirect-create-account,
.create-an-account a {
    color: white;
    text-decoration: underline;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
}
.student-rmb-me{
    color: white;
}

