/* page column Css Start */
*{
    margin: 0;
    font-family: 'Microsoft Yahei';
}

.from{
    border: 1px solid black;
    width: 80%;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vh;
}

.from .header{
    border-bottom: 3px solid #b3b3b3;
    padding: 10px;
    font-size: 20px;
    background-color: #e0e0e0;
    text-align: center;
}

/* page alert Css Start */
.from .alert{
    border: 2px solid  rgb(9, 181, 0);
    padding: 10px;
    font-size: 20px;
    background-color:  rgb(6, 118, 0);
    color: white;
}

.from .filealert{
    border: 2px solid rgb(255, 104, 104);
    padding: 10px;
    font-size: 20px;
    background-color: rgb(148, 0, 0);
    color: white;
}
/* page alert Css End */

.from .body{
    margin-left: 20px;
    margin-top: 20px;
    background-color: white;
}
/* page column Css End */

/* Section 1 Css Start */
.from .body .Section_1 .title,
.from .body .Section_1 .title_input{
    display: inline-flex;
    margin-top: 20px;
}

.from .body .Section_1 .title{
    width: 100px;
    font-size: 20px;
}

.from .body .Section_1 .title_input{width: 90%;}

.from .body .Section_1 .title_input input{
    font-size: 20px;
    padding: 10px;
    width: 100%;
}
/* Section 1 Css End */

/* Section 2 Css Start */
.from .body .Section_2 .title,
.from .body .Section_2 .title_input{
    display: inline-flex;
    margin-top: 20px;
}

.from .body .Section_2 .title_input{width: 90%;}

.from .body .Section_2 .title{
    width: 100px;
    font-size: 20px;
    margin-top: 20px;
}

.from .body .Section_2 .title_input input{
    font-size: 20px;
    padding: 10px;
    width: 100%;
}
/* Section 2 Css End */

/* Section 3 Css Start */
.from .body .Section_3 .title_input{
    width: 100%;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.from .body .Section_3 .title_input input{
    width: 20%;
    padding: 10px;
    text-transform: uppercase;
    font-size: 20px;
    border: unset;
    background-color: #00D262;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

.from .body .Section_3 .title_input input:hover{
    transition: 0.5s;
    background-color: #00b153;
}

.Section_4{
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}

.Section_4 a{
    color: #b2b2b2;
}
/* Section 3 Css End */