body {
    background: #EBEBEB;
}

header {
    background: #FFFFFF;
    margin-right: -15px;
    margin-left: -15px;    
    margin-bottom: 32px;    
    padding: 24px;
}

.card-row {
    margin-bottom: 32px;
}

.card {
    background-color: #FFFFFF;
}

.card-title-row {
    background-color: #262A82;
    color: #FFFFFF;
    padding: 32px;
}

.card-body {
    padding: 16px;
}

.card-title-text {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.card-heading-text {
    color: #000000;     
    font-family: 'Verdana';
    font-size: 24px;    
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.4px;  
}

.card-text {
    color: #000000;
    font-family: 'Verdana';
    font-size: 16px;    
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.4px;    
    line-height: 19px;
}

.card-input {
    /* Input box styles */
    background: #FFFFFF;    
    border: 1px solid #4A494A;
    border-radius: 4px;       
    box-sizing: border-box;
    height: 56px;
    padding: 8px 16px;
    /* Input text styles */
    color: #000000;    
    font-family: 'Verdana';
    font-size: 16px;    
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.4px;
    opacity: 0.8;  
}

input.card-input::placeholder {
    color: #4A494A;
}

.form-group {
    margin-bottom: 16px;
}

.mfa-button {
    /* Button styles */
    background: #00B5EF;  
    border: none;
    color: #FFFFFF;
    display: block;
    height: 31px; 
    width: 100%;
    /* Button text styles */
    font-family: 'Verdana';
    font-size: 12px;    
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    margin-top: 32px;
}

.footer-row {
    display: flex;
    justify-content: center;
}

.footer-text {
    color: #262A82;    
    font-family: 'Verdana';
    font-size: 16px;    
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.4px;    
    line-height: 19px;
}

.footer-text a {
    color: #00B5EF;
}

hr.mfa-hr {
    border: 1px solid #000000;    
    margin: 16px -16px 16px -16px;
}

.password-row {
    display: flex;
}

#password-toggle {
    cursor: pointer;
    align-self: center;
    margin-left: -36px;
}

.bi {
    content: url('../images/eye.svg');
    height: 20px;
    width: 20px;
    filter: invert(60%) sepia(7%) saturate(123%) hue-rotate(177deg) brightness(97%) contrast(91%);
}

.bi-eye-slash {
    content: url('../images/eye-slash.svg');
    height: 20px;
    width: 20px;  
    filter: invert(60%) sepia(7%) saturate(123%) hue-rotate(177deg) brightness(97%) contrast(91%);        
}   

.alert-danger {
    background-image: unset;
    background-color: #FFFFFF;
    color: #F26722;
}

/* Page specific styles */
.mfa-login-card .form-group,
.mfa-setup-heading {
    margin-bottom: 32px;
}

.steps-row {
    margin-top: 32px;
}

.steps-row li {
    margin-bottom: 16px;
}

.qr-column {
    display: flex;
    justify-content: center;
}

.mfa-setup-button {
    height: 56px;
    margin-top: 16px;
}   

.code-row {
    margin-top: 16px;
}

.key-row {
    margin-top: 16px;
}

.mfa-alert {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

/*Maintenance BANNER */
.warning {
    margin-right: 10px;
}
.banner {
    display: flex;
    flex-direction: row;
    margin-left: 40px;
    margin-right: 40px;    
}
.banner {
    display: flex;
    border: 1px solid rgb(242, 103, 34);
    padding: 16px 20px;
    margin-bottom: 24px;
    font-size: 20px;
    color: #0000EE;
    font-weight: bold;
    font-family: GuildCircularWeb, Helvetica, Arial, sans-serif;
    line-height: 1.4em;
    text-transform: none;
    background-color: white;
    max-width: 100%;
    height: auto;
}
/*
div {
    display: block;
    unicode-bidi: isolate;
}
body {
    min-height: 100vh;
    margin: 0px;
    display: flex;
    flex-direction: column;
    font-family: GuildCircularWeb, Helvetica, Arial, sans-serif;
}
*/
svg[Attributes Style] {
    width: 24;
    height: 24;
    fill: none;
}
svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}
path[Attributes Style] {
    fill-rule: evenodd;
    clip-rule: evenodd;
    d: path("M 1 21.5 L 12 2.5 L 23 21.5 H 1 Z M 19.53 19.5 L 12 6.49 L 4.47 19.5 H 19.53 Z M 11 16.5 V 18.5 H 13 V 16.5 H 11 Z M 11 10.5 H 13 V 14.5 H 11 V 10.5 Z");
    fill: rgb(242, 103, 34);
}
:not(svg) {
    transform-origin: 0px 0px;
}
#maintenance_head {
    font-size: 20px;
    color: rgb(38, 42, 130);
    font-weight: bold;
    font-family: GuildCircularWeb, Helvetica, Arial, sans-serif;
    line-height: 1.4em;
    text-transform: none;
}
#maintenance_sub {
    font-size: 16px;
    color: rgb(38, 42, 130);
    font-weight: normal;
    font-family: GuildCircularWeb, Helvetica, Arial, sans-serif;
    line-height: 1.4em;
    text-transform: none;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
/*BANNER TEST - END*/

/* Media queries */
@media only screen and (min-width: 472px) {
    .card:not(.mfa-setup-card) {
      width: 472px;
    }

    .card-column {
        display: flex;
        justify-content: center;
    }    
  }

  @media only screen and (min-width: 650px) {
    .card.mfa-setup-card {
      width: 650px;
    }

    .steps-row {
        display: flex;
    }

    .qr-column {
        padding-right: 16px;
    }    

    .mfa-setup-button {
        width: 91px;
        margin-top: 0;
        margin-left: 16px;
    }    

    .code-row {
        display: flex;
    }    
}  