.wrap{
    background-image: linear-gradient(#404048,#1b1b1c);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
h5{
    font-size: 36px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    border-bottom: 1px solid #fff;
}
/* h5{
    font-size: 48px;
    color: #fff;
    text-align: center;
    padding-top: 50px;
} */
.main{
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/index/login2.jpg) top center no-repeat;;;;;;;;;;;;;;;;;
    /* left: 50%; */
    /* top: 50%; */
    /* margin-left: -572px; */
    /* margin-top: -280px; */
    /* transform: translateX(-50%); */
    /* background-color: pink; */
    display: flex;
}
.main img{
    width: 100%;
    height: auto;
    /* border-top-left-radius: 20px; */
    /* border-bottom-left-radius: 20px; */
}
.loginWrap{
    width: 480px;
    /* background-color: #fff; */
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    /* padding: 50px; */
    position: absolute;
    left: 50%;
    top: 16%;
    margin-left: 6%;
}
.loginWrap .mail{
    margin-bottom: 44px;
    margin-top: 50px;
    margin-left: 34px;
}
.loginWrap p{
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}
.loginWrap input{
    width: 410px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 0 15px;
    background: none;
    color: #fff;
}
.loginWrap .pass{
    margin-bottom: 44px;
    margin-left: 34px;
}

.txt{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.txt .forget{
    color: #aeb3b8;
}

.login{
    background-color: #fff;
    width: 410px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    margin-top: 10px;
    color: red;
    margin-left: 34px;
    font-size: 20px;
}
