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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.about {
    margin: 70px auto 40px;
    padding: 8px;
    width: 260px;
    font: 10px/18px 'Lucida Grande', Arial, sans-serif;
    color: #666;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);
    background: #eee;
    background: rgba(250, 250, 250, 0.8);
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
}
.about a {
    color: #333;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: background 0.1s;
    -moz-transition: background 0.1s;
    -o-transition: background 0.1s;
    transition: background 0.1s;
}
.about a:hover {
    text-decoration: none;
    background: #fafafa;
    background: rgba(255, 255, 255, 0.7);
}

.about-links {
    height: 30px;
}
.about-links > a {
    float: left;
    width: 50%;
    line-height: 30px;
    font-size: 12px;
}

.about-author {
    margin-top: 5px;
}
.about-author > a {
    padding: 1px 3px;
    margin: 0 -1px;
}

/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

html,body{
    height:100%;
    font-family: helvetica;
}
body {
    background-color : #f2f2f2;
}

.container {
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
    width:100%;
}

.login{
    width:445px;
    margin:auto;
    background-color:white;
    border-radius:12px;
    /*    min-height:700px;*/
}
.bannerImage{
    padding:50px 0 10px 0;
    text-align:center;
}

.login-inputs {
    background-position: 14px 12px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    font-size: 16px;
    width:100%;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #525E64;

}

.login-inputs:focus {
    outline: 0px solid #ddd;
    color:black;
}

#compudyne-apps-loginform{

}

.loginButton{
    margin-top:10px;
    height:60px;
    width:100%;
    border:0;
    color:#E9EDEF;
    font-size:16px;
}
.loginButton:hover{
    /*opacity: 0.6;*/
    cursor:pointer;
    color:#FFFFFF;
}
#resetPassword{
    margin-top:20px;
    text-align:center;
    padding-top:10px;
    display:none;
    height:50px;
}
#resetPasswordButton{
    font-size:16px;
    color: #333f48;
    border: 1px solid #333f48;
    padding:12px;
    background-color:white;
    cursor:pointer;
}
#resetPasswordButton:hover{
    color:#67809F;
    border-color:#67809F
}
#duo_login{
    background-color:#0077c8;

    /*background-color:#f2a900;*/
}
#lastpass_login{
    background-color:#f2a900;
}
#show_creds{
    background-color:#333f48;
}
#login_button{
    background-color:#333f48;
}

#previousPortalContainer {
    text-align:center;
    padding-top:2px;
    display:none;

}
#previousPortalLink{
    text-decoration:none;
}
#authenticator-label{
    display:none;
    font-size: 15px;
    color: #000000;
    text-align:center;
    margin-top:5px;
    margin-bottom:25px;
}

.remember_me {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-left: 10px;
    cursor: pointer;
    /*    font-size: 18px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*    user-select: none;*/
}

/* Hide the browser's default checkbox */
.remember_me input {
    position: absolute;
    opacity: 0;
}


/* Create a custom checkbox */
.remember_me_custom {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: rgba(0,0,0,0.4);
}

/* On mouse-over, add a grey background color */
.remember_me:hover input ~ .remember_me_custom {
    background-color: rgba(0,0,0,0.1);
}

/* When the checkbox is checked, add a blue background */
.remember_me input:checked ~ .remember_me_custom {
    background-color: rgba(0, 117, 189,0.3);
}

/* Create the checkmark/indicator (hidden when not checked) */
.remember_me_custom:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.remember_me input:checked ~ .remember_me_custom:after {
    display: block;
}

/* Style the checkmark/indicator */
.remember_me .remember_me_custom:after {
    left: 8px;
    top: 3px;
    width: 3px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.login-help {
    margin: 20px 0;
    font-size: 11px;
    color: white;
    text-align: center;
    text-shadow: 0 1px #2a85a1;
}
.login-help a {
    color: #cce7fa;
    text-decoration: none;
}
.login-help a:hover {
    text-decoration: underline;
}

:-moz-placeholder {
    color: #c9c9c9 !important;
    font-size: 13px;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 13px;
}

input {
    font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
    font-size: 14px;
}

input[type=text]:focus, input[type=password]:focus {
    /*    color:#FAFAFA;*/
    padding-left:5px;
    border-color: #7dc9e2;
    outline-color: #dceefc;
    outline-offset: 0;
}

#login_button{
    width:100%;
}


#error_details{
    height:40px;
    overflow:hidden;
    white-space: pre-wrap;
}

/*Login slider animation*/

/*.loader {
    height: 20px;
    width: 250px;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.0);
    position: absolute;
        border: 1px solid #FAFAFA;
}
.loader--dot:first-child {
    background-color: rgba(0, 117, 189,1);
    animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
    background-color: rgba(212, 172, 52, 1);
    animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
    background-color: rgba(182, 164, 71,1);
    animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
    background-color: rgba(117, 147, 113,1);
    animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
    background-color: rgba(65, 133, 147, 1);
    animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
    background-color: rgba(253, 184, 19,1);
    animation-delay: 0s;
}				

@keyframes loader {
    15% {
        transform: translateX(0);
    }
    45% {
        transform: translateX(230px);
    }
    65% {
        transform: translateX(230px);
    }
    95% {
        transform: translateX(0);
    }
}*/

tr.auth-options td, tr.auth-result td, tr.remember-me-options td{
    border-top: 1px dotted #CBCBCB !important;
    padding-top:15px;
}

/*compudyne css override*/
.compudyneFooter{
    background: rgba(55, 58, 60) !important;
}
.footerItem{
    font-size:12px;
    text-decoration:none;
    color: white;
    display:inline-block;
}
.footerItem a{
    text-decoration: none;
    color:#2C3E50;
}
.footerDivider{
    display:inline-block;
    color:white;
}
.compudyneNavbar{
    background: rgba(55, 58, 60,0.65) !important;
}

/*mobile login style*/

@media screen and (max-width: 500px){
    .silhouetteContainer{
        display:none;
    }
    .container{
        width:100%;
    }
    .login{
        width:100%;
    }
}

