﻿
.login {
    /*background-color: #364150 !important;*/
}

html, body {
    height: 100%;
}

.login .content {
    /*background-color: #eceef1;*/
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    height: 100%;
    width: 100%;
    /*height:340px;
        width: 400px;
        margin: 100px auto 10px auto;
        padding: 10px 30px 30px 30px;*/
    /*overflow: hidden;*/
    position: relative;
    background: url(//oss.szqan.com/app/imgs/login_background.jpg) no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

    .login .content .form-title {
        /*font-weight: 300;*/
        margin-bottom: 25px;
    }

    .login .content h3 {
        color: #4db3a5;
        text-align: center;
        font-size: 28px;
        font-weight: 400 !important;
    }

    .login .content .login-form, .login .content .forget-form {
        padding: 0px;
        margin: 0px;
    }

    .login .content .form-actions {
        clear: both;
        border: 0px;
        border-bottom: 1px solid #eee;
        padding: 0px 30px 25px 30px;
        margin-left: -30px;
        margin-right: -30px;
    }

.login-options {
    margin-bottom: 30px;
    overflow: hidden;
}

.login .content .create-account {
    margin: 40px -70px -30px -70px;
    padding: 15px 0 17px 0;
    text-align: center;
    /*height:70px;
    background-color: #6c7a8d;*/
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

    .login .content .create-account p a {
        font-weight: 600;
        font-size: 14px;
        color: #c3cedd;
    }

    .login .content .create-account a {
        display: inline-block;
        margin-top: 5px;
    }

.content .forget-password {
    font-size: 14px;
    float: right;
    display: inline-block;
    margin-top: 10px;
}

/*忘记密码了  验证码登录*/
.verify {
    width: 60%;
}

/*获取验证码 btn*/
.verify_send {
    padding: 8px 14px 7px 14px;
    border-radius: 3px;
    float: right !important;
    border: 1px solid transparent;
    width: 33%;
    height: 30px;
    margin-top: 2px;
    color: #fff;
    background-color: #36c6d3;
    border-color: #2bb8c4;
    font-weight: 600;
    font-size: 12px;
}

    .verify_send:active, .verify_send:hover {
        color: #fff;
        background-color: #27a4b0;
        border-color: #208992;
    }


/*忘记密码了  验证码登录*/


