html {
    font-size: 100%;
}

body, button, input, select, textarea {
    color: #222;
    font-family: sans-serif;
    font-size: 100%;
}

button, input {
    line-height: normal;
}

input {
    margin-top: 3px;
}

input[type="text"], input[type="password"] {
    width: 10em;
}

body {
    line-height: 1.231;
    font-size: 13px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.80em;
    background-color: #f0f0ea;
    margin: 0;
}

#banner {
    background: #012a86;
    background-image: linear-gradient(#012a86 40%, #011d5c);
}

#banner-img {
    width: 220px;
    height: 82px;
    border: none;
    vertical-align: middle;
}

#login-div {
    margin: 2.6em 2em 0;
}

h1 {
    font-size: 1.4em;
    font-weight: bold;
    color: #999999;
    margin-bottom: 12px;
}

label {
    cursor: pointer;
}

.pennkey-form-box {
    border: 1px solid #d5d5cf;
    background-color: white;
    padding-top: 0.7em;
    padding-bottom: 0.5em;
    width: 19.5em;
}

.form-row {
    margin: 0 .5em 0;
}

.form-label {
    float: left;
    padding-top: .2em;
    width: 5em;
}

.form-value {
    float: right;
    width: 12em;
    text-align: left;
    margin-right: 0em;
}

#pennkey-user-row .form-label {
    margin-top: 3px;
}

#pennkey-pass-row .form-label {
    margin-top: 4px;
    margin-bottom: 10px;
}

.btn {
    background-color: #29679A;
    background-image: linear-gradient(#29679A, #0D356E);
    border-color: #29679A #29679A #B3B3B3;
    border-image: none;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    border-style: solid;
    border-width: 0;
    background-repeat: repeat-x;
    box-shadow: 0 0.03em 0 #0D356E inset, 0 0.1em 0.2em rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 1.0em;
    margin-bottom: 0;
    padding: 0.5em 1.1em;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.42857143;
}

    .btn:hover {
        /*! -moz-transition: background-position 0.1s linear 0s; */
        background-color: #0D356E;
        background-position: 0 -1.2em;
        color: #FFFFFF;
        text-decoration: none;
    }

.clear {
    clear: both;
    font-size: 0.2em;
}

.warning {
    color: #990000;
}

.big-warning {
    font-size: 1.2em;
}

/* Penn Two Step styles */
#two-step-form {
    margin: 2.6em 2em 0;
}

    #two-step-form .form-row {
        margin-left: 0;
    }

#two-step-input-box {
    width: 24.5em;
    margin-bottom: 10px;
}

#trust-device label {
    font-size: 1.2em;
    margin-bottom: 20px;
}

#trust-device a {
    font-size: .8em;
}

#penntoken {
    width: 249px;
    height: 40px;
    font-size: 1.3em;
    vertical-align: middle;
}

.btn-new {
    color: #fff;
    background: #29679A;
    background: -moz-linear-gradient(top, #29679A 0%, #0D356E 100%);
    background: -webkit-linear-gradient(top, #29679A 0%, #0D356E 100%);
    background: linear-gradient(to bottom, #29679A 0%, #0D356E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29679A', endColorstr='#0D356E', GradientType=0);
    text-shadow: none;
    box-shadow: none;
    margin: 0 0 1em;
}

    .btn-new:hover, .btn-new:focus {
        background: #0D356E;
        color: #fff;
    }

#phone-link a, #duoPush a, #friend-link a {
    vertical-align: middle;
    line-height: 1.8;
    width: 250px;
    display: inline-block;
    font-size: 20px;
    height: 60px;
    padding: 10px 16px;
    border-radius: 6px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    text-decoration: none;
}

    #phone-link a:hover, #duoPush a:hover, #friend-link a:hover {
        border-color: #adadad;
        background-color: #e6e6e6;
        color: #333;
    }

    #phone-link a:active, #duoPush a:active, #friend-link a:active {
        background-color: #e6e6e6;
        border-color: #adadad;
    }

#friend-link span.fa-stack {
    width: 60px;
    height: 60px;
}

#friend-link span.fa-stack i.fa-stack-2x {
    font-size: 70px;
    line-height: 60px;
}

#friend-link span.fa-stack i.fa-stack-1x {
    line-height: 60px;
}

#enroll-btn {
    text-decoration: none;
    padding: .49em 2em;
    font-size: 16px;
}

.image-buttons .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
}

    .image-buttons .btn.btn-default {
        background-color: #fff;
        border-color: #ccc;
        color: #333;
    }

@media (min-width: 768px) {
    #penntoken {
        width: 315px;
    }
}
