﻿body {
    background-image:url(../img/login.png?ver=1.0.0.1);
    background-size:100%;
    background-repeat:no-repeat;
    background-color: #669cd3;
}

input[type=text] {
    margin-top: 10px;
    display: block;
    width: 95%;
    height: 34px;
    padding: 6px 0;
    font-size: 14px;
    /*line-height: 1.42857143;*/
    color: blue;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#Image1 {
    margin-top: 10px;
    height: 34px;
    padding: 6px 0;
}

#btSendMsg {
    margin-top: 10px;
    height: 48px;
    padding: 6px 12px;
    width: 90%;
    color: #fff;
    background-color: #3982c4;
    border-color: #4cae4c;
    border-radius: 0;
    border: 0;
}

#btLogin {
    margin-top: 10px;
    height: 48px;
    padding: 6px 12px;
    width: 100%;
    color: #fff;
    background-color: #3982c4;
    border-color: #4cae4c;
    border-radius: 0;
    border: 0;
}

a, a:link, a:active, a:visited, a:hover {
    text-decoration: none;
    color:white;
    font-size:16px;
    font-weight:bold;
}