﻿h6{
    text-align:left!important;
}

body {
    display: -ms-flexbox;
    -ms-flex-align: center;
    background-image: url("/loginsplash_opt.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 0px;
    background-position-y: 236px;
}

.form-responsive-formatter td:last-child {
    text-align: center;
    vertical-align: middle;
    
}

.form-responsive-formatter td {
   /*border: 1px solid red;*/
}

.form-responsive-formatter {
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

@media(min-width: 550px) {

    body {
        
        /*background-position-y: 0px;*/
    }
}

    @media(min-width: 700px) {
        body {
            background-repeat: no-repeat;
            background-size: 50%, 100% !important;
            background-position: left;
        }



        .form-responsive-formatter td:last-child {
            width: 50%;
        }
    }

.form-signin {
    width: 100%;
    max-width: 350px;
    margin: auto;
    padding: 25px 30px 30px 30px;
    margin-top: 0px;
    text-align: left !important;
}

        .form-signin .checkbox {
            font-weight: 400
        }

        .form-signin .form-control {
            position: relative;
            box-sizing: border-box;
            height: auto;
            padding: 10px;
            font-size: 16px
        }

            .form-signin .form-control:focus {
                z-index: 2
            }

        .form-signin input[type="email"] {
            margin-bottom: -1px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
            border: 1px solid black;
        }

        .form-signin input[type="password"], #txtPassword {
            margin-bottom: 10px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border: 1px solid black;
        }

    #txtTFA {
        margin-bottom: 10px;
        border: 1px solid black;
    }


    .page-logo-login {
        max-width: 200px;
        width: 100%;
        margin-top: 100px;
    }




    .position-sticky {
        display: block;
        width: 100%;
        position: fixed !important;
        bottom: 0px;
        background-color: #2556A7;
        text-align: center;
        padding: 4px 0 4px 0;
    }

        .position-sticky, .position-sticky a {
            color: white !important;
        }


    .pin-group {
        text-align: center;
        vertical-align: top;
    }

    .pin-entry {
        font-size: 25px;
        padding: 7px 5px 5px 5px;
        width: 54px;
        height: 60px;
        border: 2px solid black;
        text-align: center;
        display: inline-block;
    }

    .pin-pad {
        text-align: center;
    }

    .pad-number {
        display: inline-block;
        width: 70px;
        height: 70px;
        padding: 10px 5px 5px 5px;
        margin: 3px;
        background-color: #2556A7;
        color: white !important;
        font-size: 30px;
        font-weight: bold;
        border: 1px solid black;
        cursor: pointer;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
    }

        .pad-number.selected {
            background-color: #b0dae4;
            color: black !important;
        }

