body {
    margin: 0;
    padding: 0;
}

.login-container {
    position: relative;
    min-height: 100vh;
    width: 100vw;
    background-color: #fff;
    overflow: hidden;
    background-size:100% 100%;
   /* background: url(/images/left.png) left top no-repeat,url(/images/right.png) right top no-repeat;*/
}
#switch-login-type {
    position: absolute;
    right: 0;
    top:0;
    z-index: 999;
}
#login-type-hover-img{
    margin-top: 8px;
    visibility: hidden;
    vertical-align:top;
}
#switch-login-type:hover #login-type-hover-img{
    visibility:visible;
}
.login-form {
    /* position: relative; */
    /* width: 348px; */
    /* max-width: 100%; */
    /* height: 400px; */
    /* padding: 160px 35px 0; */
    /* margin: 0 auto; */
    margin-top: -27px;
    overflow: hidden;
}
#wechatLogin {
    width: 300px;
    position: absolute;
    left: 48px;
    top: 57px;
    z-index: 99;
    display: none;
}
#wechatLogin img{
    width: 200px !important;
}
.login-box {
    width: 340px;
    height: 322px;
    background-color: #fff;
    position: absolute;
    right: 300px;
    top: 30%;
    padding: 30px;
    border-radius: 10px;
}

.title-container {
    position: relative;
}

.title {
    font-size: 20px;
    color: #303133;
    margin: 0px auto 40px auto;
    text-align: center;
    font-weight: bold;
}

.bind-title {
    font-size: 20px;
    color: #303133;
    margin: 0px auto 12px auto;
    text-align: center;
    font-weight: bold;
}

.tip{
    text-align: center;
    font-size: 12px;
    color: #303131;
    margin: 0 auto 40px;
}
.form-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    /* background: rgba(0, 0, 0, 0.1); */
    border-radius: 5px;
    color: #454545;
    border-radius: 19px;
    height: 38px;
    line-height: 38px;
    position: relative;
    margin-top: 28px;
}


.form-item .password-eye-box {
    position: absolute;
    right: 12px;
    top: 11px;
    width: 16px;
    height: 16px;
    display:flex;
    align-items: center;
}


.form-item .icon {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 12px;
    top: 11px;
}

    .form-item input {
        background: #fff;
        border: 1px solid #dcdfe6;
        /* border: 0px;
    -webkit-appearance: none; */
        border-radius: 40px;
        color: #606266;
        width: 100%;
        height: 38px;
        line-height: 38px;
        outline: none;
        text-indent: 50px;
    }

.verify {
    position: relative;
}

.form-btn {
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 19px;
    /* background: #2380ff; */
    color: #fff;
    cursor: pointer;
    /* background:linear-gradient(to right,#73d3ff,#2380ff,) */
    background: -webkit-linear-gradient(left,#73d3ff,#2380ff );
    background: -o-linear-gradient(left,#73d3ff,#2380ff);
    background: -moz-linear-gradient(left,#73d3ff,#2380ff);
    background: -ms-linear-gradient(left,#73d3ff,#2380ff);
}

    .form-btn:hover {
        background: -webkit-linear-gradient(left,#73d3ff,#2380ff );
        background: -o-linear-gradient(left,#73d3ff,#2380ff);
        background: -moz-linear-gradient(left,#73d3ff,#2380ff);
        background: -ms-linear-gradient(left,#73d3ff,#2380ff);
    }

.error {
    height: 12px;
    color: #F56C6C;
    font-size: 12px;
    line-height: 1;
    margin-top: 10px;
    padding-left: 10px;
}

.logo {
    position: absolute;
    top: 14px;
    margin-left: 36px;
    height: 30px;
}

.waiting {
    animation: rotating 1s linear infinite;
    width: 16px;
    height: 16px;
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1turn);
    }
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: #fff;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

input {
    background-color: transparent;
}


a {
    text-decoration: none;
    color: #606266;
}
a:hover {
    text-decoration: none;
    color: #57a2ff;
}

a:active {
    text-decoration: none;
    color: #57a2ff;
}

.logo-card {
    position: absolute;
    top: 36px;
    left: 64px;
    display: flex;
    align-items: center;
}

.logo-join-img {
    width: 16px;
    height: 16px;
    margin: 0 16px;
}

#logo-firm, #logo-img {
    height: 36px;
}