﻿@charset "utf-8";
/* CSS Document */

.login-table {
	margin:auto;
	font-size: 16px;
}

.login-table td {
	height: 40px;
}

.login-table .login-input {
	height: 25px;
}

.login-btn1 {
	width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #ed1b24;
    border-radius: 8px;
    text-align: center;
}

.username_span {
    line-height: 35px;
    margin-right: 20px;
}

#userInfo {
    cursor: pointer;
}