body {
    margin: 0;
    padding: 0;
    height: 100vh;
}

.logo-contain {
    display: block;
}

.crempco-logo {
    margin: 20px 6px 0px 0px;
}

.fill-logo {
    margin: 0px 0px 0px 0px;
    width: 390px;
    height: 370px;
}

.row {
    display: flex;
}

.reg-header {
    width: 850px;
    height: 120px;
    margin: 0px 6px 0px 0px;
    border-radius: 25px 25px 0px 0px;
    background: #265E87;
}

.reg-head {
    margin: 20px 20px 0px 20px;
    /* Adjusted margin */
    color: #FFF;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    padding: 25px 0px 1px 0px;
}


.sub-head {
    font-family: Poppins;
    margin: 0px 0px 0px 20px;
    /* Adjusted margin */
    font-size: 16px;
    font-weight: 300;
    color: #FFF;
    padding: 5px 0px 10px 0px;
}

.reg-field {
    width: 849px;
    height: inherit;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding-bottom: 30px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;

}

.symbol-step-1 {
    margin: 15px 0px 0px 10px;
    width: 30px;
    height: 30px;
}

.symbol-step-2 {
    margin: 15px 0px 0px 40px;
    width: 30px;
    height: 30px;
}
.symbol-step-3 {
    margin: 15px 0px 0px 50px;
    width: 30px;
    height: 30px;
}
.symbol-step-4 {
    margin: 15px 0px 0px 40px;
    width: 30px;
    height: 30px;
}

.step-1 {
    font: 300 12px/18px Poppins;
    letter-spacing: 0.05em;
    color: #265E87;
    margin-right: 20px;
    white-space: pre-wrap;
    /* or white-space: normal; depending on your needs */
}


.step-2 {
    font: 300 12px/18px Poppins;
    letter-spacing: 0.05em;
    color: #265E87;
    margin-left: 0px;
    white-space: pre-wrap;
    /* or white-space: normal; depending on your needs */
}
.step-3 {
    font: 300 12px/18px Poppins;
    letter-spacing: 0.05em;
    color: #265E87;
    margin-left: 0px;
    white-space: pre-wrap;
    /* or white-space: normal; depending on your needs */
}
.step-4 {
    font: 300 12px/18px Poppins;
    letter-spacing: 0.05em;
    color: #265E87;
    margin-left: 0px;
    white-space: pre-wrap;
    /* or white-space: normal; depending on your needs */
}



.line-1 {
    position: absolute;
    border: 1px #D3D3D3 solid;
    height: 0px;
    width: 50px;
    margin-top: 30px;
    margin-left: 165px;
    padding: 0px;
}

.line-2 {
    position: absolute;
    border: 1px #D3D3D3 solid;
    height: 0px;
    width: 40px;
    margin-top: 30px;
    margin-left: 235px;
    padding: 0px;
}

.line-3 {
    position: absolute;
    border: 1px #D3D3D3 solid;
    height: 0px;
    width: 35px;
    margin-top: 30px;
    margin-left: 185px;
    padding: 0px;
}

.step-detail {
    display: flex;
}


/*** Start of the Personal Background CSS ***/
.personal-title {
    margin: 10px 0px 0px 15px;
    font-family: Poppins;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;

}

.ptitle-sub {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px 0px 0px 15px;

}

.personal-line {
    width: 96%;
}

