body{
    margin: 0;
}
.main{
    width: 100vw;
    height: 100vh;
    background: url("../images/bac.png") no-repeat;
    background-size: 100% 100%;
}
.boxOne{
    width:25%;
    height: 45%;
    position: absolute;
    top: 25%;
    left: 6%;
    text-align: center;
}
.title{
    font-size: 48px;
    color: rgba(47, 47, 47, 1);
}
.input{
    width: 85%;
    height: 71px;
    border-radius: 10px;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    border:1px solid rgba(125, 125, 125, 0.2);
    padding-left: 10px;
}
.btom{
    display: flex;
    justify-content: space-between;
    width: 93%;
    height: 20px;
}
.password{
    color: rgba(89, 89, 89, 1);
    transform: translateY(-5px) translateX(22px);
}
.login{
    display: inline-block;
    width: 200px;
    height: 84px;
    background: linear-gradient(90deg, #1BC1EE 0%, #1BCEB3 93%, #1BCEB3 100%);
    border-radius: 10px;
    margin-top: 30px;
    color: white;
    line-height: 84px;
    text-align: center;
    font-size: 30px;
}
.toOld{
    display: inline-block;
    height: 84px;
    width: 200px;
    background: linear-gradient(90deg, #1BC1EE 0%, #1BCEB3 93%, #1BCEB3 100%);
    border-radius: 10px;
    margin-top: 30px;
    color: white;
    line-height: 84px;
    text-align: center;
    font-size: 30px;
}
.bttom{
    color: rgba(89, 89, 89, 1);
    margin-top: 30px;
    font-size: 24px;
    text-align: left;
}
.forget{
    display: inline-block;
}
