.pdf-sent-container {
    width: 80%;
    text-align: center;
    padding: 20px;
    margin: 30px auto;
    background: #b1b1b1;
}
.thank-you-container {
    width: 80%;
    text-align: center;
    padding: 20px;
    margin: 30px auto;
    background: #b1b1b1;
}


/*Profile Edit Page*/
.oe-profile-edit {
    max-width: 800px;
    margin: 0 auto;
	margin-bottom:80px;
}
.oe-profile-edit table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}
.oe-profile-edit form {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.oe-profile-edit .form-table th {
    text-align: left;
    padding: .7em 1em;
    border-width: 0 1px 1px 0;
    border: 1px solid #D1D5DB;
}
.oe-profile-edit .form-table th label{
    color: #111827;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
}
.oe-profile-edit .form-table td{
    padding: .7em 1em;
    border-width: 0 1px 1px 0;
    border: 1px solid #D1D5DB;
}
.oe-profile-edit input[type=text],
.oe-profile-edit input[type=email],
.oe-profile-edit input[type=password]{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 5px 16px;
    height: 40px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    color: #475569;
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #D1D5DB;
    margin: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}
.oe-profile-edit input[type=submit] {
    margin-top: 20px;
    display: block;
    background: #004F90;
    color: #ffffff;
    box-shadow: none !important;
    outline: 0;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1em;
    border-radius: 4px;
    text-shadow: none;
    -webkit-appearance: button;
    cursor: pointer;
    border:none;
}
/*Profile Edit Page Ends*/