.loan-request-quoteSubmissionPageContainer {
    width: 100%; /* Full browser width */
    height: 100vh;
    background: #F5F6F7 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loan-request-quoteSubmissionPage {
    width: 80%;
}

.loan-request-logoHeader {
    height: 64px;
    margin-bottom: 30px;
}

.loan-request-formMainHeadingCont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loan-request-formMainHeadingCont div{
    text-align: center;
    width: 52%;
}

.loan-request-formMainHeadingCont div h1{
    color: #091E42;
    font-weight: 600;
    font-size: 33px;
}

.loan-request-formMainHeadingCont div p{
    color: #A6AEBB;
    font-weight: 500;
    font-size: 18px;
}

.loan-request-mainHeading {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loan-request-mainHeading h1 {
    color: #091E42;
    font-weight: 700;
    font-size: 40px;
}

.loan-request-mainFormCont {
    width: 100%;
    height: 800px;
    padding-top: 40px;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
    border: none;
    border-radius: 24px;
    background: #FFFFFF;
}

.loan-request-formHeadingCont h2{
    color: #091E42;
    font-weight: 600;
    font-size: 28px;
}

.loan-request-formHeadingCont h2 span{
    color: #F6D23C;
    font-weight: 600;
    font-size: 28px;
}

.loan-request-formInputCont {
    width: 100%;
    height: 260px;
    border-bottom: 1px solid #C2C7D0;
    margin-bottom: 15px;
}

.loan-request-InputCont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.loan-request-Input {
    width: 32%;
    height: 81px;
    display: flex;
    flex-direction: column;
}

.loan-request-Input div{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.loan-request-Input div span{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #091E42;
    font-weight: 500;
    font-size: 14px;
}

.loan-request-Input input{
    width: 100%;
    height: 56px;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
    border-radius: 8px;
    border-width: 1px;
    border: 1px solid #C2C7D0;
    color: #091E42;
    font-weight: 400;
    font-size: 16px;
}

.loan-request-InputAddress {
    width: 100%;
    height: 81px;
    display: flex;
    flex-direction: column;
}

.loan-request-InputAddress div{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.loan-request-InputAddress div span{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #091E42;
    font-weight: 500;
    font-size: 14px;
}

.loan-request-InputAddress input{
    width: 100%;
    height: 56px;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
    border-radius: 8px;
    border-width: 1px;
    border: 1px solid #C2C7D0;
    color: #091E42;
    font-weight: 400;
    font-size: 16px;
}

.loan-request-formBtnCont {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.loan-request-FormCancelBtn button {
    width: 202px;
    height: 64px;
    border-radius: 16px;
    border-width: 2px;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    border: 2px solid #091E42;
    color: #091E42;
    font-weight: 600;
    font-size: 20px;
    margin-right: 5px;
    background: transparent;
}

.loan-request-FormQuoteBtn button {
    width: 196px;
    height: 64px;
    border: none;
    border-radius: 16px;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    background: #F6D23C;
    color: #000000;
    font-weight: 600;
    font-size: 23px;
    margin-left: 5px;
}