body {
    background-color: #193755 !important;
    height: 100vh;
    display: flex;
    font-family: 'Roboto', sans-serif;
}

.login__container {
    margin-top: auto;
    margin-bottom: auto;
}



@media (max-width: 768.98px) {
    .login__card {
        width: 100% !important;
    }
}

.login__card {
    border: none !important;
    text-align: center;
    padding: 36px;
    width: 100%;
    max-width: 500px;
}



.login__logo {
    text-align: center;
    max-width: 220px;
    margin-bottom: 24px;
}

.intro h2 {
    font-size: 20px;
    margin-bottom: 24px;
}

.entry-item {
    margin-bottom: 26px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.entry-item label, label[for="number"] {
    /* position: absolute;
    top: 0;
    left: 0;
    color: #15181c;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    font-size: .75rem;
    font-weight: 700;
    width: 100%;
    border-radius: 3px;
    line-height: 1;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    display: none !important;
}
.attrEntry label {
    font-size: 90%;
    display: inline;
}

.attrEntry input[type="radio"] {
    margin-left: 10px;
    margin-right: 5px;
}

.entry-item input, .number input#number, select#countryCode, #codeVerification input, input.textInput, .verifyInput{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a7b0bc;
    border-radius: 4px;
    height: 40px;
    border: 1px solid #95989a;
    width: 100%;
    margin-bottom: 10px;
}

#ReadOnlyEmail_ver_input_label {
    margin-left: auto;
    margin-right: auto;
}

.attrEntry input.textInput#email:disabled {
    display: none !important;
}

.entry-item input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(3, 169, 244, .5);
    box-shadow: 0 0 0 0.1rem rgba(3, 169, 244, .5);
    border-color: #03a9f4;
    outline: none;
}

.buttons {
    margin-top: 40px;
}

.buttons button {
    display: block;
    min-height: 40px;
    width: 100%;
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border: 1px solid;
    border-radius: .3rem;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    color: #fff;
    background-color: #1ABC9C;
    border-color: #1ABC9C;
    margin-bottom: 10px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.buttons button:hover {
    background-color: #159a80;
    border-color: #148f77;
}

.password-label {
    text-align: left;
}

.password-label a {
    font-size: 14px;
    color: #1abc9c;
}

.password-label a:hover {
    color: #1abc9c;
}

.divider,
.create {
    display: none;
}


/* Errors */

.error {
    color: #b00;
    text-align: left;
    font-size: 90%;
    line-height: normal;
}

.error p {
    margin-bottom: 0 !important;
}

.error.itemLevel p {
    margin-bottom: 1rem;
    text-align: center;
}

.Password .error {
    margin-top: 10px;
}


/* Forgot Password Page*/

.attr ul {
    list-style: none;
    padding: 0;
}

.attr .attrEntry .error {
    display: inline;
}

.attr .attrEntry .error.show {
    display: block !important;
}

.attr #newPassword {
    margin-bottom: 20px;
    margin-top: 10px;
}

.helpLink {
    display: none;
}

.buttons button#cancel {
    display: block;
    min-height: unset;
    width: unset;
    padding: .5rem 1rem;
    position: absolute;
    top: 36px;
    left: 24px;
    border: none;
    border-radius: .3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    color: unset;
    background-color: transparent;
    padding: 0;
    margin-left: auto;
    background: 0 0;
    border: 0;
    width: inherit;
    position: absolute;
    background-color: transparent;
    font-size: 1em;
    color: #505050;
    box-shadow: none;
    text-align: left;
    text-transform: none;
}

.buttons #cancel:before {
    content: url(B2C-Tenant-URL/static/tenant/templates/images/left-arrow.svg);
    padding: 10px;
    vertical-align: sub;
    zoom: 90%;
    display: inline-block;
}

.attrEntry>div:first-child {
    margin-bottom: 12px;
}

.verificationInfoText {
    color: grey;
    margin-bottom: 12px;
    font-size: 90%;
}

.intro {
    display: none;
    text-align: left;
    margin-top: 2rem;
}

.verifyInput {
    margin-bottom: 20px;
}

.verifyButton {
    margin-right: 5px;
}

.sendButton {
    margin-left: 5px;
}

.buttons.verify {
    display: flex;
    flex-wrap: wrap;
}

.verifyButton,
.sendButton {
    flex: 1;
}

.buttons button:disabled {
    display: none;
}

#email_ver_but_edit {
    display: none !important;
}

.btn-link {
    font-weight: 400;
    color: #1ABC9C;
    text-decoration: none;
}
.btn-link:hover {
    color: #117964;
    text-decoration: underline;
}
li.Paragraph.QrCodeScanInstruction_li {
    clear: left;
}
#totpQrCodeControl-picture {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
label#totpQrCodeControl-title {
    text-align: center;

}
#totpQrCodeControl_info_message {
    font-size: 90%;
    margin-bottom: 20px;
}
.phoneEntry .input .code label {
    font-size: 80%;
    margin-bottom: 0;
}
.phoneEntry .input .code label {
    font-size: 80%;
    margin-bottom: 0;
}
label#authenticatorAppIconControl-title {
    float: left;
}
.changeClaims {
    visibility: hidden;
}