#container{
    background-color: blue;
    color: white;
    display: flex;
    font-family: Human BBY Digital,Human Fallback,Arial,Helvetica,sans-serif;
    justify-content: space-between;
}
img{
    width: 6%;
    height: 60px;
    margin-left: 4%;
    margin-top: 1%;
}
#success{
    color:rgb(29,37,44) ;
}
p{
    font-size: larger;
    margin-right: 4%;
}

/* body css----------------------------------------------------------------- */

#mainbody{
    width: 70%;
    /* border: 1px solid red; */
    margin-left: 15%;
    /* display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap:2px; */
    display: flex;
    background-color: white;
   
}
#left{
    width: 65%;
    /* border: 1px solid red; */
   

}
#right{
    width: 31%;
    height: 700px;
    border: 2px solid rgb(190, 188, 188);
    margin-left: 4%;
    margin-top: 6%;
}

.blue{
    color: rgb(71, 71, 179);
}

#c_d{
    width: 85%;
    height: 30px;
    border-radius: 4px;

}
.paycard{
    width: 8%;
}
#bg{
    background-color: whitesmoke;
    color: rgba(22, 22, 230, 0.822);
    margin-right: 14%;
}
.line{
    margin-right: 14%;
}

#name{
    display: flex;
    justify-content: space-between;
    margin-right: 32%;
}
#box{
    display: flex;
    justify-content: space-between;
    margin-right: 40%;
    width: 85%;
    height: 35px;
    border-radius: 4px;
    
}
#Add{
    width: 85%;
    height: 30px;
    border-radius: 4px;
}
#city{
    display: flex;
    justify-content: space-between; 
    margin-right: 16%;
}
#box1{
    display: flex;
    justify-content: space-between;
    margin-right: 40%;
    width: 89%;
    height: 35px;
    border-radius: 4px;
    margin-bottom: 4%;
}
#check{
    display: flex;
}

#sumbit{
    background-color: gold;
    width: 85%;
    height: 35px;
    border-radius: 4px;
    margin-left: 6%;
    text-align: center;
}

#boxright1{
    display: flex;
    justify-content: space-between;
}

#mainright{
    display: flex;
}

#boxright2>img{
    height: 30px;
    padding-top: 20px;
}
#boxright2{
    display: flex;
    width: 50%;
    height: 100px;
    /* border: 1pxsolid red; */
}
#boxright3{
    text-align: right;
    width: 50%;
}

#mainright2{
    display: flex;
}
