﻿body {

}
#pos1 { 
    width:100%
}
.radioButtons {
    font: bold 14px Arial;
}

.authLink {
    display: flex !important;
    margin: auto !important;
    width: fit-content !important;
}

.authLink:link {
    margin-left: 25%;
    background-color: #699f94;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
}

.authLink:visited {
    background-color: #699f94;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
}

.authLink:hover {
    background-color: #92b9b2;
}

.authLink:active {
    background-color: #92b9b2;
}


#loginPage {
    background: url("../img/login-bg.png") 50% 0;
    background-size: cover;
}

#mainForm {
    background: transparent !important;
}

.login-page-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.log-main-group {
    margin: 5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute-space;
    -ms-flex-pack: distribute-space;
    justify-content: distribute-space;
}

    .log-main-group .log-left-logo {
        text-align: right;
        padding-top: 4em;
        padding-right: 2em;
    }

    .log-main-group .log-center-column {
        width: 365px;
        height: 615px;
        position: relative;
    }

        .log-main-group .log-center-column .top-bit {
            padding: 2.5em 2em 1em;
            background: #fff;
            -webkit-box-shadow: 0 3px 10px #33333330;
            box-shadow: 0 3px 10px #33333330;
            font-family: 'Roboto', sans-serif;
        }

            .log-main-group .log-center-column .top-bit fieldset {
                margin: 1em 0 1em;
                position: relative;
            }

            .log-main-group .log-center-column .bottom-bit .middle-content p {
                font-size: 0.75em;
                line-height: 1.25em;
                padding: 0 0 0.75em;
            }

        .log-main-group .log-center-column .top-bit .middle-content p {
            font-size: 0.75em;
            line-height: 1.25em;
            padding: 0 0 0.75em;
        }

        .log-main-group .log-center-column .bottom-bit .bottom-content {
            padding: 1em 0 0.75em;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            position: relative;
        }

    .log-main-group .log-right-logo {
        text-align: left;
        padding-top: 4em;
        padding-left: 2em;
    }
       
/* ========== Reset ========================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html {
    height: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

/* ==== fin ==== */

/* ========== Grouped or independant element styles ========================================== */

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
}

div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

