﻿

#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: #3939FF;
    color: #ffffff;
    text-align: center;
    padding: 0.5rem 0.5rem;
    z-index: 9999;
}

    #app section.header * {
        color: #ffffff;
        font-weight: 200;
        font-size: 1.8rem;
    }

.fg-blue {
    color: #ffffff;
}


#app section.body {
    min-height:100vh;
}

    #app section.body.is-center-position {
        padding: 0;
        padding: 0;
    }



div.footer {
}

#app button.is-red {
    background-color: darkred !important;
    color: white !important;
}

#app button.is-black {
    background-color: black !important;
    color: white !important;
}

#app span.is-red, p.is-red {
    color: darkred !important;
}

#app span.is-balck, #app p.is-black {
    color: black !important;
}

#app span.is-blue, #app p.is-blue {
    color: blue !important;
}


#app div.field * {
}

#app div.field:not(:first-child) {
    margin-top: 1.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;
    background-color: #f8f8f8;
}


#app div.button-box {
    text-align: left;
    margin-top: 0.2rem;
    margin-bottom: 1.5rem;
    padding: 0.5rem 0;
}

div.button-box button {
    min-width: 8rem;
}


@media (max-width:720px) {

    #app div.wrapper {
        border: 1px solid #ececec;
        border-radius: 0.4rem;
        padding: 1rem 0.6rem;
        background-color: #f8f8f8;
    }
}
