body{
    
}
a:hover{
    text-decoration: none;
}

.loginbox {
    margin: 0 auto;
    width: 500px;
    height: 600px;
    padding-top: 10px;
    position: relative;
}


.lorew{
    width: 380px;
    height: 65px;
    background: #ffffff8a;
    border-radius: 50px;
    margin: 10px auto;
    position: relative;
}

.lotop {
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 53px;
    top: 5px;
    left: 5px;
    width: 200px;
    height: 55px;
    border-radius: 50px;
    position: absolute;
    background: linear-gradient(135deg, #d54848, #db7434);
}
.rewtop{
    color: #000000;
    text-align: center;
    font-size: 25px;
    line-height: 53px;
    top: 5px;
    left: 210px;
    width: 140px;
    height: 55px;
    border-radius: 50px;
    position: absolute;
}
.loinput{
    padding-top: 10px;
    width: 500px;
    height: 290px;
    background: #fff;
    border-radius: 10px;
}

.lobtn{
    cursor: pointer;
    background: linear-gradient(135deg, #d54848, #db7434);
    width: 380px;
    height: 60px;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    border: none;
    position: absolute;
    top: 380px;
    left: 60px;
}

.csinput{
    font-size: 18px;
    padding-left: 10px;
    margin: 0 auto;
    margin-top: 10px;
    display: block;
    width: 395px;
    height: 60px;
    border: none;
    border-bottom: 1px solid #aca2a2;
}
input:focus{
    border: none;
    border-bottom: 1px solid #aca2a2;
}
input::placeholder{
    font-size: 18px;
    line-height: 30px;
}

.inputimg{
    position: absolute;
    width: 25px;
    height: 25px;
    top: 113px;
    left: 35px;
}