﻿.loginCon { width:100%; }
p { padding:0px;margin:0px;font-size:12px;color:red;line-height:30px;}
.loginCon input { width: calc(100% - 20px);padding:7px 10px;border:1px solid #eae6df;margin-bottom:10px}

.loginCon input.Code { width:40%;float:left}

.clear::after, .clear::before { content: ""; width: 100%; display: block; clear: both; }
.CodeImg { height:20px;width:40%;float:right}
.CodeImg img { width:80px;height:20px}
.btnlog {margin-top:10px; cursor:pointer; font-size:12px;font-weight:600; letter-spacing:3px;    background-color: #800000;
    background-image: -webkit-linear-gradient(top, #800000 0%, #8c0000 100%);
    background-image: -o-linear-gradient(top, #800000 0%, #8c0000 100%);
    background-image: linear-gradient(to bottom, #800000 0%, #8c0000 100%);
    background-repeat: repeat-x;width:100%;display:block;height:32px;color:#fff;text-align:center;line-height:32px; }