xmp.bugger {
    font-size: 9px;
    line-height: 10px;
    padding: 3px 12px;
    background: #efefef;
    color: #590101;
    border: 1px solid #590101;
    clear: both;
    margin: 6px;
}

/* global */
body {
    background-color: #f5f5f5;
    font-family: Roboto, 'open sans';
}

.df_container {
    max-width: 480px;
    width: 100%;
    padding: 0px 15px;
}

header {
    background-color: #fff;
}

header h1 {
    line-height: 95px;
    font-size: 36px;
    color: #107cc0;
    margin: 12px 0px;
}

header .logo {
    float: right;
    width: 100px;
    margin-top: 10px;
}

@media (max-width: 500px) {
    header h1 {
        font-size: 30px;
        line-height: 64px;
    }
    
    header .logo {
        width: 80px;
        margin-top: 0px;
    }
}

@media (max-width: 350px) {
    header h1 {
        font-size: 24px;
        line-height: 50px;
    }
    
    header .logo {
        width: 60px;
    }
}

.content_main {
    padding-top: 36px;
    padding-bottom: 44px;
    font-size: 16px;
}

.df_container p.intro {
    text-align: center;
    padding-bottom: 16px;
}

.form-group {
    margin-bottom: 20px;
}

input[type=text] {
    font-weight: 600;
    font-size: 16px;
    height: 36px;
}

.error_message,
.info_message {
    font-size: 13px;
    line-height: 13px;
}

.info_message {
    padding: 4px 2px;
    color: #666;
    line-height: 16px;
}

.error_message {
    color: #a94442;
    color: #444;
    background-color: #fffcee;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    margin-top: 10px;
    padding: 12px;
    position: relative;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.error_message i {
    display: block;
    position: absolute;
    top: -6px;
    left: 24px;
    width: 12px;
    height: 12px;
    background-color: #fffcee;
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    transform: rotate(45deg);
}

.error_message div.satisfied {
    color: #aaa;
}

.error_message > div {
    margin-bottom: 4px;
}

.error_message .indicator_wrapper {
    font-weight: 700;
}

.error_message .indicator {
    display: inline-block;
    height: 11px;
    width: 55%;
    border-radius: 5px;
    background-color: #ccc;
    margin-left: 8px;
}

.error_message .bar {
    display: inline-block;
    height: 10px;
    border-radius: 5px;
    background-color: green;
}

/* hide the microsucks eye so there is no conflict */
::-ms-reveal {
  display: none;
}

.eye_group {
    position: relative;
}

.eye_group .glyphicon {
    position: absolute;
    top: 8px;
    right: 12px;
    color: #aaa;
    font-size: 18px;
    cursor: pointer;
}

.eye_group .glyphicon.on {
    color: #107cc0;
}

.pass_group label {
    width: 100%;
}

.pass_group label em {
    float: right;
    font-size: 11px;
    line-height: 22px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #df9a23;
}

.submit_group_login .dd_login_url {
    width: 100%;
    font-size: 30px;
    border-radius: 12px;
}

.submit_group {
    text-align: center;
}

.submit_group .btn-primary.btn {
    background-color: #107cc0;
    border-color: #107cc0;
    border-radius: 12px;
    padding: 6px;
    width: 100%;
    font-size: 30px;
}

.submit_group .btn-primary.btn.disabled, .btn-primary.btn[disabled] {
    background-color: #bbb;
    border-color: #bbb;
}

.submit_notes {
    margin: 16px 0px;
}

label {
    font-weight: 500;
}

input[type=password] {
/*     font-size: 30px; */
    height: 36px;
}

div.alert {
    font-size: 14px;
    border-radius: 12px;
    margin-bottom: 28px;
}

div.alert-success {
    background-color: #f1fff5;
}
div.alert-danger {
    background-color: #fff1f1;
}

.content_main h2 {
    margin-bottom: 24px;
}

.content_main .tc_label {
    margin-bottom: 24px;
    padding: 0px 48px;
}

.content_main .tc_label_big {
    margin-bottom: 24px;
    padding: 0px 48px;
    font-weight: 600;
    font-size: 18px;
}

.content_main .superfluous_header {
    margin-bottom: 24px;
    padding: 2px 48px 22px 48px;
    font-weight: 500;
    border-bottom: 2px solid #ededed;
}



/* create_account_screen */
#df_create_account_screen .username_group label {
    width: 100%;
    display: inline;
}

#df_create_account_screen .username_group label div {
    float: right;
    text-align: right;
    width: 50%;
}

#df_create_account_screen .cp_email_wrapper label {
    font-weight: 500;
    font-size: 14px;
}


/* account_created/questions reset */
#df_question_is_reset_screen .congrats,
#df_account_created_screen .congrats {
    margin: 28px 0px 46px 0px;
}

#df_question_is_reset_screen .congrats img,
#df_account_created_screen .congrats img {
    width: 118px;
    float: left;
    padding-right: 32px;
}

#df_question_is_reset_screen .congrats h3,
#df_account_created_screen .congrats h3 {
    font-size: 34px;
    margin-bottom: 22px;
}

#df_question_is_reset_screen .congrats p,
#df_account_created_screen .congrats p {
    font-size: 18px;
}


/* login_screen */
#df_login_screen .security_terms {
    margin-top: 22px;
    border-top: 2px solid #ededed;
    text-align: center;
    font-size: 12px;
    padding: 12px 8px;
}






/* demo menu only -- delete */
.demo_menu {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    padding: 18px 0px 12px 0px;
    background: #fff;
    border-top: 1px solid #333;
}

.content_main {
    padding-bottom: 120px;
}












