body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #000;
    background: #FFF;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

* {
    font-family: 'Noto Sans', sans-serif;
    box-sizing: border-box;
}

.row {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 -30px;
}
.col {
    padding: 0 30px;
    width: 50%;
}


a {
    color: #000;
}

.btn {
    border: none;
    display: block;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 260px;
    padding: 20px;
    background: linear-gradient(102.51deg, #4761E7 0%, #8952F7 100%) !important;
    transition: all 0.2s;
    box-shadow: 1px 8px 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 8px 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 8px 20px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 1px 8px 20px rgba(0, 0, 0, 0.25);
    text-decoration: none !important;
    margin: 0 auto;
    cursor: pointer;
}

.main_wrapper {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 45px;
}

header {
    text-align: center;
    padding: 15px 0;
    position: relative;
}

.col-action .img img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: block;
    border: none;
}

.form_wrapper {
    margin-top: 30px;
}

label {
    display: block;
    cursor: pointer;
}
label .name {
    display: block;
    margin: 15px 0 10px;
}
.form-control {
    display: block;
    height: 44px;
    padding: 0 15px;
    width: 100%;
    border: 1px #eee solid;
    outline: none;
}


.form_desc {
    margin-top: 50px;
    line-height: 1.5;
    font-weight: 300;
}

footer {
    margin-top: 50px;
    padding: 20px;
    text-align: center;
    background: #efefef;
}

.lp_sponsor_info {
    padding: 15px 0 0;
    font-size: 11px;
    text-align: center;
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
    }
    body .form-control {
        border: 1px #ccc solid;
        font-size: 16px;
    }
    .row {
        align-items: flex-start;
        flex-wrap: wrap;
    }
    header {
        padding-top: 30px;
    }

    .col {
        width: 100%;
    }
    .form_wrapper {
        margin-top: 0;
    }

    .col-action{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}