/*================================== ID-Authenticator Styles ======================================*/


/* ID-Authenticator logo */


/*Body*/

body.signon-app {
    background: #fff;
}


/*set the INACTIVE color for text field labels*/


/* set the ACTIVE color for text field labels */


/* IE9 requires its own css declaration. This should be set to the ACTIVE color value */


/* set color values for hyperlinks */


/* set color values for active hyperlinks */


/* set color values for static text */


/* set button background color and border */

.signon-app .btn-primary {
    color: #fff;
    background-color: #999;
    border-color: #555;
}


/*Footer */


/* set color values for footer hyperlinks */

.signon-app footer a {
    margin-right: 10px;
    cursor: pointer;
    color: #fff;
}

.signon-app article a {
    color: #fff;
}


/* set color values for active footer hyperlinks */


/* set color values for static text */


/* uncomment the line below to hide the footer entirely */


/* footer { display:none;} */


/*================================== Fonts ======================================*/


/* Fonts

   Font styling can be changed globally as noted in the example below

   Options include: serif, sans-serif;

   You may also specify standard fonts such as: helvetica, arial, verdana, times new roman, etc;



   More specific fonts may be specified as long as they are Web Fonts. For more information, see:

   http://www.w3schools.com/cssref/css_websafe_fonts.asp

   https://www.google.com/fonts

   http://www.fontspring.com/support/installing_webfonts/how-do-i-use-the-webfonts

   */

.signon-app header {
    position: fixed;
    background: none;
    margin-top: 50px;
    width: 100%;
}

.signon-app header hgroup h1 {
    margin-left: 30px;
    background: url("/documents/10514/27031/BYTON_Logo_White.png") no-repeat 0 center;
    width: auto;
    height: 40px;
    background-size: auto 40px;
}

.signon-app section .row .column form button {
    border: 1px solid #090525;
    border-radius: 5px !important;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0px !important;
}

.signon-app .container {
    background: url("/documents/10514/27031/byton_background.jpg") no-repeat 0 0;
    width: 100%;
    height: 100%;
    border: 0;
    box-shadow: none;
    float: right;
    margin: 0px auto 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    background-size: 78% 100%;
}

.signon-app .container .row {
    background-size: 80%;
    float: right;
    height: 100%;
    width: 378px;
    margin-right: 0;
    margin-top: 0;
    background: #fff;
}

.signon-app header {
    background: none;
    margin: 10px auto auto 0px !important;
    padding: 0px !important;
}

.signon-app header hgroup h2 {
    text-align: left;
    margin-top: 30px !important;
    float: right;
    width: 378px;
    padding-left: 35px;
    /* margin-right: 60px; */
    font-size: 32px;
    line-height: 32px;
    color: #2c353c;
    height: 34px;
    font-weight: 100;
}

.signon-app input::-webkit-input-placeholder {
    color: #c5c7d4;
}

.signon-app .group {
    margin-bottom: 20px;
}

.signon-app .terms {
    display: none;
    color: #fff;
    font-size: 14px;
    margin-top: 33px;
    margin-bottom: 10px;
}

.signon-app a {
    color: #b7e8ea;
}

.signon-app a:hover {
    color: #b7e8ea;
    text-decoration: underline;
}

.signon-app article {
    width: auto;
    margin: 0 auto;
    padding: 10px;
    clear: both;
    height: 40px;
    text-align: right;
    margin-right: 500px;
    display: none;
}

.signon-app .column {
    padding: 220px 50px 50px 50px;
}

.left-span {
    float: right !important;
}

.right-span {
    float: left !important;
    width: 50%;
}

.primary-header .row .logo {
    background: url("/documents/10514/27031/logo.jpg") no-repeat left center;
    background-size: auto 80px;
    margin-left: -70px;
}

.primary-header {
    background: #383735;
}

.oauth-consent-container .row .column #scopeList,
.oauth-consent-container .row .column .pull-right input[type='button']:first-child,
.oauth-consent-container .row .column .parties-brand .user img,
.oauth-consent-container .row .column .parties-brand .third-party {
    display: none !important;
}

.oauth-consent-container .row .column .parties-brand {
    background: url("/documents/10514/27031/logo2.jpg") no-repeat 0 center !important;
    width: 100%;
    height: 60px;
    background-size: 300px 60px !important;
    background-position-x: center !important;
}

.x-body .secondary-header {
    background: #383735!important;
}

.x-body .secondary-header .row .col-md-12 .logo {
    background: url(/documents/10514/27031/logo.jpg) no-repeat left !important;
    background-size: 200px 40px !important;
    width: 200px;
    height: 40px;
    margin: 0;
}

.row .alert {
    position: absolute;
    top: 60px;
    right: 100px;
}

.signon-app p {
    margin-top: 90px;
    -moz-margin-top: 90px;
    -ms-margin-top: 90px;
    color: #090525;
    text-align: right;
}