.full-name {
    border: 1px solid #D3D3D3;
    width: 481px;
    height: 30px;
    top: 327px;
    left: 572px;
    margin: 0px 0px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.full-name:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.fullname-sample {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px 0px 0px 25px;
}

.branch {
    border: 1px solid #D3D3D3;
    width: 226px;
    height: 30px;
    border-radius: 25px;
    margin: 0px 0px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.branch:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.birthday {
    border: 1px solid #D3D3D3;
    width: 226px;
    height: 30px;
    border-radius: 25px;
    margin: 20px 0px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.birthday:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.religion {
    border: 1px solid #D3D3D3;
    width: 226px;
    height: 30px;
    border-radius: 25px;
    margin: 20px 0px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.religion:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.nationality {
    border: 1px solid #D3D3D3;
    width: 226px;
    height: 30px;
    border-radius: 25px;
    margin: 20px 0px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.nationality:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.next-btn {
    width: 143px;
    height: 29px;
    top: 913px;
    left: 579px;
    border-radius: 25px;
    background-color: #265E87;
    border: 1px solid #D3D3D3;
    color: #FFF;
    margin: 0px 0px 0px 20px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.back-btn {
    width: 143px;
    height: 29px;
    top: 913px;
    left: 579px;
    border-radius: 25px;
    background-color: #FFF;
    border: 0px solid #D3D3D3;
    color: #265E87;
    margin: 10px 0px 0px 20px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}


button:active {
    background-color: #D3D3D3;
    /* Change the background color on focus and click */
}




.father-name {
    border: 1px solid #D3D3D3;
    width: 481px;
    height: 30px;
    top: 327px;
    left: 572px;
    margin: 0px 0px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.father-name:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.mother-name {
    border: 1px solid #D3D3D3;
    width: 481px;
    height: 30px;
    top: 327px;
    left: 572px;
    margin: 0px 0px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.mother-name:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.other-name {
    border: 1px solid #D3D3D3;
    width: 481px;
    height: 30px;
    top: 327px;
    left: 572px;
    margin: 0px 0px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.other-name:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

/*** End of the Personal Background CSS ***/


/*** Start of Educational Background CSS ***/

.educ-acc {
    border: 1px solid #D3D3D3;
    width: 280px;
    height: 30px;
    border-radius: 25px;
    margin: 0px 20px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.educ-acc:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.school-name {
    border: 1px solid #D3D3D3;
    width: 481px;
    height: 30px;
    top: 327px;
    left: 572px;
    margin: 0px 0px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.school-name:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.school-address {
    border: 1px solid #D3D3D3;
    width: 611px;
    height: 30px;
    top: 327px;
    left: 572px;
    margin: 20px 0px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.school-address:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.job-title {
    border: 1px solid #D3D3D3;
    width: 326px;
    height: 30px;
    border-radius: 25px;
    margin: 20px 50px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.job-title:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.company {
    border: 1px solid #D3D3D3;
    width: 326px;
    height: 30px;
    border-radius: 25px;
    margin: 20px 0px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.company:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.company-add {
    border: 1px solid #D3D3D3;
    width: 226px;
    height: 30px;
    border-radius: 25px;
    margin: 20px 0px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.company-add:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.com-contact {
    border: 1px solid #D3D3D3;
    width: 226px;
    height: 30px;
    border-radius: 25px;
    margin: 20px 0px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.com-contact:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

/*** End of Educational & Occupation Background CSS ***/



/*** Start of Contact Details CSS ***/
.living-status {
    border: 1px solid #D3D3D3;
    width: 230px;
    height: 30px;
    border-radius: 25px;
    margin: 0px 20px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.living-status:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.present-add {
    border: 1px solid #D3D3D3;
    width: 541px;
    height: 30px;
    top: 327px;
    left: 572px;
    margin: 0px 0px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.present-add:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}


.year-stay {
    border: 1px solid #D3D3D3;
    width: 201px;
    height: 30px;
    top: 327px;
    left: 572px;
    margin: 20px 0px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.year-stay:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.relevant-info {
    border: 1px solid #D3D3D3;
    width: 226px;
    height: 30px;
    border-radius: 25px;
    margin: 20px 0px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.relevant-info:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.fb-messenger {
    border: 1px solid #D3D3D3;
    width: 326px;
    height: 30px;
    border-radius: 25px;
    margin: 20px 0px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.fb-messenger:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}


/*** End of Contact Details CSS ***/


/*** Start of Account Details CSS ***/

.id-number {
    border: 1px solid #D3D3D3;
    width: 230px;
    height: 30px;
    border-radius: 25px;
    margin: 0px 20px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.id-number:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.id-file {
    border: 1px solid #D3D3D3;
    width: 230px;
    height: 30px;
    border-radius: 25px;
    margin: 0px 20px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.id-file:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.file-input-container {
    position: relative;
    display: inline-block;
    margin: 20px 20px 10px 10px;
}

.custom-file-input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.styled-input {
    font-family: Poppins;
    width: 430px;
    border-radius: 25px;
    border: 1px solid #D3D3D3;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 8px;
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    display: inline-block;
}

.file-sample {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin: 10px 0px 0px 20px;
}

.image-preview-container{
    margin: 0
    
    px 0px 0px 10px;
    border: 1px solid;
    width: 270px;
    height: 140px;
    border-style: dashed;
    border-color:#265E87;
}

.image-upload{
    font-family: Poppins;
    font-size: 25px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin: 40px;
    color: #265E87;
}

.mandatory-info {
    border: 1px solid #D3D3D3;
    width: 166px;
    height: 30px;
    border-radius: 25px;
    margin: 20px 0px 10px 20px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.mandatory-info:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.account-info {
    border: 1px solid #D3D3D3;
    width: 326px;
    height: 30px;
    border-radius: 25px;
    margin: 20px 0px 10px 10px;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.account-info:focus {
    border-color: #265E87;
    /* Set the border color when the input is focused */
    outline: none;
    /* Optional: Remove the default focus outline */
}

.hidden {
    display: none;
}




/*** End of Account Details CSS ***/