﻿
body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
}

html, body {
    margin: 0px auto;
    padding: 0px;
    height: 100%;
    overflow: hidden;
}

ul, ol, li, dl {
    list-style: none;
}

img {
    border: none;
}

body {
    font-size: 14px;
    font-family: Arial;
    color: #656565;
    background-color: #eee;
    /*background: url(/images/Login/bj.jpg) top center no-repeat #fff;*/
}

.login {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 500px;
    top: 25%;
    background-color: #f1f2f7;
}

.login .bg1 {
    background-color: #006499;
    line-height: 60px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.login .bg2 {
    height: 50px;
}

.login .bg3 {
    margin: 0 auto;
    margin-top: 5px;
    width: 80%;
    height: 212px;
}


.sign {
    margin-left: 20px;
    border: medium none;
    width: 130px;
    height: 40px;
    border-style: none;
    background: none;
    background-image: url("/images/Login/137.png" );
    cursor: pointer;
}

.sign:hover {
    background-position: 0 -40px;
}

.sign_hover {
    background-position: 0 -40px;
}


/* Form input */
.Form {
    width: 100%;
}

.Form {
    margin: 0;
    padding: 0;
}

.Form li {
    display: block;
    margin-bottom: 18px;
    font-size: 21px;
    font-weight: 300;
}

.Form input[type=text], .Form input[type=password], .Form textarea {
    display: inline-block;
    padding: 6px 12px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    color: #221919;
    background: #fff;
    border: 1px solid #a4a2a2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: inset 0 1px rgba(34,25,25,.15),0 1px rgba(255,255,255,.8);
    -moz-box-shadow: inset 0 1px rgba(34,25,25,.15),0 1px rgba(255,255,255,.8);
    -webkit-box-shadow: inset 0 1px rgba(34,25,25,.15),0 1px rgba(255,255,255,.8);
    -webkit-transition: all .08s ease-in-out;
    -moz-transition: all .08s ease-in-out;
}

.Form textarea {
    min-height: 90px;
}

.Form label {
    display: inline-block;
    line-height: 1.4em;
    font-size: 18px;
}

.Form input[type=text]:focus, .Form input[type=password]:focus, .Form textarea:focus {
    border-color: #006499;
    box-shadow: 0 1px rgba(34, 25, 25, 0.15) inset, 0 1px rgba(255, 255, 255, 0.8), 0 0 14px rgba(82, 162, 235, 0.35);
    -moz-box-shadow: 0 1px rgba(34, 25, 25, 0.15) inset, 0 1px rgba(255, 255, 255, 0.8), 0 0 14px rgba(82, 162, 235, 0.35);
    -webkit-box-shadow: 0 1px rgba(34, 25, 25, 0.15) inset, 0 1px rgba(255, 255, 255, 0.8), 0 0 14px rgba(82, 162, 235, 0.35);
}

.FancyForm li, .FancyForm li .input {
    position: relative;
}

.FancyForm input[type=text], .FancyForm input[type=password], .FancyForm textarea {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    background: transparent;
    border: 1px solid #a4a2a2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: inset 0 1px rgba(34,25,25,.15),0 1px rgba(255,255,255,.8);
    -moz-box-shadow: inset 0 1px rgba(34,25,25,.15),0 1px rgba(255,255,255,.8);
    -webkit-box-shadow: inset 0 1px rgba(34,25,25,.15),0 1px rgba(255,255,255,.8);
    -webkit-transition: all .08s ease-in-out;
    -moz-transition: all .08s ease-in-out;
}

.FancyForm textarea {
    min-height: 3.95em;
    line-height: 1.3;
}

.FancyForm label {
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 120px;
    display: block;
    color: #BCBCBC;
    cursor: text;
    -moz-user-select: none;
    -webkit-user-select: none;
    -moz-transition: all .16s ease-in-out;
    -webkit-transition: all .16s ease-in-out;
}

.FancyForm .fff {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 3px;
    bottom: 0;
    background-color: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.FancyForm input[type=text]:focus + label, .FancyForm input[type=password]:focus + label, .FancyForm textarea:focus + label {
    opacity: .5;
    filter: alpha(opacity="50");
}

.FancyForm .val label {
    left: -9999px;
    opacity: 0!important;
    filter: alpha(opacity="0")!important;
}

.validation-summary-errors ul {
    padding: 0;
    color:red;
}
