﻿body {
    color: #333;
    font-family: Verdana;
}
.bor {
    float: right;
    width: 383px;
    height: 443px;
    background-color: white;
    margin: 40px 0px 60px 0px;
    border: 1px solid white;
        box-shadow: 0 0 10px #6c5454;
}
.sign {
    margin: 25px 0px 9px 34px;
    font-size: 16px;
    font-weight: bold;
        color: #004c80;
}
.alect {
    margin-left: 34px;
    height: 33px;
    width: 314px;
    /*border: 1px solid #fac859;*/
    text-align: center;
    line-height: 33px;
    font-size: 12px;
    background-color:red;
    color:white;
    box-shadow: 0 0 10px #fac859;
}

.alect5 {
    margin-left: 34px;
    height: 33px;
    width: 314px;
    /*border: 1px solid #fac859;*/
    text-align: center;
    line-height: 33px;
    font-size: 12px;
    background-color:green;
    color:white;
    /*box-shadow: 0 0 10px #fac859;*/
}

.alect2 {
    margin-left: 34px;
    height: 33px;
    width: 314px;
    /*border: 1px solid #fac859;*/
    text-align: center;
    line-height: 33px;
    font-size: 12px;
    background-color:white;
    color: #a40603;
    /*box-shadow: 0 0 10px #fac859;*/
}

.alect3 {
    
    margin-left: 34px;
    height: 33px;
    width: 314px;
    text-align: center;
    line-height: 33px;
    font-size: 12px;
    background-color:blue;
    color: #f6f6f8;
}
.tit {
    margin: 6px 0px 6px 34px;
    font-size: 14px;
}
.text input {
        outline: none;
    margin: 0px 0px 8px 34px;
    width: 314px;
    height: 34px;
    border: 1px solid #C8C8C8;
    border-radius: 5px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.tit1 {
    float: right;
    margin-right: 34px;
    font-size: 12px;
    color: #004c80;
}
.btn input {
        font-family: Verdana;
    border-radius:5px;
        outline: none;
    border: 1px solid #F7AA02;
    width: 314px;
    height: 38px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-left: 34px;
    margin-top: 23px;
    border-radius: 3px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#b8c4cb,endColorStr=#f6f6f8);
    background: -ms-linear-gradient(top, #fff, #0074C1);
    background: -moz-linear-gradient(top,#fff,#0074C1);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffaa00), to(#F7AA02));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffaa00), to(#F7AA02));
    background: -webkit-gradient(linear,0 0,0 bottom,from(#ffaa00),to(#F7AA02));
    background: -o-linear-gradient(top, #fff, #0074C1);
}
.tit2 {
    font-size: 12px;
    color: #004c80;
    text-align: center;
}
.btn1 input {
        font-family: Verdana;
    border-radius:5px;
        outline: none;
    border: 1px solid #48a74b;
    width: 314px;
    height: 38px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-left: 34px;
    margin-top: 10px;
    border-radius: 3px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#b8c4cb,endColorStr=#f6f6f8);
    background: -ms-linear-gradient(top, #fff, #0074C1);
    background: -moz-linear-gradient(top,#fff,#0074C1);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#84cf86), to(#48a74b));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#84cf86), to(#48a74b));
    background: -webkit-gradient(linear,0 0,0 bottom,from(#84cf86),to(rgba(72, 167, 75, 1)));
    background: -o-linear-gradient(top, #fff, #0074C1);
}
.logo {
    float: left;
    width: 100%;
    margin:45px 0px 20px 0px;
}
.back {
    background-color: #8dccff;
    width: 100%;
    height: 545px;
    z-index: -1;
    position: absolute;
    margin-top: 110px;
}
.text input:focus {
    border: 1px solid #0076C4;
    box-shadow: inset 0 1px 2px rgba(12, 52, 200, 0.23)
}


