body {
    background-color: #134d8a !important;
    min-height: 100vh;
    min-width: 100vw;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

body>.container {
    flex: 1;
    width: 100%;
}

body>.container>.row:last-child {
    margin-bottom: 0;
}

@font-face {
    font-family: Rajdhani;
    src: url('../fonts/Rajdhani-Medium.ttf');
}

* {
    font-family: Rajdhani !important;
}

@media only screen and (min-width: 600px) {
    .card {
        width: 600px;
    }
}

.card {
    margin: 0.5rem 0;
}

.card .card-image img {
    width: 350px;
    margin: 0 auto;
    padding-top: 20px;
}

.card .card-content {
    padding-top: 0;
}

h2 {
    font-size: 22px;
    font-weight: 600;
}

.intro {
    margin-bottom: 20px;
    font-weight: 600;
}

.intro h2 {
    margin-bottom: 0;
}

.entry {
    margin-top: 10px;
}

button {
    color: #FFFFFF !important;
    background-color: #7030A0;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    padding: 6px 16px;
    font-size: 15px;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: Rajdhani;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 4px;
    text-transform: uppercase;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 14%);
}

button:hover {
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
    background-color: #7030A0;
}

label {
    font-size: 15px;
    color: black;
}

form#localAccountForm div.create p {
    font-size: 20px;
}

form#localAccountForm div.create p::after {
    content: "\aOR";
    white-space: pre;
    font-size: 30px;
}

form#attributeVerification {
    display: flex;
    flex-direction: column;
}

form#attributeVerification div.buttons {
    order: 1;
}

a#createAccount {
    margin-top: 10px;
    color: #FFFFFF;
    background-color: #7030A0;
    border: 0;
    cursor: pointer;
    display: flex;
    outline: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    padding: 6px 16px;
    font-size: 15px;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: Rajdhani;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 4px;
    text-transform: uppercase;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 14%);
}

.buttons {
    margin-top: 10px;
}

.buttons button:not(:last-child) {
    margin-right: 10px;
}

button.changeClaims {
    display: none !important;
}

select {
    display: block;
    border: 0;
    border-bottom: 1px solid #9e9e9e;
    font-size: 16px;
    margin-bottom: 8px;
}

select:focus {
    outline: none;
}

.helpLink {
    display: none;
}

div#attributeList>ul {
    margin-top: 0;
}

.error {
    color: #f44336;
    font-weight: 600;
}

.error.pageLevel {
    margin-bottom: 10px;
}

input:read-only {
    color: black !important;
}

input[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: relative;
    pointer-events: all;
    opacity: 1;
    vertical-align: middle;
    margin-right: 10px;
}

a,
a:visited {
    color: #7030A0;
}

#api {
    display: flex;
    flex-direction: column;
}

#localAccountForm {
    order: -2;
}

.divider {
    order: -1;
    margin-top: 30px;
}

.password-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.claims-provider-list-buttons>.options {
    display: flex;
}

.claims-provider-list-buttons>.options>div:not(:last-child) {
    margin-right: 10px;
}

button.accountButton {
    background-color: lightgray;
    color: black !important;
}

button#AzureADExchange {
    background-image: url(https://account.smartdialog.ai/signin/assets/images/microsoft.svg);
    background-repeat: no-repeat;
    background-position-x: 10%;
    background-position-y: 50%;
    background-size: 15% 70%;
    min-width: 150px;
}

button#SysAdminAzureADExchange {
    background-image: url(https://account.smartdialog.ai/signin/assets/images/microsoft.svg);
    background-repeat: no-repeat;
    background-position-x: 10%;
    background-position-y: 50%;
    background-size: 10% 70%;
    min-width: 300px;
}

/* MFA */
div#totpQrCodeControl-picture {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#totpQrCodeControl-picture>img {
    width: 200px;
}

div#authenticatorAppIconControl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

a#authenticatorAppIconControl-google>img {
    float: none;
    width: 200px !important;
}

a#authenticatorAppIconControl-apple>img {
    float: none;
    margin-top: 0;
    width: 176px !important;
}

div#totpQrCodeControl {
    margin-top: 20px;
}

div#totpQrCodeControl>label#totpQrCodeControl-title {
    font-weight: 600;
}

div#totpQrCodeControl>div#totpQrCodeControl_info_message {
    display: none;
}

label#otpCode_label {
    display: none;
}

/* MFA */