
.dialog {
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
}

/* .submitDialog {
    position: relative;
    margin: 0 auto 50px;
    width: 500px;
    height: 550px;
    border: 1px solid #dcdfe6;
    background-color: white;
} */

.submitDialog .del {
    width: 50px;
    height: 40px;
    float: right;
}

.submitDialog .head {
    height: 85px;
    width: 100%;
    margin-top: 25px;
}

.submitDialog .line {
    width: 80%;
    margin-left: 10%;
    height: 2px;
    background-color: darkslategray;
    margin-top: 10px;
}

.submitDialog .title {
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    color: dodgerblue;
    font-size: 20px;
    text-align: center;
}

.submitDialog .remark {
    height: 40px;
    line-height: 40px;
    color: black;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}

.submitDialog .oneRemark {
    width: 85%;
    margin-left: 10%;
    height: 35px;
}

.submitDialog .oneRemark .leftC {
    width: 23%;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: right;
}

.submitDialog .oneRemark .rightC {
    width: 76%;
    float: right;
    height: 35px;
    line-height: 35px;
    text-align: left;
}

.submitDialog .bottomRemark {
    width: 90%;
    margin-left: 10%;
    height: 50px;
}

.submitDialog .but {
    display: block;
    cursor: pointer;
    width: 80%;
    height: 50px;
    line-height: 50px;
    margin-left: 10%;
    margin-top: 30px;
    color: white;
    font-size: 20px;
    font-weight: bolder;
    background-color: #365ea4;
    text-align: center;
    border-radius: 5px;
    text-decoration: none !important;
}

@media only screen and (min-width: 800px) {

    .progress {
        width: 72%;
        ;
        left: 5%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: bolder;
        float: left;
    }

    .submitDialog {
        position: relative;
        margin: 0 auto 50px;
        width: 600px;
        height: 250px;
        border: 1px solid #dcdfe6;
        background-color: white;
    }
}

@media only screen and (min-width: 800px) {
    .submitDialog {
        position: relative;
        margin: 0 auto 50px;
        width: 580px;
        height: 250px;
        border: 1px solid #dcdfe6;
        background-color: white;
    }
    .submitDialogStudy {
        width: 750px !important;
    }
    .submitDialog_chang_pass {
        height: 350px;
    }
}

@media only screen and (max-width: 800px) {
    .submitDialog {
        position: relative;
        margin: 0 auto 50px;
        width: 100%;
        height: 250px;
        border: 1px solid #dcdfe6;
        background-color: white;
    }

    .submitDialog_chang_pass {
        height: 350px;
    }
}
