﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
body {
    background-image: url(/images/splashback.svg);
    background-color: #f2f2f2;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 102%;
    min-height: 100vh;
    font-family: 'SpockPro',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

@media (min-width: 576px) {
    body {
        background-position: center 102%;
    }
}

    body > header {
        border-bottom: 2px solid #eaeaea;
    }

        body > header .logo {
            height: 100px;
            margin: 10px 3em;
        }

    body > main {
        padding-top: 120px;
        padding-bottom: 40px;
    }

    body > footer {
        border-top: 1px solid #eaeaea;
        line-height: 40px;
        padding-left: 1em;
        vertical-align: middle;
        background-color: white;
    }

    body a {
        color: #2f231d !important;
    }

        body a.active {
            color: #de753a !important;
            font-weight: 600;
            font-family: 'SpockPro',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        }

        body a:hover {
            color: #c45c21 !important;
        }

    body .btn {
        background-color: #de753a !important;
        color: white !important;
    }

        body .btn:hover {
            background-color: #c45c21 !important;
        }

        body .btn:disabled {
            background-color: #6c757d !important;
        }

        body .btn:focus {
            box-shadow: none !important;
        }

/*----------------------------------------- */

.card {
    width: inherit;
    padding: 0;
    margin: 2em 0 0;
}
@media (min-width: 576px) {
    .card {
        width: 30em;
        padding: 1em 0em;
        margin: 3em 3em 3em 5em;
    }
}

    .card .card-header {
        background-color: white;
        border: 0;
    }

        .card .card-header nav {
            position: relative;
            padding-bottom: 0.5em;
            border-bottom: solid 1px #eaeaea;
        }

            .card .card-header nav * {
                transition: all .4s;
            }

            .card .card-header nav .slider {
                display: inline-block;
                height: 4px;
                border-radius: 3px;
                background-color: #de753a;
                position: absolute;
                bottom: 0;
            }

    .card .card-body .card-title {
        padding: 1em;
    }

    .card .card-body .validation {
        display: block;
        height: 1em;
        margin: 2em;
    }

    .card .card-body .control-label {
        display: block;
        text-align: left;
        margin: 0;
    }

    .card .card-body .form-control {
        border: 0 !important;
        border-bottom: solid 1px #eaeaea !important;
        border-radius: 0;
        width: 95%;
        font-weight: 600;
        height: 2em;
        padding: 0.5em !important;
        transition: all 0.4s;
        font-family: 'SpockPro',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }

        .card .card-body .form-control.input-validation-error {
            border-bottom-color: #d32327 !important;
        }

        .card .card-body .form-control:focus {
            box-shadow: none !important;
            border-bottom-width: 2px !important;
            width: 100%;
        }

/*------------------------------------------------------------*/

.pinlogin .pinlogin-field {
    box-sizing: border-box;
    display: inline-block;
    width: 30px;
    padding: 0 0 0.2em 0;
    margin: 0 5px;
    border: 0;
    border-bottom: 2px solid #ddd;
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    color: #2f231d;
    outline: none;
    transition: all .5s;
    text-transform: uppercase;
}

@media (min-width: 400px) {
    .pinlogin .pinlogin-field {
        width: 40px;
        font-size: 2.25em;
    }
}

@media (min-width: 576px) {
    .pinlogin .pinlogin-field {
        width: 50px;
        font-size: 2.5em;
    }
}

    .pinlogin .pinlogin-field:first-of-type {
        margin-left: 0;
    }

    .pinlogin .pinlogin-field:last-of-type {
        margin-right: 0;
    }

    /* field that's invalid */
    .pinlogin .pinlogin-field.invalid {
        border-color: #d32327;
        color: #d32327;
    }

.spinner {
    background-image: url('/images/spinner.gif');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: right;
}

.code-msg {
    width: 70%;
}
