#content {

    position: absolute;
}

#confirm_reset_msg_container {
    /*display: block;*/
    position: fixed;
    width: 100%;
    z-index: 90000000;
    top: 0;
}

#confirm_reset_msg_container .backdrop {
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: scroll;

}

#confirm_reset_msg_container .modal-section-area {
    margin-bottom: 120px;
}

@media only screen and (max-width: 480px) {
    #confirm_reset_msg_container .modal-section-area {
     margin:20px;
    }
}

@media only screen and (max-width: 768px) {
    #confirm_reset_msg_container .modal-section-area {
        margin:20px;
    }
}

@media only screen and (max-width: 480px) {
    #confirm_reset_msg_container .modal-content {
        border: none !important;
        width: 100% !important;;
    }
}

@media only screen and (max-width: 768px) {
    #confirm_reset_msg_container .modal-content {
        border: none !important;
        width: 100% !important;
    }
}

#confirm_reset_msg_container .modal-content {
    border: none;
    width: 550px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

#confirm_reset_msg_container .btn-secondary {
    color: #757575;
    background-color: #e9ecf0;
    border-color: #e9ecf0;
}

#confirm_reset_msg_container .modal-header {
    padding: 20px;
}

#confirm_reset_msg_container .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.75rem;
}

#confirm_reset_msg_container .modal-footer {
    border-top: none;
}

#confirm_reset_msg_container .close {
    font-weight: 400 !important;
}

#confirm_reset_msg_container .modal-header .close {
    padding-right: 6px;
    padding-top: 2px;
    margin: -1rem -1rem -1rem auto;
}
