.content{
    width: 378px;
    height: 536px;
    border-radius:10px;
    position:absolute;
    top:50%;
    right:13%;
    /*margin-top: 200px;*/
    background-color: #fff;
    transform: translateY(-50%);
    padding: 56px 49px;
    box-sizing: border-box;
}
.loginbtn{

    background: #FF6010;
    border-radius: 41px;
    box-shadow: 10px 2px 33px 0px rgba(5, 6, 9, 0);
}
.details .item-wrap{
    width:400px;
    margin:20px auto;
    position: relative;
}
.item-wrap  label{
    font-size: 16px;
    position: absolute;
    left:2px;
    bottom:45px;
    color:#777;
    cursor: text;
}
/*.item-wrap input{*/
/*    width:400px;*/
/*    height: 40px;*/
/*    border:none;*/
/*    outline: none;*/
/*    border-bottom: 1px solid #c3c3c3;*/
/*}*/
.item-wrap .bottom-line{
    position: absolute;
    width: 0;
    height: 2px;
    left:0;
    bottom: 40px;
    background-color: red;
}
.item {
    height: 80px;
}
.bottom-wrap {
    text-align: center;
}