.mainbody{
    background:#ffffff;
    width: 100%;
    align-items: center;
    margin-top: 15px;
    border-radius: 10px;
    padding:  10px;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}
img{
    height: 50%;
    width: 50%;
    margin-top: 30px;

}
.para{
    font-weight: bold;
   margin-bottom: 10px;
   margin-top: 50px;
   text-align: start;
   margin-left: 40px;

   font-size: medium;
}
.para2{
    margin-left: 40px;
    text-align: start;
    color: gray;

}
.lab{
    color: rgba(128, 128, 128, 0.826);
    font-weight: bold;
    margin-left: 40px;
    font-size: small;
    margin-top: 10px;

}

.inp{
    width: 80%;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-left: 35px;
    border-width: 1px;
    height: 40px;
    margin-top: 3px;
}

button{
    width: 280px;
    height: 30px;
    border-radius: 5px;
    background-color: red;
    border: none;
    color: white;
    font-weight: bold;

}
.con1{
    background-color: #ddd;

}
.global-container{
    background-color: #ddd;
    height: 100% !important;

}
.container-fluid{
    background-color:#ddd;
    height: 100%;
}
.container{
    height: 100vh;
}
.inn{
    width: 80%;
    border-radius: 10px;
    border:1px solid #ddd;
    border-width: 1px;
    margin-left: 35px;
    margin-top: 3px;
}

.lab1{
    color: grey;
     font-weight: bold;
    margin-left: 40px;
    font-size: small;
    margin-top: 10px;
}


.container{
    max-width: 1140px;
}

/* .sign-in-your{
    padding: 3.1rem  1.875rem;
} */
.fs-20{
    font-size: 1.25rem;
}

.font-w800{
font-weight: 800!important;
}

.card{
    transition: all .5s ease-in-out;
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.05);
    border-radius: 0.625rem;
    background-color: #fff;
    color: #777777!important;
    font-size: 0.835rem!important;
}

a{
    color: #777777;
}
:root{
    --primary-color:#FF6A59;
    --primary-hover:#ff3c26;
}

.btn-primary{
    background-color: var(--primary-color);
}
.btn-primary:hover{
    background-color: var(--primary-hover);
    border: 1px solid transparent;
}

.btn{
    border: 1px solid transparent;
}

.btn-block{
    width: 100%;
}

