﻿

#app section.container {
    max-width: 480px;
}


.bg-blue {
    background-color: #3939FF;
}


#app section a.is-close {
    position: absolute;
    right: 0.2rem;
    top: 0.5rem;
}



#app section.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    background-color: #000;
    color: #ffffff;
    text-align: center;
    padding: 0.5rem 0.5rem;
    z-index: 9999;
}

    #app section.header * {
        color: #ffffff;
        font-weight: 200;
        font-size: 1.3rem;
        letter-spacing: -1px;
    }

.fg-blue {
    color: #ffffff;
}


#app section.body {
    min-height: 100vh;
}

    #app section.body.is-center-position {
        padding: 0;
        padding: 0;
    }


#app section .stage {
}

    #app section .stage > p.title {
        margin: 0.5rem;
        text-align: center;
    }

div.footer {
}

#app .is-red {
    color: darkred !important;
}

#app .is-black {
    color: black !important;
}

#app .is-blue {
    color: blue !important;
}

#app .button.is-red, #app button.is-red {
    background-color: darkred !important;
    color: white !important;
}
    #app .button.is-red * {
        color: white !important;
    }

#app .button.is-black, #app button.is-black {
    background-color: black !important;
    color: white !important;
}




#app div.field * {
}

#app div.field:not(:first-child) {
    margin-top: 0.5rem;
}

#app div.field > label {
    opacity: 0.5;
}

#app div.field .title {
    color: black;
    font-size: 1.2rem;
}


#app div.field .subtitle {
    color: black;
    font-size: 1rem;
}

#app div.field p.input-hint {
    color: red;
    font-weight: normal;
    font-size: 0.8rem;
}

#app div.field p.notice {
    font-size: 0.9rem;
}


#app div.wrapper {
    border: 1px solid #ececec;
    border-radius: 0.4rem;
    padding: 1.5rem 2rem;
    margin: 0;
    background-color: #f8f8f8;
}


#app div.button-box {
    text-align: left;
    margin-top: 0;
    margin-bottom: 2rem;
    padding: 0.5rem;
}

div.button-box button {
    min-width: 8rem;
}


@media (max-width:720px) {

    #app div.wrapper {
        border: 1px solid #ececec;
        border-radius: 0.4rem;
        padding: 0rem 0.3rem;
        background-color: #f8f8f8;
    }
}
