@import url(font.css);
body {
    margin: 0;
    font-family: "Yu-Gothic";
}
.content {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 820px;
    margin-top: 60px;
}

.form_control {
    width: 100%;
    height: 38px;
    font-size: 18px;
    padding-left: 18px;
    background: #f3f3f3;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    border-radius: 6px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 250px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .4);
}
.modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    max-width: 400px;
    border-radius: 6px;
    text-align: center;
}

.modal .modal-content .title {
    font-weight: bold;
    margin-top: 20px;
}

.modal .modal-content .text-success {
    margin-top: 10px;
    padding: 0px 20px 20px 20px;
    border-bottom: 1px solid #d5d5d5;
}

.modal .modal-content #error {
    margin-top: 20px;
    padding: 0px 20px 20px 20px;
    border-bottom: 1px solid #d5d5d5;
}

.modal .modal-content .modal-close-btn, .modal .modal-content .close-btn-success {
    color: #0E7BFC;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

/* ipad */
@media screen and (max-width: 1024px) and (min-width:768px) {
    .content{
        margin-left: auto;
        margin-right: auto;        
        width:90vw;
    }
}

/* mobile */
@media screen and (max-width: 768px) {
    .content{
        width:80vw;
        /*border: 5px solid green;*/
        margin-left: auto;
        margin-right: auto;
    }

    .form_control, .form_control::placeholder {
        font-size: 14px;
    }

    .modal .modal-content {
        max-width: 250px;
    }
}
.mobile_content {
    margin: 12px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 700px;
    width: calc(100% - 40px);
    padding-top: 50px;
}
.mobile_content .content_item {
    width: 100%;
}
.mobile_content .add-html-log {
    width: 100%;
}
.eq_name {
    
    width: 100%;
    margin-bottom: 50px;
    margin-top: 20px;

}
.form-register-log {
    width: 100%;
}