#profile-section .top-section-profile{
    border-bottom: 1px dotted #32b2e8;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#profile-section form{
    padding: 15px;
    box-shadow: 0px 0px 20px 0px #d8d8d8;
    margin-top: 30px;
    border-radius: 7px;
    border-top: 2px solid #8db753;
    border-bottom: 5px solid #8db753;
}

/* #profile-section form::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 122px;
    height: 66px;
    background: url(../img/section-title-bg.png) no-repeat;
    z-index: -1;
} */
#profile-section form button.save-button{
    background: #1da8e2;
    color: white;
    margin-top: 10px;
}

#profile-section form button.reset-button{
     color: #1da8e2;
    padding: 0;
    text-decoration: underline;
}
.reset-password-modal .modal-content{
    background-color: white;
}
.reset-password-modal .modal-content .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    background: #0087ce70;
    margin-top: 0px;
    margin-bottom: 0rem;
}
.reset-password-modal .modal-content .modal-header .modal-title {
    margin-bottom: 0px;
    line-height: 3.5;
}
.reset-password-modal .modal-content .modal-header button.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background: #def0f7;
    padding: 4px 12px 8px 12px !important;
    margin: 1rem 0rem 1rem auto;
}

.reset-password-modal .modal-content .modal-body button.modal-submit-button {
    margin: 0 auto;
    display: block;
    background: #0087ce;
    color: white;
    border: 1px solid;
}
.reset-password-modal .modal-content .modal-body form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0.375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 3px 5px 10px 0px #d0d0d0;
}
.profile-section form table td.border-design input.form-control {
    color: #495057;
    border: 1px solid #ced4da12;
    box-shadow: 2px 2px 7px 0px #d0d0d0;
}

.modal-submit-section{
    border-top: 1px dotted #0087ce;
    margin-left: 0px;
    margin-right: 0px;
}

