﻿
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

html {
    font-size: 20px;
}

@media only screen and (min-width:400px) {
    html {
        font-size: 20px !important;
    }
}

@media only screen and (min-width:414px) {
    html {
        font-size: 20px !important;
    }
}

@media only screen and (min-width:480px) {
    html {
        font-size: 20px !important;
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: 'Helvetica Neue',Helvetica,sans-serif;
    font-size: .85rem;
    line-height: 1.5;
    color: #3d4145;
    background: #eee;
    overflow: auto;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input {
    line-height: normal;
}

a, button, input, select, textarea {
    outline: 0;
}

a {
    background-color: transparent;
    outline: 0;
    color: #0894ec;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.button {
    border: 1px solid #0894ec;
    color: #0894ec;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: .25rem;
    line-height: 1.25rem;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: 0 0;
    padding: 0 .5rem;
    margin: 0;
    height: 1.35rem;
    white-space: nowrap;
    position: relative;
    text-overflow: ellipsis;
    font-size: .7rem;
    font-family: inherit;
    cursor: pointer;
}

    .button.button-fill {
        color: #fff;
        background: #0894ec;
        border: none;
        line-height: 1.35rem;
    }

    .button.button-primary.disabled,
    .button.disabled {
        border-color: #c8c9cb;
        color: #c8c9cb;
        cursor: not-allowed;
    }

        .button.button-primary.disabled.button-fill,
        .button.disabled.button-fill {
            color: #fff;
            background-color: #c8c9cb;
        }

#divLoginBox {
    display: block;
    position: relative;
    width: 60%;
    max-width: 500px;
    min-width: 320px;
    margin: 50px auto;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: .25rem;
    background-color: #f8f8f8;
}

    #divLoginBox p {
        display: inline-block;
        position: relative;
        width: calc(100% - 20px * 2);
        top: 0;
        margin: 20px;
        text-align: center;
    }

        #divLoginBox p.line-style-1 {
            font-size: 1rem;
            font-weight: bold;
            border-bottom: 1px solid #ddd;
            margin-bottom: 15px;
            padding-bottom: 10px;
        }

        #divLoginBox p.line-style-2 {
            margin: 15px 20px;
        }

        #divLoginBox p.line-style-3 {
            margin-bottom: 30px;
        }

        #divLoginBox p.line-style-4 {
            margin: 0 20px;
            padding-left: calc(20% + 19px);
            text-align: left;
        }

    #divLoginBox .top-title {
        width: 20%;
    }

    #divLoginBox .sub-title {
        width: 20%;
    }

    #divLoginBox input:not([type=checkbox]) {
        width: 60%;
    }

    #divLoginBox .login-button {
        width: 75%;
        margin: 0 auto;
        background-color: #5ad;
    }

    #divLoginBox input[type=checkbox] {
        left: 20%;
        height: 0.75rem;
        width: 0.75rem;
    }

        #divLoginBox input[type=checkbox] + label {
            margin-left: 5px;
            margin-bottom: 0;
            font-weight: initial;
            font-size: .75rem;
            line-height: .75rem;
            vertical-align: text-top;
        }

.navbar-inverse.navbar-fixed-top.pop-up .navbar-brand {
    color: #fff;
}
