html, body {
    height: 100%;
    -webkit-text-size-adjust: none !important;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 1.66666667;
    color: #363636;
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    background-color: transparent;
}

radio label, .checkbox label {
    min-height: 20px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

label {
    display: inline-block;
    max-width: 100%;
}


/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {*/
/*    float: left;*/
/*    width: 100%;*/
/*    position: relative;*/
/*    min-height: 1px;*/
/*    padding-right: 20px;*/
/*    padding-left: 20px;*/
/*}*/

.col-xs-12 {
    width: 100%;
}

@font-face {
    font-family: 'FontAwesome';
    src:  url('../img/icomoon.woff?ld904v') format('woff');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}

.alert {
    position: relative;
    word-wrap: break-word;
    padding: 11px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 1px;
}

.form-horizontal .form-group {
    margin-right: -20px;
    margin-left: -20px;
}

.login-pf-page {
    padding-top: 20px;
}

.login-pf-page .login-pf-page-header {
    margin-bottom: 20px;
    text-align: center;
}

.login-pf body {
    background-size: auto;
    background-attachment: fixed;
    background: #EEEEF3;
}

.alert-error {
    background-color: #ffffff;
    border-color: #cc0000;
    color: #cc0000;
}

.alert {
    border-radius: 5px;
    font-weight: 600;
}

.alert-warning {
    background-color: #fffbf2;
    border-color: #b88100;
    color: #b88100;
}

.pficon-warning-triangle-o:before {
    color: #b88100;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 0;
    top: 20px;
    min-width: 100px;
    padding: 2px 0;
    border: solid 1px #bbb;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 5px 14px;
    color: #000 !important;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
}

#kc-locale-dropdown a {
    color: #4d5258;
    background: 0 0;
    padding: 0 15px 0 0;
    font-weight: 300;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.login-pf .container {
    padding-top: 40px;
}

.login-pf a:hover {
    color: #5405FF;
}

#kc-logo {
    width: 100%;
}

div.kc-logo-text {
    background-image: url(../img/bm_logo.svg);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    height: 63px;
    width: 300px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

div.kc-logo-text span {
    display: none;
}

#kc-header {
    color: #ededed;
    overflow: visible;
    white-space: nowrap;
}

#kc-header-wrapper {
    font-size: 29px;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 62px 10px 20px;
    white-space: normal;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    /*margin-right: 60px; !* (420 - 300) / 2 *!*/
}

#kc-content {
    width: 420px;
    /* height: 400px; */
    margin: 0 auto;
}

#kc-info {
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-form-options {
    margin-top: 15px;
}

#kc-form-options span {
    display: block;
}

#kc-form-options .checkbox {
    color: #72767b;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    vertical-align: middle;
}

.reset-passowrd-btn {
    margin-top: 16px;
}

label {
    display: block;
}

#kc-forgot-password {
    margin-top: 0px;
}

#kc-terms-text {
    margin-bottom: 20px;
}


/* TOTP */

ol#kc-totp-settings {
    margin: 0;
    padding-left: 20px;
}

ul#kc-totp-supported-apps {
    margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
    max-width: 150px;
    max-height: 150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 0;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
#kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Social */

#kc-social-providers {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.zocial.google:hover {
    background: #ffffff !important;
    border: 1px solid #5405FF;
}

#kc-social-providers ul {
    padding: 0;
}

#kc-social-providers li {
    display: block;
}

#kc-social-providers li:first-of-type {
    margin-top: 0;
}

.zocial, a.zocial {
    text-shadow: none;
    white-space: normal;
    background-image: none;
    box-shadow: none;

    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    gap: 12px;


    width: 420px;
    height: 32px;


    background: #FFFFFF !important;

    border: 1px solid #C8D1E0;
    border-radius: 16px !important;

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

}

.zocial > span {
    vertical-align: middle;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 32px;
    color: #5405FF;
    flex: none;
    flex-grow: 0;
}

.zocial:before {
    display: none;
}

.zocial svg {
    fill: #fff;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft:before {
    content: "\f15d";
}

.zocial.stackoverflow:before {
    color: inherit;
}

.card-pf form.form-actions .btn {
    float: right;
    margin-left: 10px;
}

.login-pf-page .login-pf-brand {
    margin-top: 20px;
    max-width: 360px;
    width: 40%;
}

.login-pf-page .login-pf-settings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-pf {
    margin: 0 auto;
    width: 500px;
    /* width: 100%; */
    border-top: 0;
    box-shadow: 0 0 0;
    background: transparent;
    color: #141419;
    background: white;
    padding: 30px;
    /* padding-bottom: 0px; */
    border-radius: 8px;
}

.login-pf-page .login-pf-signup {
    height: 100%;
    font-size: 15px;
    color: #72767b;
}

#kc-content-wrapper {
    width: 100%;
    /*width:420px !important;*/
}

#kc-content-wrapper #kc-info-message {
    text-align: center;
}

