#logpage {
    width: 70%;
    height: 50%;
    /* height: 85vh; */
    /* max-height: 85vh; */
    margin: 20vh 0 0;
    padding: 0 110px;
    margin-bottom: 70vh;
    /* display: flex;
    align-items: center; */
}

#logpage .register_page_wrapper {
    width: 100%;
}

#logpage .register_page_wrapper .sign-heading {
    font-size: 20px;
    margin: 0 0 10px;
}


#check {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    align-items: center;
    font-size: 12px;
}

#checkmarkp {
    color: black;
}

/* #check div {
    margin-left: 2px;
    font-size: 10px;
} */

#checklast {
    font-size: 10px;

}


#fill {
    width: 100%;
    /* margin-top: 15px; */
}

#fill input {
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-top: 30px;
    padding: 10px;

}

#fill input,
#fill select {
    margin-top: 25px !important;
    width: 99% !important;
}

#fill .email {
    width: 39.5% !important;
}

#fill #mobile {
    width: 55.5px !important;
}

#fill #tel {
    width: 26% !important;
}

#fill .input-outer-body {
    width: 40%;
}

#fill .input-group {
    width: 100%;
    display: flex;
}

/* 
#checkmark {
    border-radius: 50px;
} */

.email {
    border: 0.01px solid gray;
    margin-top: 10px;
    width: 40%;
    height: 10px;
}

#password {
    border: 0.01px solid gray;
    margin-top: 10px;
    width: 40%;
    height: 10px;
}

#reapeatpassword {
    width: 45%;
    height: 10px;
    margin-top: 10px;
    margin-left: 15px;
    border: 0.01px solid gray;

}

.input-group1 {
    border: 0.01px solid gray;
    margin-top: 10px;
    width: 40%;
    height: 10px;
}

#gst {
    border: 0.01px solid gray;
    margin-top: 10px;
    width: 40%;
    height: 10px;
}

#com {
    width: 45%;
    height: 10px;
    margin-top: 10px;
    margin-left: 10px;
    border: 0.01px solid gray;
}

.input-group2 {
    width: 45%;
    height: 10px;
    margin-top: 10px;
    margin-left: 15px;
    border: 0.01px solid gray;

}

#address {
    border: 0.01px solid gray;
    margin-top: 10px;
    width: 40%;
    height: 10px;
}

#optional {
    width: 45%;
    height: 10px;
    margin-top: 15px;
    margin-left: 15px;
    border: 0.01px solid gray;

}

#optional {
    width: 45%;
    height: 10px;
    margin-top: 15px;
    margin-left: 15px;
    border: 0.01px solid gray;

}

#locality {
    border: 0.01px solid gray;
    border-radius: 3px;
    width: 40%;
    height: 10px;
    margin-top: 10px;
}

#city {
    width: 45%;
    height: 10px;
    margin-top: 10px;
    margin-left: 15px;
    border: 0.01px solid rgb(94, 79, 79);
    padding-left: 5px;
}

#governate {
    width: 40%;
    height: 20px;
    border: 0.5px solid gray;
    border-top: none;
    border-right: none;
    border-left: none;
    color: grey;
    padding-left: 5px;
    margin-top: 30px;
}

#city {
    width: 45%;
    height: 20px;
    border: 0.5px solid gray;
    margin-top: 30px;
    border-top: none;
    border-right: none;
    border-left: none;
    color: grey;

}

select:focus-visible {
    outline: 0px;
}

#stateR {
    width: 12%;
    height: 20px;
    border: 0.5px solid gray;
    margin-top: 20px;
    margin-left: 15px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    color: grey;

}

#tel {
    width: 26%;
    height: 10px;
    /* margin-top: 10px; */
    margin-left: 15px;
    border: 0.01px solid gray;
}

#mobile {
    width: 55.5px;
    height: 10px;

    border: 0.01px solid gray;
}

#bttn button {
    width: 100%;
    max-width: 27em;
    height: 3em;
    /* background-color: #656565; */
    background-color: rgb(53, 53, 53);
    color: white;
    margin-top: 25px;
    border: 0;
    font-size: 15px;
}


#bttn button:hover {
    background-color: darkgray;
}

#bttn button a {
    color: white;
    text-decoration: none;
    font-size: 10px;
}

#companyfill {
    display: none;
}

#fb {
    display: flex;
    font-size: 10px;
    margin-top: 30px;
}

#fb input {
    margin-top: 0;
    padding: 0;
}

.messageShow {
    color: #fff;
    font-size: 12px;
    width: 39.7%;
    padding: 7px;
    border-radius: 1px;
    text-align: center;
}


@media screen and (max-width:1280px) {
    #logpage {
        width: 85%;
    }
}

@media screen and (max-width:992px) {
    #logpage {
        width: 100%;
        height: 100%;
        margin-top: 120px;
        padding: 0 40px;
    }
}



@media screen and (max-width:767px) {
    #logpage {
        margin: 75px 0 60vh 0 !important;
    }

    #tel {
        width: 30%;
    }

    #mobile {
        width: 15%;
    }
}

@media screen and (max-width:600px) {

    #fill input,
    #fill select,
    #fill .email,
    #fill #mobile,
    #fill #tel,
    #fill .input-outer-body {
        width: 100% !important;
    }

    #fill .input-group {
        flex-direction: column;
    }

    .input-group1,
    .input-group2 {
        margin-left: 0 !important;
    }
}

@media only screen and (min-width:375px) and (max-width:768px) {

    #check div {
        margin-left: 2px;
        font-size: 20px;
    }

    #fb {
        font-size: 12px;
        margin-top: 30px;
    }


}