.body_txt_1on1 {
    font-weight: normal;
    color: #1b4585;
    text-decoration: none;
}

.table_1on1 {
    border-collapse: unset;
}

    th, table_1on1.td {
        text-align: center;
        padding: 8px;
    }

.tr_1on1 {
    background-color: #ffffff;
    color: #1b4585;
}

.th_1on1 {
    background-color: #1b4585;
    color: #FFFFFF;
}

.forgot_1on1_pwd {
    color: #1b4585;
}

#one-on-one .login_1on1 button[type="submit"] {
    border: none;
    width: 150px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    right: 500px;
    border-radius: 10px;
    border: thin #FFF solid;
    background: url('../../img/info/pricing/reserve_bt_bg.png') no-repeat center;
}

    #one-on-one .login_1on1 button[type="submit"]:hover {
        color: #13216a;
        cursor: pointer;
    }

#one-on-one .reset1on1_login {
    border: none;
    width: 300px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
    border-radius: 10px;
    /*border: thin #FFF solid;*/
    background: url('../../img/info/1on1/reserve_bt_bg_red.png') no-repeat center;
}