﻿* {
    outline: none;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#login {
    height: 100%;
}

.vcode_text {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}


.login-container .el-input {
    display: inline-block;
    height: 47px;
    width: 84%;
}

.login-container .el-input input {
    background: transparent;
    border: 0px;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 12px 5px 12px 15px;
    color: #fff;
    height: 47px;

}

.login-container .el-input input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #283443 inset !important;
    -webkit-text-fill-color: #fff !important;
}

.login-container .el-form-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #454545;
}


.login-container {
    min-height: 100%;
    width: 100%;
    background-color: #2d3a4b;
    overflow: hidden;
}

.login-container .login-form {
    position: relative;
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.login-container .tips {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

    .login-container .tips span:first-of-type {
        margin-right: 16px;
    }

.login-container .svg-container {
    padding: 6px 5px 6px 15px;
    color: #889aa4;
    vertical-align: middle;
    width: 30px;
    display: inline-block;
}

.login-container .title-container {
    position: relative;
}

    .login-container .title-container .title {
        font-size: 25px;
        color: #eee;
        margin: 0px auto 40px auto;
        text-align: center;
        font-weight: bold;
    }

.login-container .show-pwd {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 16px;
    color: #889aa4;
    cursor: pointer;
    user-select: none;
}

.login-container .thirdparty-button {
    position: absolute;
    right: 0;
    bottom: 6px;
}



@media screen and (min-width: 1000px) {

    .login-form {
        padding:160px 25px 0 0;
    }

}

@media screen and (max-width: 700px) {

    .center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}