*{
    margin: 0;
    padding: 0;
    cursor: pointer;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

header{
    width: 58%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

header img{
    width: 220px;
    height: 40px;
}

select{
    margin-left: 20px;
    width: auto;
    height: 40px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: #222;
    outline: none;
    background-color: transparent;
    font-weight: 700;
    font-size: 15px;
}

select:hover{
    background-color: #e8e8eb;
}

select:hover option{
    display: block;
}

.First_sec{
    background: url("./assets/imgi_1_sign-default-buyer-new.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 280px;
    position: relative;
}

.First_sec>div:first-child{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    height: 95%;
    width: auto;
    min-width: 420px;
    border-radius: 20px;
    position: relative;
    padding: 55px 25px;
}

#qrCode{
    position: absolute;
    top: 3%;
    right: 3%;
    width: 60px;
    height: 60px;
}

.First_sec form{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

label,.password_label{
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 7px;
}

input{
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #a9aaad;
}

input::placeholder{
    color: #a9aaad;
    font-size: 15px;
}

.password_label{
    display: flex;
    justify-content: space-between;
}

.password_label a{
    color: black;
    font-weight: lighter;
    text-decoration: none;
}

.password_input{
    position: relative;
}

.password_input img{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-100%);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.toggle-password{
    width: 20px;
    height: 20px;
}

.buttons{
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    gap: 10px;
    padding: 10px 0;
}

.buttons button{
    width: 100%;
    height: 30px;
    border-radius: 50px;
    border: none;
    background-color: #e54545;
    color: white;
    font-weight: bolder;
    cursor: pointer;
    font-size: medium;
    padding: 5px;
    transition: all 0.3s ease;
}

.buttons button:last-child{
    background-color: transparent;
    color: black;
    border: 1px solid black;
    font-weight: normal;
}

.buttons button:hover{
    background-color: #eb2121;
}

.buttons button:last-child:hover{
    background-color: black;
    color: white;
}

.emailCode,
.signInWith{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.emailCode a{
    font-size: 15px;
    color: #222222;
}

.emailCode a:hover{
    color: rgb(4, 194, 194);
}

.signInWith{
    font-size: small;
    font-weight: bold;
    color: #6b5c4c;
}

.signInWith span{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.signInWith img{
    width: 30px;
    height: 30px;
}

.Help_center{
    position: absolute;
    right: 0;
    background-color: white;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Help_center img{
    width: 20px;
    height: 25px;
}

.Help_center p{
    font-weight: bold;
    font-size: small;
    color: #222222;
}

.Second_sec{
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
}

ul{
    list-style: none;
    margin-bottom: 20px;
}

ul h5{
    margin-bottom: 18px;
    font-size: 15px;
    color: #222222;
    font-weight: bolder;
}

ul li{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 550;
    color: #6b5c4c;
    transition: all 0.2s ease;
    cursor: pointer;
    width: fit-content;
}

ul li:hover{
    color: #e54545;
}

.Second_sec img{
    cursor: pointer;
    background-color: #d0d1d4;
}

footer{
    padding: 30px 20px;
}

.upper{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
}

.upper>div{
    display: flex;
    align-items: center;
    gap: 10px;
}

.apps button{
    padding: 10px 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: white;
    background-color: #4e4d4d;
    border: none;
    border-radius: 5px;
}

.apps p,
.TradeMessenger p,
.Social_media p{
    font-size: 14px;
    font-weight: bold;
    color: #4e4d4d;
}

.apps button:last-child{
    background-color: #709400;
}

.apps i{
    margin-right: 5px;
}

.TradeMessenger span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 2px;
    background-color: #1a6fc1;
}

.TradeMessenger i{
    color: white;
}

.Social_media i{
   font-size: 20px;
    color: #4e4d4d;
}

.fa-tiktok{
    font-size: 15px !important;
    color: white !important;
}

.Social_media span:nth-child(3){
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4e4d4d;
    border-radius: 3px;
}

.Social_media{
    display: flex;
    align-items: center;
}

i{
    cursor: pointer;
}

.lower{
    padding: 20px 0;
    height: 120px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lower>ul{
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
}

.lower li{
    font-size: 12px;
    font-weight: normal;
    border-left: 1px solid black;
    padding-left: 15px;
}

.lower li:first-child,
.lower li:nth-child(9){
    border-left: none;
}

.mobile_view{
    display: none;
}

@media (max-width: 900px){
    header{
        display: none;
    }

    main{
        display: none;
    }

    footer{
        display: none;
    }

    .mobile_view{
        display: block;
        padding: 10px 0 ;
    }

    .header{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        box-shadow: 0px 2px 3px #ccc9c9;
    }

    .header span{
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .header i{
        font-size: 25px;
        color: #4e4d4d;
    }

    .body{
        width: 100%;
        height: 75vh;
        padding:10px 20px;
    }

    #mobile_label{
        font-size: 15px;
        font-weight: 500;
    }

    .body input{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #fPassword{
        text-align: end;
        margin-bottom: 15px;
        color: #6b5c4c;
        font-weight: 500;
    }

    .body button{
        width: 100%;
        height: 40px;
        background-color: #e54545;
        border-radius: 50px;
        border: none;
        color: white;
        font-weight: bolder;
        font-size: 17px;
        margin-bottom: 30px;
        transition: all 0.2s ease;
    }

    .body button:hover{
        background-color: #eb2121;
    }

    #signInWith{
        text-align: center;
        font-size: 15px;
        color: #6b5c4c;
        font-weight: bold;
    }

    .body span{
        display: flex;
        width: 100%;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .body img{
        width: 50px;
        height: 50px;
    }

    .body .password_input img.toggle-password {
        width: 20px;
        height: 20px;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

    #noAccount,
    #noAccount2{
        text-align: center;
        margin-top: 20px;
        font-size: 18px;
        font-weight: 500;
    }

    #noAccount a{
        text-decoration: none;
        color: rgb(22, 140, 194);
    }

    #noAccount2{
        color: #6b5c4c;
    }

    #noAccount2:hover{
        text-decoration: underline;
    }
}

@media (max-width:769px) {
    #noAccount{
        font-size: 14px;
    }  
}