@charset "utf-8";

.clearfix {
    clear: both;
    white-space: nowrap;
}

body {
    font: 300 16px/120% "Arial", "Microsoft JhengHei", "Apple LiGothic Medium", "Microsoft YaHei", sans-serif;
}

.bg {
    background: #fff url(../images/jector-bg.svg)no-repeat center top;
    background-size: cover;
    margin: 0 auto;
    display: block;


}

.wrap {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;

}

.mov {
    width: 100%;
    margin-top:45vh;
}

.mov h2 {
    font-size: 2.8em;
    font-weight: 400;
    color: #0074D2;
    text-align: center;


}

.mov .user_btn {
    display: block;

}

.mov button {
    border: none;
    color: #fff;
    padding: 20px 40px;
    background-color: #FF5653;
    border-radius: 200px;
    font-size: 1.5em;
    cursor: pointer;
    margin: 10px 30px;
    display: inline-block;
    width: 200px;

}

.mov button:hover {
    background-color: #e54845;
}

/* .logo {
    background: url(../images/genetouch.svg)no-repeat right top;
    height: 90px;
    margin: 10% 80px 2% 50px;
    width: 100%;
    min-width: 350px;
     

} */

@media all and (width: 1920px) {
    .wrap {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        display: block;

    }

    .mov {
        width: 100%;
        margin-top: 30%;
    }

    .mov h2 {
        font-size: 3.6em;
    }

    .mov .user_btn {
        display: block;
    }

    .mov button {
        border-radius: 200px;
        font-size: 2.6em;
        margin: 10px 20px;
        width: 250px;

    }

 

}