﻿* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #026A52;
}

.box {
    min-height: 768px;
    height: 100vh;
    background: url(../../images/backgroup.gif) center/100% no-repeat;
    background-size: 100% 70%;
}

.container {
    position: relative;
    height: 100%;
}

.login-wrapper {
    padding:0 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.login-wrapper .header {
    font-size: 38px;
    color:#fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.form-wrapper {
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    width: 360px;
    padding: 50px;
}

    .form-wrapper .input-item {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        border: 0;
        padding: 10px 0;
        background-color: #fff;
        border-bottom: 1px solid rgb(128, 125, 125);
        font-size: 15px;
        outline: none;
        border-radius:unset;
    }
.form-wrapper .vcode{
    display: flex;
   justify-content: space-between;
}
.form-wrapper .input-vcode{
    display: block;
    margin-bottom: 20px;
    border: 0;
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 1px solid rgb(128, 125, 125);
    font-size: 15px;
    outline: none;
}
.wid-55{
    width: 40%;

} 
.wid-65{
    width: 60%;

} 
.form-wrapper .input-item:placeholder {
    text-transform: uppercase;
}

.vcode-image{
    padding-left: 5px;
}   
.vcode-image img{
    width: 90px;
    height: 36px;
}
.vcode-text a{
    display: inline-block;
    color:#026A52;
    text-decoration: none;
    line-height: 36px;
    padding-left: 5px;
    font-size: 13px;
}

.form-wrapper .btn {
    text-align: center;
    padding: 10px;
    width: 100%;
    margin-top: 30px;
    background-image: linear-gradient(to bottom, #026A52, #003E2A);
    border-radius: 5px;
    color: #fff;
}
.form-wrapper .btn a{
    color:#fff;
    text-decoration: none;
}
/* .form-wrapper  .login{
    height: 36px;
    float:right;
}
.form-wrapper  .login a{
    color:#026A52;
    text-decoration: none;
} */
.beian{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.beian a{
    color:#fff;
    text-decoration: none;
    padding:0 5px;
    display: inline-block;
} 
.login a{
    display:inline-block;
    float:right;
}