a{
    list-style: none;
    color: black;
    text-decoration: none;
}
    input:focus{
    outline: 1px solid rgb(0, 65, 204);
}
@media (min-width:821px) {
    body{
        display: flex;
        justify-content: center;
        padding-top: 6%;
        color: #000B33;
    }
    .createbox{
        width: 70%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .image{
        width: 20vw;
    }
    .name{
        font-size: 6vw;
        color: #4D7CFF;
    }
    .right{
        width: 40%;
    }
    .title{
        display: flex;
        align-items: end;
        margin-bottom: 1vw;
    }
    .system{
        font-size: 2vw;
    }
    .list{
        margin-left: 10%;
    }
    .land,.verify,.code{
        display: flex;
    }
    .code{
        align-items: center;
    }
    .trends{
        background-color: #0E61FE;
        padding: 0.8vw 1.3vw;
        border-radius: 5px;
        color: white;
    }
    .verify{
        width: 65%;
        justify-content: space-between;
    }
    .line{
        padding: 0 1vw;
    }
    .input{
        padding: 0.7vw;
        width: 80%;
    }
    .inputcode{
        width: 30%;
        padding: 0.7vw;
    }
    .input{
        border: 0.25px solid #2B59FF;
        border-radius: 5px;
    }
    .inputcode{
        border: 0.25px solid #2B59FF;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .item{
        margin-top: 1.2vw;
    }
    .item2{
        margin-top: 2.5vw;
        color: gray;
    }
    .btnbox{
        width: 70%;
        text-align: center;
        margin: 1.2vw 0;
    }
    .btn{
        padding: 0.7vw 4vw;
        border: none;
        border-radius: 5px;
        background-color: #2B59FF;
        color: white;
    }

}
@media (max-width:821px) {
    body{
        padding-top: 10%;
    }
    .left{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 3vw;
    }
    .image{
        width: 25vw;
    }
    .img{
        width: 10vw;
    }
    .name{
        font-size: 6vw;
        color: #4D7CFF;
    }
    .right{
        width: 60%;
        margin: 0 20%;
    }
    .title{
        display: flex;
        align-items: end;
        margin-bottom: 2vw;
    }
    .system{
        font-size: 4vw;
    }
    .list{
        margin-left: 14%;
    }
    .land,.verify,.code{
        display: flex;
    }
    .code{
        align-items: center;
    }
    .trends{
        background-color: #0E61FE;
        padding: 1vw 2vw;
        border-radius: 5px;
        color: white;
    }
    .verify{
        width: 65%;
        justify-content: space-between;
    }
    .line{
        padding: 0 1vw;
    }
    .input{
        padding: 1vw;
        width: 80%;
    }
    .inputcode{
        width: 30%;
        padding: 1vw;
    }
    .input,.inputcode{
        border: 0.25px solid #2B59FF;
        border-radius: 5px;
    }
    .item{
        margin-top: 2vw;
    }
    .item2{
        margin-top: 3.5vw;
        color: gray;
    }
    .btnbox{
        width: 70%;
        text-align: center;
        margin: 2vw 0;
    }
    .btn{
        padding: 2vw 7vw;
        border: none;
        border-radius: 5px;
        background-color: #2B59FF;
        color: white;
    }
    
}
@media (max-width:421px) {
    .right{
        width: 80%;
        margin: 10%;
    }
    .img{
        width: 10vw;
    }
    .title{
        display: flex;
        align-items: end;
        margin-bottom: 3vw;
    }
    .system{
        font-size: 6vw;
    }
    .list{
        margin-left: 14%;
    }
    .land,.verify,.code{
        display: flex;
    }
    .code{
        align-items: center;
    }
    .trends{
        background-color: #0E61FE;
        padding: 2vw 4vw;
        border-radius: 5px;
        color: white;
    }
    .verify{
        width: 85%;
        justify-content: space-between;
    }
    .line{
        padding: 0 2vw;
    }
    .input{
        padding: 2vw;
        width: 80%;
    }
    .inputcode{
        width: 30%;
        padding: 2vw;
    }
    .input,.inputcode{
        border: 0.25px solid #2B59FF;
        border-radius: 5px;
    }
    .item{
        margin-top: 4vw;
    }
    .item2{
        margin-top: 3.5vw;
        color: gray;
    }
    .btnbox{
        width: 80%;
        text-align: center;
        margin: 2vw 0;
    }
    .btn{
        padding: 3vw 8vw;
        border: none;
        border-radius: 5px;
        background-color: #2B59FF;
        color: white;
    }
    .boxtext{
        font-size: 6px;
    }
}