.signup {
    position: relative;
    max-width: 416px;
    background-color: #FCFCFF;
    margin: auto;
    width: 100%;
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 24px;
}

.signup-nav {
    height: 64px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background-color: #5160EC;
    color: #FFFFFF;
    padding: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.signup-close {
    position: absolute;
    top: 20px;
    right: 20px;

    height: 24px;
    width: 24px;

    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/close_white.png);
    cursor: pointer;
}

.signup-body {
    padding: 0 24px;
    color: #5160EC;
}

.signup input:not([type='checkbox']) {
    width: 100%;
    height: 48px;

    outline: 0;
    background-color: transparent;
    border: 1px solid #DCDFFB;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

    font-size: 16px;
    line-height: 24px;
}

.signup ::placeholder, .signup ::-webkit-input-placeholder {
    color: #CBCFF9;
}

.signup-newaccount {

}

.signup-signin {

}

.signup-option {
    padding: 0 24px;
    height: 64px;
}

.signup-footer {
    padding: 0 24px;
    height: 64px;
}

.signup-footer, .signup-footer * {
    font-size: 12px !important;
    line-height: 16px !important;
    color: #CBCFF9 !important;
}