﻿
/*登录页面*/
body {
    width: 100vw;
    height: 100vh;
    background: url(/Images/Platform/Login/login-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.Platform_Login {
    width: 500px;
    background: #fff;
    position: relative;
    top: 20%;
    margin: auto;
    z-index: 999;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.Platform_Login_Title {
    background: #68dff0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    padding: 20px;
}

.Platform_Login_Content {
    padding: 30px 0;
}

    .Platform_Login_Content > div > div {
        margin: 10px 0;
        border: 1px solid #ccc;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        border-radius: 3px;
        display: inline-block;
        padding:3px 10px;
        width:260px;    
        text-align:left;
    }

    .Platform_Login_Content label {
        font-size: 14px;
        color: #333;
        display: inline-block;
        width: 50px;
        text-align: left;
        color:#8b8b8b;
        /*margin: 0 10px 0 0;*/
    }

    .Platform_Login_Content input {
        width: 200px;
        height: 30px;
        border: 0;
        outline:none;
        
        /*padding:0 0 0 5px;
    margin:0 10px  0 0;*/
    }

.Platform_Login .Platform_Login_Code input {
    width:120px;
}
.Platform_Login .Platform_Login_Code img {
    width: 80px;
    height:30px;
    /*background:red;*/
    vertical-align:middle;
}
.Platform_Login input[type=button] {
    width: 270px;
    height:40px;
    background: #68dff0;
    color:#fff;
    font-size:16px;
    border-radius:5px;
    margin:20px 0 0 0;
}
.Platform_Login .Sharp_ValidationMgs {
    display: block;
    /*background: #fff url('/Images/Platform/Commom/validate/validationMgs.png') no-repeat scroll 0px 0px;*/
    background: #fff;
    background-size: 20px 20px;
    color: #a94442;
    padding: 0 0 0 20px;
    margin: 0 110px 0 0;
    text-align: right;
    font-size: 12px;
}