html, body {
    font-size: 20px;
    font-family: Arial;
    height:100%;
    color: #333333;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
}

a {
    text-decoration: none;
}

@media only screen and (min-width: 200px) {
    html {
        font-size: 18px !important;
    }
}
@media only screen and (min-width: 360px) {
    html {
        font-size: 20px !important;
    }
}
@media only screen and (min-width: 400px) {
    html {
        font-size: 21.33px !important
    }
}
@media only screen and (min-width: 414px) {
    html {
        font-size: 22.08px !important
    }
}
@media only screen and (min-width: 480px) {
    html {
        font-size: 23.6px !important
    }
}
@media only screen and (min-width: 1024px) {
    html {
        font-size: 28.6px !important;
    }
}
@media only screen and (min-width: 1366px) {
    html {
        font-size: 30.6px !important;
    }
    .container {
        min-width: 1200px;
    }
}

@media screen and (min-width: 200px) and (max-width: 767px) {
    .container {
        padding:0 .5rem 0 .5rem!important;
    }
    .header img {
        width: 2.5rem;
    }
    .signup-title {
        padding-top: 3rem!important;
        font-size: .8rem;
    }
    .why-join, .note-box {
        width: 90% !important;
    }
    .why-join span, .note-box p {
        font-size: .8rem!important;
    }
    .account-info label {
        font-size: .7rem!important;
    }
    .submit {
        width: 6.5rem!important;
        height: 1.8rem!important;
        line-height:1.8rem!important;
        font-size: .8rem!important;
    }
    .site-info-box span {
        font-size:.7rem!important;
    }
    .account-info input {
        width: 100%!important;
    }
    .site-info-box textarea {
        width: 100%!important;
        font-size: .7rem!important;
    }
    .submit-box {
        width: 100%!important;
        display: flex;
        flex-direction: row;
        justify-content:center;
    }
    .iti {
        width: 100%;
    }
    .iti-mobile .iti--container {
        top: 0!important;
        bottom: 0!important;
        left: 2.5rem!important;
    }
}

.iti__selected-dial-code, .iti__country-name, .iti__dial-code {
    font-size:.6rem;
}
.iti__selected-flag {
    height: 1.5rem;
}
.iti--allow-dropdown {
    margin-top:.3rem;
}

.container {
    width: 100%;
    padding: 0 3rem 0 3rem;
}

.header {
    display: flex;
    flex-direction:row;
}
.header .logo {
    width: 90%;
}

.header img {
    margin-top: 1rem;
}
.signup-title {
    width: 100%;
    padding-top: 4rem;
}
.why-join {
    width: 70%;
}
.why-join h1{
    padding-top: 2rem;
    font-size: .9rem;
}
.why-join span{
    display:block;
    margin-top: 1rem;
    font-size: .65rem;
    line-height:1.1rem;
}

.note-box {
    margin-top: 2rem;
    padding-bottom: 2rem;
    width: 70%;
}
.note-box h1 {
    font-size: .9rem;
}
.note-box p {
    font-size: .65rem;
    line-height:1.1rem;
    margin: .5rem 0 0 0;
}
.account-info {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
}
.account-info h1{
    font-size: .9rem;
}
.account-info form {
    margin-top: .8rem;
}
.account-info  label {
    display: block;
    margin-top: 1rem;
    font-size: .55rem;
}
.account-info label b {
    color: #E81313;
}
.base_info input {
    width: 13rem;
    height: 1.5rem;
    border: 1px solid #E5E5E5;
    margin-top: .3rem;
    outline: none;
    font-size: .6rem;
    text-indent:.2rem;
}
.site-info-box {
    margin-top: 2.5rem;
}
.site-info-box h1 {
    font-size: .9rem;
}
.site-info-box span{
    display: block;
    color: #999999;
    font-size: .5rem;
    margin-top: .2rem;
}
.site-info-box textarea {
    width: 16rem;
    height: 5rem;
    resize:none;
    outline: none;
    text-indent: .2rem;
    margin-top: .2rem;
    padding-top: .2rem;
    border: 1px solid #E5E5E5;
    font-size: .55rem;
    color: #333333;
}
.submit {
    display: block;
    background-color: #00A33C;
    border-radius: 1rem;
    color: white;
    margin-top: 2rem;
    width: 7rem;
    height: 1.6rem;
    line-height:1.2rem;
    text-align: center;
    font-size: .6rem;
    cursor: pointer;

    border: 1px solid #E5E5E5;
    outline: none;
    text-indent:.2rem;
}
.mailto {
    color: #333333;
    text-decoration: underline;
    font-weight: bold;
    font-size: .7rem;
}
.error {
    color: #DF0046;
}
.signup_success {
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: 90%;
}
.signup_success span {
    font-size: .8rem;
    margin-top: .8rem;
}
.signup_success .success-box {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    margin-bottom: 5rem;
}
.signup_success .success-box img {
    width: 2.5rem;
}
.base_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.base_info .info-item {
    width: 50%;
}