#kc-content-wrapper #kc-info-message p a {
    color: #5405FF;
    text-decoration: underline;
}

#kc-content-wrapper .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.login-pf-page .login-pf-social-link {
    margin-bottom: 25px;
}

.login-pf-page .login-pf-social-link a {
    padding: 2px 0;
}

.login-pf-page .login-pf-social-link a.zocial.google {
    background: #5a78f0;
    color: #fff;
}

.login-pf-page.login-pf-page-accounts {
    margin-left: auto;
    margin-right: auto;
}

.login-pf-page .btn-primary {
    margin-top: 0;
}

.or-divider {
    line-height: .05;
    margin: 20px 0;
    position: relative;
    text-align: center;
}

.or-divider span {
    color: #141419;
    font-size: 14px;
    font-weight: 100;
    padding: 0 15px;
    vertical-align: top;
}

.or-divider span:after, .or-divider span:before {
    border-top: 1px solid #141419;
    content: " ";
    display: block;
    position: absolute;
    width: 47%;
    top: 0;
}

.or-divider span:before {
    left: 0;
}

.or-divider span:after {
    right: 0;
}

#using-saml-link-div {
    display: inline-block;
    width: 70%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 400;
    font-size: 11px;
}

#using-legacy-sso-link {
    color: #5405FF;
    display: inline-block;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 400;
    font-size: 11px;
}

#kc-form-buttons {
    position: relative;
    padding-top: 20px !important;
    margin-bottom: 16px;
    width: 100%;
    padding-top: 20px !important;
}

#kc-form-buttons input {
    width: 100% !important;
}


#kc-form-buttons .btn {
    border-radius: 16px !important;
    color: #fff;
    font-weight: 500;
    padding: 9px;
    border: 3px solid transparent;
    background: #5405FF
}


.reset-password {
    color: #5405FF !important;
}

#kc-form-options label {
    color: #141419;
}

#kc-page-title {
    width: 420px;
    margin: 0 auto;
    text-align: center;
}

.page-navigation {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', serif;
    line-height: 20px;
    font-style: normal;
    margin-left: 145px;
    margin-bottom: 10px;
    width: 200px;
    text-decoration: none;
    text-underline-offset: 10px;
    color: #141419;
    text-align: center;
}

.page-navigation .page-navigation-item { /* login */
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Open Sans", sans-serif;
}

.page-navigation .page-navigation-item a {
    text-decoration: none;
    color: #141419;
}

#kc-registration { /* registration */
    margin-left: 10px;
    margin-right: 10px;
}

.page-navigation .page-navigation-item a:hover {
    color: #141419;
    text-decoration: none;
}

.page-navigation .page-navigation-item.page-navigation-selected-item {
    color: #141419;
    text-decoration: underline;
}


.login-pf-page .login-pf-header {
    margin-bottom: 0 !important;
}

.login-pf-page .login-pf-page-header {
    margin-bottom: 0 !important;
    margin-top: 30px;
}

.form-group {
    margin-bottom: 0;
}

.form-group-center {
    justify-content: center;
    align-items: center;
}

.form-group-center-register {
    margin-top: 20px;
    width: 100% !important;
    justify-content: center;
    align-items: center;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.form-group-center-register .btn {
    width: 100% !important;
}

.register-footer {
    align-items: center;
    text-align: center;
    font-weight: 400;
    font-size: 11px;
}

.register-footer-text {
    margin-left: 63px;
    width: 70%;
}

.register-footer a, .register-footer a:hover {
    color: #5405FF;
    text-decoration: underline;
}

.alert-reset-password {
    font-weight: 700;
}

.spacer {
    margin-bottom: 7px;
    display: block;
}

#kc-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

#kc-login {
    width: 100%;
}

#kc-register {
    width: 100%;
}

input#kc-register:hover, input#kc-login:hover {
    background: #7637ff;
    color: #ffffff;
    border: none;
    padding: 12px;
    cursor: pointer;
}

input#kc-register:disabled, input#kc-login:disabled{
    background: #5405FF;
    color: #8E99AB;
}

.loader {
    position: absolute;
    z-index: 1;
    top:5px;
    left:152px;
    width: 24px;
    height: 24px;
    border: 2px solid #1D5BBF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.feedback-new{
    display: flex;
    margin-bottom: 16px;
    padding: 16px;
    font-size: 14px;
    color: #333840;
    background-color: #F0F5FC;
    border: 1px solid  #5405FF;
}

.feedback-new a {
    background: none;
    color: #5405FF;
    border: none;
    margin-left: 3px;
}
.feedback-new .info-svg{
    background: no-repeat;
    width: 24px;
    height: 24px;
    background-image: url(../img/info.svg);
    margin-right: 8px;
}
.feedback-new .text{
    width:356px;
}

.form-control {
    &[type="text"],
    &[type="password"],
    &[type="email"] {
      &:focus {
        outline: none;
        border-color: #5405FF;
      }
    }
}

input[type="checkbox"] {
    accent-color: #5405FF;
}
