@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css);


body,
html {
    padding: 0px;
    margin: 0px;
}

* {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}

.all {
    width: 100%;
}

.header1 {
    width: 100%;
    height: 65px;
    background-color: white;
    border: 1px solid rgba(128, 128, 128, 0.788);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;

}

.header1-content {
    width: 96%;
    display: flex;
    gap: 20px;
    /* justify-content: space-between; */
    align-items: center;
    color: rgb(0, 111, 207);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.am {
    display: none;
}

.account {
    display: flex;

    width: 70%;
    gap: 30px;
    /* background-color: red; */
}

.icon {
    /* width: 30%; */
    display: flex;

    align-items: center;
    gap: 30px;
}

.cus {
    font-family: "Helvetica Neue", Roboto, sans-serif;
}

.cus button {
    height: 44px;
    width: 87px;
    outline: none;
    border: none;
    border-radius: 5px;
    background-color: #0069C4;
    font-family: "Helvetica Neue", Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: white;
}

.header2 {
    width: 100%;
    height: 40px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header2-content {
    width: 96%;
    padding: 15px;
    box-sizing: border-box;
}

.dic {
    width: 100%;
}

.content {
    width: 100%;
    height: 90vh;
    background-color: #ECEDEE;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.content-content {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.box1,
.box2 {
    width: 388px;
    /* width: 24%; */
    background-color: white;
}

.box1 {
    height: 85vh;
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
}

.box2 {
    height: 317px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.log {
    font-family: BentonSans, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: rgb(51, 51, 51);
    margin-bottom: 25px;
}

.label {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}

.put1 {
    margin-bottom: 20px;
    position: relative;
}

.put1 input {
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    outline: none;
    border: 1px solid rgba(128, 128, 128, 0.76);
    background-color: #F7F8F9;
    border-radius: 5px;
}

.put1 span {
    position: absolute;
    right: 7%;
    top: 60%;
    color:
        rgb(0, 111, 207);
    font-size: 16px;
    font-weight: 400;
}

select {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color:
        rgb(51, 51, 51);
    background-color: #F7F8F9;
    outline: none;
    border: 1px solid rgba(128, 128, 128, 0.76);
    background-color: #F7F8F9;
}

option {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color:
        rgb(51, 51, 51);
}

.rem {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.rem input {
    height: 16px;
    width: 16px;
}

.rem span {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;

}

.but button {
    width: 100%;
    height: 50px;
    outline: none;
    border: none;
    background-color: #006FCF;
    border-radius: 5px;
    font-size: 16px;
    color: white;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    cursor: pointer;
}

.forgot {
    color:
        rgb(0, 111, 207);
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
}

.cardo{
    width: 70%;
    margin-bottom: 20px;
}

.cardo img{
    height: 120px;
    width: 100%;
}

.forgot div {
    margin-bottom: 20px;
}

.footer {
    height: 400px;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.foot {
    width: 96%;
}

.amex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.express {
    display: flex;
}

.number {
    display: flex;
    gap: 10px;
    font-size: 15px;
    font-weight: 400;
}

.number img {
    height: 16px;
    width: 16px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.change {
    color:
        rgb(0, 111, 207);
}

.terms {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    line-height: 30px;
    color:
        rgb(0, 111, 207);
    font-size: 15px;
    font-weight: 400;
}

.users {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.footer1{
    width: 100%;
    display:none;
    justify-content: center;
    cursor: pointer;
}
.foot1{
    width: 94%;
    line-height: 30px;
    color:
        rgb(0, 111, 207);
    font-size: 18px;
    font-weight: 400;
    margin-top: 50px;
}

@media(max-width:1300px){
    .content, .box1 {
        height: 100%;
    }
}

@media(max-width:1200px) {
    .header1 {
        /* border: none; */
        box-shadow: 0px 0px 2px black;
    }

    .header1-content {
        justify-content: space-between;
    }

    .account {
        display: none;
    }

    .amm {
        display: none;
    }

    .am {
        display: flex;
    }

   
}

@media(max-width:880px) {
  

    #cus {
        display: none;
    }

    .header1-content {
        justify-content: space-between;
        width: 100%;
    }

    .content {
        height: 100%;
    }

    .content-content {
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .box1,
    .box2 {
        width: 100%;
    }

    .amex {
        flex-direction: column;
    }

    .footer {
        height: 500px;
    }

    .foot {
        width: 100%;
    }

    .footer1{
        display: flex;
    }
}

@media(max-width:500px) {
    .dic img {
        width: 100%;
    }

    .footer {
        height: 580px;
    }
}