﻿body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Verdana, Arial, 宋体, sans-serif;
    background-color: #fff;
}

a {
    text-decoration: none;
}

.submit {
    color: #ffffff;
    background-color: #1f6bc1;
    border-color: #48c9b0;
    display: block;
    padding: 10px 19px 10px 19px;
    -webkit-box-flex: 1;
    border-radius: 5px;
    transition: all 0.5s linear;
    text-align: center;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
}

    .submit:hover {
        background-color: #2C4662;
        transition: all 0.5s linear;
    }

#divLogin {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -191px;
    padding: 0px;
    width: 700px;
    height: 382px;
}

.login-ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 307px;
    height: 381px;
    color: white;
    background-image: url(/Areas/Admin/web/images/home/1.jpg);
    background-repeat: no-repeat;
}

.login-screen {
    width: 359px;
    background: #EDEFF1;
    position: absolute;
    right: 0;
    top: 60px;
    border-radius: 5px;
    height: 238px;
}

.form-control.placeholder {
    color: #b2bcc5;
}

.form-control {
    border: 0;
    color: #34495e;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.467;
    padding: 8px 12px;
    -webkit-appearance: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

    .form-group.focus .form-control,
    .form-control:focus {
        border-color: #1abc9c;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.form-group {
    margin: 20px;
    display: -webkit-box;
}

    .form-group input {
        -webkit-box-flex: 1;
        width: 295px;
        display: block;
    }

#password, #password2 {
    font-size: 17px;
}


