body{
    margin: 0px;
    padding: 0px;
}
.bar{
    padding:30px;
    -webkit-box-shadow: 0 10.5px 16px 1.5px #dddddd;
    -moz-box-shadow: 0 10.5px 16px 1.5px #dddddd;
    box-shadow: 0 10.5px 16px 1.5px #dddddd;
}
.signup{
    margin-top: 2rem !important;
    font-size: 20px;
}
.sign{
    font-family: 'Cinzel', serif !important;
    color:#c61b1f !important;
    font-weight: bold !important;
}
.account{
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold !important;
    font-size: 30px !important;
}
.cred{
    font-family: 'Poppins', sans-serif;
}
.personal-Info{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 30px;
}
.personal-data{
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
}
.terms{
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
}
.condition{
    color: #c61b1f !important;
    text-decoration: underline !important;
}
.sign-btn{
    border: 1px solid #c61b1f;
    padding:10px 50px 10px 50px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 30px;
    color:#c61b1f;
}
.input-forms {
    line-height: 28px;
    padding: 0 1rem;
    padding-left: 1rem;
    border: 2px solid transparent;
    border-radius: 8px;
    outline: none;
    background-color: #f3f3f4;
    color: #0d0c22;
    transition: .3s ease;
    width: 340px;
    height: 40px;
}

.input-formst {
    line-height: 28px;
    padding: 0 1rem;
    padding-left: 1rem;
    border: 2px solid transparent;
    border-radius: 8px;
    outline: none;
    background-color: #f3f3f4;
    color: #0d0c22;
    transition: .3s ease;
    width: 722px;
    height: 40px;
}

@media (max-width: 768px) {
    .input-formst {
        width: 340px; /* Adjust the width for small screens */
        /* Add any other responsive styles here */
    }
}

.input-forms::placeholder {
color: #9e9ea7;
}

.input-forms:focus, input:hover, .input-formst:hover {
outline: none;
border-color: #c61b1f;
background-color: #fff;
box-shadow: 0 0 0 4px rgb(234 76 137 / 10%);
}
/* .navs{
    max-width: 1280px;
}
.navbar{
    -webkit-box-shadow: 0 10.5px 16px 1.5px #dddddd;
    -moz-box-shadow: 0 10.5px 16px 1.5px #dddddd;
     box-shadow: 0 10.5px 16px 1.5px #dddddd;
} */

footer {
    position: relative;
    clear: both; 
    width: 100%;
}





