/* Minification failed. Returning unminified contents.
(205,39): run-time error CSS1033: Expected closing bracket, found 'i'
(205,40): run-time error CSS1031: Expected selector, found ']'
(205,40): run-time error CSS1025: Expected comma or open brace, found ']'
 */
html, body {    
    margin: 0;    
    padding:0;
    height:100%;

    background-color: #ffffff;
    color: #000000;
    font-weight: normal;
    font-family: "Segoe UI" , "Segoe" , "SegoeUI-Regular-final", Tahoma, Helvetica, Arial, sans-serif;
}

html {
    overflow-y: hidden;
}

.container-fluid {
    margin: 0px;
}

.fill {
    height: 100%;
}

.branding-panel {
    width: calc(100% - 500px);
    background-color: #2467a0;
    padding-left: 0px;
    padding-right: 0px;
}

.branding-panel-img {
    background-color: #2467a0;
    background-image: url(/Content/Portal/images/paycorp-splash-external.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-left: 0px;
    padding-right: 0px;

    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

.login-panel-img {
    background-image: url(/Content/Portal/images/logo.png);
    background-repeat: no-repeat;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.login-panel {
        width: 500px;
        min-width: 320px;
        padding-left: 0px;
        padding-right: 0px;
    }

@media (max-width: 600px) {
    .login-panel {
        width: 100%;
        min-width: 320px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .visible-custom {
        display: none !important;
    }
}

.login-panel-container {
    min-height: 500px;
    padding: 0px 150px 0px 50px;
}

.login-panel-header {
    height: 200px;
    min-height: 100px;
    padding-top: 90px;
    margin-bottom: 60px !important;
}

@media (max-height: 600px) {
    .login-panel-header {
        padding-top: 20px;
        margin-bottom: 0px;
        height: 100px;
    }
}

.login-panel-header {
    margin: 0px;
    word-wrap: break-word;
    width: 350px;
    font-size: 2em;
    font-weight: lighter;
    font-family: "Segoe UI Light" , "Segoe" , "SegoeUI-Light-final", Tahoma, Helvetica, Arial, sans-serif;
    overflow: hidden;
}

 .login-panel-content {
        height: calc(100% - 330px);
    }

@media (max-height: 600px) {
    .login-panel-content {
        height: calc(100% - 230px);
    }
}

.login-panel-content {
    margin: 0px;
    margin-bottom: 90px;
    word-wrap: break-word;
    width: 350px;
}

.login-panel-footer {
    margin: 0px;
    height: 40px;
    color: #666666;
    font-size: 0.78em;
    margin: 0px;
}

#footerLinks {
    float: none;
    padding-top: 10px;
}

#copyright {
    color: #696969;
}

.floatReverse {
    float: right;
}

.groupMargin {
    margin-bottom: 30px;
}

.smallText {
    font-size: 0.9em;
    font-weight: normal;
}

.fieldMargin {
    margin-bottom: 8px;
}
.error {
    color: #c85305;
}

input.text {
    height: 28px;
    padding: 0px 3px 0px 3px;
    border: solid 1px #BABABA;
}
.fullWidth {
    width: 342px;
}

input {
    max-width: 100%;
    font-family: inherit;
    margin-bottom: 8px;
}

input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
    padding: 1px 0px;
    padding-left: 3px;
}

user agent stylesheet
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(250, 255, 189);
    background-image: none;
    color: rgb(0, 0, 0);
}

user agent stylesheet
input {
    -webkit-appearance: textfield;
    background-color: white;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
}

user agent stylesheet
input, textarea, keygen, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
}

user agent stylesheet
input, textarea, keygen, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}

.submitMargin {
    margin-top: 38px;
    margin-bottom: 30px;
}

span.submit, input[type="submit"] {
    border: none;
    background-color: #78c8a5;
    min-width: 80px;
    width: auto;
    height: 30px;
    padding: 4px 20px 6px 20px;
    border-style: solid;
    border-width: 1px;
    transition: background 0s;
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin-bottom: 8px;
    -ms-user-select: none;
    -moz-transition: background 0s;
    -webkit-transition: background 0s;
    -o-transition: background 0s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.external-login-btn-a {
    color: #000;
    text-decoration: none;
}

.external-login-btn-a:hover {
    color: #000;
    text-decoration: none;
}

.external-login-btn {
    width: 100%;
    height: 78px;
}

.external-login-btn:hover {
    background-color: #e6e6e6;
}

.external-login-btn-icon {
    margin-left: 10px;
    color: #5f6369;
    font-size: 50px;
}

.external-login-btn-text {
    font-size: 1.2em;
    font-weight: lighter;
}
