.font-regular {
    font-family: "Helvetica Neue", sans-serif;
}

section {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
    /*max-width: 450px;*/
    margin: 0 auto;
}

header {
    background: #ffffff;
    padding: 3% 4%;
    /* no flex rules, it will grow */
}

.headerform {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.left-auto {
    margin-left: auto;
}

.center-auto {
    margin: auto;
}

.left-auto {
    margin: auto auto auto 0px;
    position: absolute;
}
.right-auto {
    margin: auto 0px auto auto;
}

.headerform .logo-rta {
    width: 100px;
}

.headerform .logo-moq {
    max-width: 200px;
}

.headerform .logo-moq-s {
    max-width: 12vw;
}
.headerform .logo-yai-s {
    max-width: 12vw;
}

.headerform .logo-wtc {
    max-width: 200px;
}

.headerform .logo-alj {
    max-width: 150px;
}

.headerform .logo-yai {
    max-width: 200px;
    margin: 15px auto;
}

.headerform h2 {
    font-size: 3.5vw;
    font-family: "GothamBold";
    text-align: center;
    padding: 0px 0px 0px 0px;
}

.topbox h2 {
    font-size: 20px;
    font-family: "GothamBold";
    padding: 0px 0px 0px 0px;
}

.headerform h2,
.headerform p,
.topbox h2,
.topbox p,
.topbox label {
    color: rgba(255, 255, 255, 1);
}

.main-content {
    padding: 20px 20px 15px 20px;
    flex: 1;
    /* 1 and it will fill whole space left if no flex value are set to other children*/
    /*  overflow: auto;*/
    -webkit-overflow-scrolling: touch;
}

footer {
    background-color: transparent;
    text-align: center;
    padding: 10px;

    /*min-height: 60px;*/
    /* min-height has its purpose :) , unless you meant height*/
}

footer a {
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
}

.loginform .loginbox {
    /*background-color: rgba(255,255,255,0.5);
    border-radius: 20px;
    border: 2px solid #ffffff;*/
    /*  background: url("../images/bg-box.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;*/

    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.form_submit {
    display: flex;
    justify-content: center;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    background-color: #d71921;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 16px;
    width: 100%;
    max-width: 575px;
    margin: 10px auto;
    font-family: "Noto Sans Display", sans-serif;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 64px;
}

.form_submit_clear {
    background: none;
    color: inherit;
    border: none;
    cursor: pointer;
    outline: inherit;

    /* letter-spacing: 2px;*/
    font-weight: 400;
    padding: 10px;
    display: flex;
    margin: 10px auto;

    font-family: "Noto Sans Display", sans-serif;
    color: #d71921;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.02em;

    -webkit-appearance: none;
}

.signup_bottom img {
    max-height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.loginform input.form_input {
    width: 94%;
}

.allround {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 12px;

    /* Firefox 1-3.6 */
    -moz-border-radius: 12px;

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 12px;
}

.topround {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    /*-webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;*/

    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    /*-moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 4px;*/

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /*  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 4px;*/
}

@media screen and (max-width: 1124px) {
    .headerform h2 {
        font-size: 5.5vw;
    }

    .form_submit {
        width: 300px;
    }
}

/* Responsive */
@media screen and (max-width: 991px) {
    .headerform h2 {
        font-size: 5.5vw;
    }
}

@media screen and (max-width: 575px) {
    header {
        padding: 5%;
    }
    .headerform .logo-moq-s {
        max-width: 22vw;
    }

    .headerform .logo-yai-s {
        max-width: 22vw;
    }

    .headerform h2 {
        font-size: 10.5vw;
    }

    .form_submit {
        width: 100%;
        margin-top: 32px;
    }
}

@media screen and (max-width: 360px) {
    .headerform h2 {
        font-size: 10vw;
    }
}
