body {
    background: rgba(242,255,242,0.5);
}

.conn {
    margin: 20px auto;
}

.loginForm {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.dLoign {
    text-align: center;
    margin: 15px 0;
}

.dremind h1 {
    font-size: 20px;
    color: #007bff;
    font-weight: 500;
    margin: 10px 0px;
    text-align:center;
}

.dmanual {
    text-align: center;
}

    .dmanual a {
        min-width: 340px;
        display: inline-block;
        font-size: 28px;
        color: #6c757d;
        background-color: #FFF;
        border: 1px solid #6c757d;
        padding: 5px;
        border-radius: 10px;
        margin: 0px 0px 10px;
        text-decoration: none;
        font-weight: 400;
    }

        .dmanual a:hover {
            color: #fff;
            background-color: #6c757d;
            border-color: #6c757d;
        }

.dcontroller {
    text-align: center;
}

    .dcontroller input {
        min-width: 160px;
        font-size: 24px;
        color: #007bff;
        background-color: #fff;
        border: 1px solid #007bff;
        text-decoration: #000;
        border-radius: 10px;
        margin: 0 10px;
        padding: 5px;
    }

        .dcontroller input:hover {
            color: #fff;
            background-color: #007bff;
            border-color: #007bff;
            opacity: 0.65;
        }


.center_border {
    width: 95%;
    height: 1px;
    margin: 15px auto;
    border-top: 1px solid #000;
}

.applyTime {
    width: 100%;
}

    .applyTime table, table th, table tr, table td {
        border: 1px solid #000;
    }

    .applyTime table {
        width: calc(100% - 20px );
        text-align: center;
        margin: 0px 10px 10px;
    }

    .applyTime th {
        padding: 5px;
    }

    .applyTime td {
        padding: 5px;
        vertical-align: middle;
    }

    .applyTime caption {
        margin: 5px auto;
        text-align: center;
        font-size: 30px;
        font-weight: 400;
    }

@media screen AND (min-width: 1200px) {
    .conn {
        width: 1200px;
        margin: 20px auto;
        display: flex;
    }

    .loginForm {
        display: block;
        width: 598px;
        box-sizing: border-box;
    }

    .center_border {
        width: 0px;
        height: auto;
        margin: 0;
        border-left: 1px solid #000;
    }

    .applyTime {
        width: 598px;
    }
}
