/* Root / Reset */

:root {
    --cas-theme-primary: #1A53F4;
    --cas-theme-primary-bg: rgba(21, 62, 80, 0.2);
    --cas-theme-primary-light: #006d85;
    --cas-theme-primary-dark: #0945ef;
    --cas-theme-secondary: #74C163;
    --cas-theme-success: var(--cas-theme-secondary);
    --cas-theme-danger: var(--mdc-theme-error);
    --cas-theme-warning: #e6a210;
    --cas-theme-border-light: 1px solid rgba(0, 0, 0, .2);
    --cas-theme-twitter-color: #55acee;
    --cas-theme-vimeo-color: #1ab7ea;
    --cas-theme-vk-color: #587ea3;
    --cas-theme-yahoo-color: #720e9e;
    --cas-theme-google-color: #CC5445;
    --cas-theme-facebook-color: #3B5998;
    --atlassian-theme-primary: #0747a6;
    --mdc-theme-primary: var(--cas-theme-primary, #153e50);
    --hmb-theme-primary: #1A53F4;
    --hmb-theme-blue: #0F2F7B;
    --hmb-theme-dark-blue: #0D255E;
    --hmb-theme-light-blue: #EAEDF5;
    --hmb-theme-green: #46CB5C;
    --hmb-theme-white: #FFFFFF;
    --hmb-form-label: #666666;
    --hmb-form-border: #cfdaf7;
    --hmb-border-radius: 0.42rem;
}

.atlassian {
    --mdc-theme-primary: var(--atlassian-theme-primary, #0747a6);
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Source Sans Pro', sans-serif !important;
    background-image: url(../images/pattern-bg.png);
    background-color: #121b30;
    background-repeat: repeat;
    margin: 0;
}

a {
    color: #153e50;
    color: var(--cas-theme-primary, #153e50);
}

a:hover, a:visited, a:active {
    color: #0945ef;
    color: var(--cas-theme-primary-dark);
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
}

p {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

aside, section, main {
    display: block;
}

/* Material */

.mdc-drawer {
    top: 56px;
}

.mdc-drawer-app-content {
    flex: auto;
    overflow: auto;
    position: relative;
}

.main-content {
    display: flex;
}

.mdc-top-app-bar {
    z-index: 7;
}

/* widgets */

.notifications-count {
    position: absolute;
    top: 10px;
    right: 12px;
    background-color: #b00020;
    background-color: var(--cas-theme-danger);
    color: #fff;
    border-radius: 50%;
    padding: 1px 3px;
    font: 8px Verdana;
}

.cas-brand {
    height: 48px;
    width: auto;
}

header>nav .cas-brand path.cls-1 {
    fill: white;
}

header>nav .cas-brand .cas-logo {
    height: 100%;
}

.hmb-slider-container {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    color: white;
    padding: 10px;
    width: 60%;
    text-align: center;
}

.caps-check:not(.caps-on) .caps-warn, .caps-check:not(.caps-on)+.caps-warn {
    display: none;
}

.login-section {
    padding: 1.5rem 4rem;
    flex: 1;
}

.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    text-transform: none;
    text-decoration: none;
    ;
}

button.close {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.banner {
    padding: 0.1rem 0.5rem;
    border: 1px solid rgba(0, 0, 0, .2);
    border: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
    position: relative;
    border-radius: 4px;
}

.banner .banner-message {
    margin: 0.375rem 0;
}

.banner .banner-heading:first-child {
    margin-top: 0;
}

.banner .banner-message:first-child {
    margin-top: 0;
}

.banner .banner-message:last-child {
    margin-bottom: 0;
}

.banner-primary {
    border-color: #153e50;
    border-color: var(--cas-theme-primary, #153e50);
}

.banner-primary .mdi {
    color: #153e50;
    color: var(--cas-theme-primary, #153e50);
}

.banner-danger {
    border-color: #b00020;
    border-color: var(--cas-theme-danger, #b00020);
    font-size: 0.875rem;
}

.banner-danger .mdi {
    color: #b00020;
    color: var(--cas-theme-danger, #b00020);
}

.banner-warning {
    border-color: #e6a210;
    border-color: var(--cas-theme-warning, #e6a210);
    color: #e6a210;
    color: var(--cas-theme-warning, #e6a210);
}

.banner-warning .mdi {
    color: #e6a210;
    color: var(--cas-theme-warning, #e6a210);
}

.banner-success {
    border-color: var(--cas-theme-success);
    color: #153e50;
    color: var(--cas-theme-primary, #153e50);
}

.banner-dismissible {
    padding-right: 4rem;
}

.banner-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}

.banner-fit-content {
    max-width: fit-content;
    min-width: -webkit-fill-available;
}

.login-provider-item .mdc-button .mdi {
    margin-right: 0.5rem;
}

@media screen and (max-width: 767.99px) {
    .logout-banner {
        width: 100%;
    }
}

.cas-notification-dialog .mdc-dialog__content>.cas-notification-message:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-bottom: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
}

.mdc-dialog__title::before {
    display: none;
}

.mdi {
    content: "";
}

.mdi:before {
    font-size: 24px;
}

/* custom components */

.custom-select {
    display: inline-block;
    min-width: 200px;
    height: 56px;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.87);
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
}

/* utilities */

.bg-primary {
    background-color: rgba(21, 62, 80, 0.2);
    background-color: var(--cas-theme-primary-bg, rgba(21, 62, 80, 0.2));
}

.border-bottom {
    border-color: #153e50;
    border-bottom: 1px solid var(--cas-theme-primary, #153e50);
}

.strong {
    font-weight: bold;
}

.text-warning {
    color: #e6a210;
    color: var(--cas-theme-warning, #e6a210);
}

.text-danger {
    color: #b00020;
    color: var(--cas-theme-danger, #b00020);
}

.text-secondary, .text-success {
    color: var(--cas-theme-secondary);
}

.progress-bar-danger .mdc-linear-progress__bar-inner {
    border-color: #b00020;
    border-color: var(--cas-theme-danger, #b00020);
}

.progress-bar-warning .mdc-linear-progress__bar-inner {
    border-color: #e6a210;
    border-color: var(--cas-theme-warning, #e6a210);
}

.progress-bar-success .mdc-linear-progress__bar-inner {
    border-color: var(--cas-theme-success);
}

.word-break-all {
    word-break: break-all;
}

.mdc-input-group {
    display: flex;
    align-items: stretch;
}

.mdc-input-group .mdc-input-group-field {
    flex: 1 1 auto;
    order: 1;
}

.mdc-input-group .mdc-input-group-append {
    order: 2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.mdc-input-group .mdc-input-group-prepend, .mdc-input-group .mdc-input-group-append {
    height: 56px;
}

.mdc-input-group .mdc-input-group-prepend {
    order: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.mdc-input-group .mdc-input-group-field.mdc-input-group-field-prepend .mdc-text-field>.mdc-text-field__input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.text-danger, .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon.text-danger, .mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text.text-danger {
    color: #b00020;
    color: var(--cas-theme-danger);
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #153e50;
    color: var(--cas-theme-primary, #153e50);
}

.mdc-floating-label {
    font-family: 'Source Sans Pro', sans-serif;
}

.mdc-button {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: normal;
    font-weight: 400;
    height: auto;
    text-decoration: none;
    text-transform: none;
    padding: 1rem;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    border: none;
    outline: none;
    overflow: visible;
    vertical-align: middle;
    border-radius: var(--hmb-border-radius);
}

.mdc-button--raised:not(:disabled) {
    background-color: var(--hmb-theme-primary, #153E50);
}

.mdc-button--raised.mdc-button-twitter:not(:disabled) {
    background-color: #55acee;
    background-color: var(--cas-theme-twitter-color, #55acee);
}

.mdc-button--raised.mdc-button-vimeo:not(:disabled) {
    background-color: #1ab7ea;
    background-color: var(--cas-theme-vimeo-color, #1ab7ea);
}

.mdc-button--raised.mdc-button-vk:not(:disabled) {
    background-color: #587ea3;
    background-color: var(--cas-theme-vk-color, #587ea3);
}

.mdc-button--raised.mdc-button-yahoo:not(:disabled) {
    background-color: #720e9e;
    background-color: var(--cas-theme-yahoo-color, #720e9e);
}

.mdc-button--raised.mdc-button-google:not(:disabled) {
    background-color: #CC5445;
    background-color: var(--cas-theme-google-color, #CC5445);
}

.mdc-button--raised.mdc-button-facebook:not(:disabled) {
    background-color: #3B5998;
    background-color: var(--cas-theme-facebook-color, #3B5998);
}

.mdc-button--raised.mdc-button-edevlet:not(:disabled) {
    background-color: #EAEDF5;
    background-color: var(--cas-theme-edevlet-color, #EAEDF5);
}

.mdc-button--green:not(:disabled) {
    color: white;
    background-color: var(--hmb-theme-green, black);
}

.mdc-button--green:hover, .mdc-button--green:focus {
    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%);
}

.mdc-button--light-blue:not(:disabled) {
    color: black;
    background-color: var(--hmb-theme-light-blue, black);
}

.mdc-button--light-blue:hover, .mdc-button--light-blue:focus {
    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%);
}

.mdc-button--white:not(:disabled) {
    color: black;
    background-color: var(--hmb-theme-white, black);
    border: solid var(--hmb-theme-light-blue);
}

.mdc-button--white:hover, .mdc-button--light-blue:focus {
    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%);
}

.mdc-button__label {
    vertical-align: middle;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.text-center {
    text-align: center;
}

.w-66 {
    width: 66%;
}

.w-33 {
    width: 33%;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto;
}

.h-25 {
    height: 25%;
}

.h-50 {
    height: 50%;
}

.h-75 {
    height: 75%;
}

.h-100 {
    height: 100%;
}

.h-auto {
    height: auto;
}

.mw-100 {
    max-width: 100%;
}

.mh-100 {
    max-height: 100%;
}

.min-vw-100 {
    min-width: 100vw;
}

.min-vh-100 {
    min-height: 100vh;
}

.vw-100 {
    width: 100vw;
}

.vh-100 {
    height: 100vh;
}

.mw-50 {
    max-width: 50%;
}

.border-rounded {
    border-color: #153e50;
    border: 1px solid var(--cas-theme-primary, #153e50);
    border-radius: 4px;
}

.border-bottom {
    border-color: #153e50;
    border-bottom: 1px solid var(--cas-theme-primary, #153e50);
}

@media all and (min-width: 768px) {
    .w-md-50 {
        width: 50%;
    }
    .w-md-66 {
        width: 66%;
    }
}

@media all and (min-width: 992px) {
    .w-lg-50 {
        width: 50%;
    }
    .w-lg-66 {
        width: 66%;
    }
}

@media all and (max-width: 767.99px) {
    .w-md-50 {
        width: 100%;
    }
    .w-md-66 {
        width: 100%;
    }
}

@media all and (max-width: 991.99px) {
    .w-lg-50 {
        width: 100%;
    }
    .w-lg-66 {
        width: 100%;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

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

/* legacy */

#duo_iframe {
    width: 100%;
    min-width: 304px;
    height: 330px;
    border: none;
    padding: 0;
    margin: 0;
}

#serviceui {
    background-color: #17a3b844;
    border-radius: 4px;
}

.login-container {
    max-width: 920px;
    height: 560px;
    place-self: center;
    display: grid;
    border-radius: var(--hmb-border-radius);
    box-shadow: 0 0 20px 1px rgba(0,0,0,.35);
    padding: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.login-container.with-captcha {
    height: 740px;
}

.login-image {
    width: 60%;
    height: 100%;
    border-radius: var(--hmb-border-radius);
    grid-column: 1;
    grid-row: 1;
    background-image: url(../images/login-slider-image.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center right;
    background-color: var(--hmb-theme-dark-blue);
}


.hmb-logo {
    grid-column: 1;
    grid-row: 1;
    height: 30px;
    margin: 1.5rem;
}

.align-to-center-right {
    position: relative;
    width: 40%;
    grid-column: 1;
    grid-row: 1;
    justify-self: right;
    display: flex;
    border-top-right-radius: var(--hmb-border-radius);
    border-bottom-right-radius: var(--hmb-border-radius);
    background-color: #fff;
}

.mdc-card {
    box-shadow: 0 0 0 0;
    align-self: center;
}

.mdc-card__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    min-height: 52px;
    padding: 0;
    justify-content: space-evenly;
}

.mdc-text-field {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 56px;
    border-radius: 4px;
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    will-change: opacity, transform, color;
}

.mdc-text-field__input {
    font-family: 'Source Sans Pro', sans-serif !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.009375em;
    text-decoration: inherit;
    text-transform: inherit;
    align-self: flex-end;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px 16px 6px;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mdc-text-field:not(.mdc-text-field--disabled) {
    background-color: var(--hmb-theme-light-blue);
}

.cas-field {
    text-align: center;
}

.E-Devlet::before {
    width: 27.7px;
    height: 32px;
    content: "";
    background: url(../images/e-devlet-logo.png) no-repeat center;
    background-size: 100%;
}

.E-İmza::before {
    width: 50px;
    height: 32px;
    content: "";
    background: url(../images/e-imza.png) no-repeat center;
    background-size: 100%;
}

.E-Giris::before {
    width: 50px;
    height: 50px;
    content: "";
    background: url(../images/e-giris.png) no-repeat center;
    background-size: 100%;
    margin-right: 10px;
    margin-top: 5px;
}

.gradient-background {
    height: 100vh;
    background-image: linear-gradient( 135deg, rgb(3,31,99, 0.1) 0%, rgb(3,33,100, 0.1) 52%, rgba(190, 146, 146, 0.1) 100%);
}

.hmb-app-name {
    grid-column: 1;
    grid-row: 1;
    justify-self: left;
    align-self: center;
    color: white;
    font-size: 3rem;
    margin: 0 0 0 2rem;
    font-weight: bold;
    line-height: 1;
}

.app-name {
    font-size: 4rem;
    line-height: 1;
}

.countdown {
    text-transform: none;
    font-size: 50px;
    background-color: var(--hmb-theme-light-blue);
    border-radius: 4px;
    width: 120px;
    margin: auto;
}

.help-content {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.back-button {
    position: absolute;
    border: none;
    background: none;
    cursor: pointer;
    top: 1rem;
    left: 1rem;
    color: var(--hmb-form-label);
}

.back-button:before {
    vertical-align: middle;
}

.back-button .mdc-button__label {
    font-size: 0.875rem;
    margin-left: -0.35rem;
}

.captcha-holder {
    display: flex;
    place-content: center;
}

.captcha-buttons {
    display: grid;
}

.qr-code-border {
    box-shadow: 0 0 20px -10px black;
    border-radius: 20px;
}

.slider {
    border-radius: 10px;
    overflow: hidden;
}

.imgs_slides {
    width: 400%;
    height: 120px;
    display: flex;
}

.slider input {
    display: none;
}

.slide {
    width: 25%;
    font-size: 0.875rem;
    padding: 0.5rem 1.5rem;
    transition: 2s;
}

.slide-infos {
    padding: 0 25px 0 25px;
}

.navigation {
    margin-top: -40px;
    display: flex;
    justify-content: center;
}

.navigation-btn {
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}

.navigation-btn:not(:last-child) {
    margin-right: 5px;
}

.navigation-btn:hover {
    background: #1a53f4;
}

.labelDiv {
    border: white 1px solid;
    padding: 2px;
    border-radius: 10px;
    background: white;
}

#radio1:checked~div~.navigation > #radioLabel1 {
    border: 1px solid #1a53f4;
}

#radio1:checked~div~.navigation > #radioLabel1 > div{
    border: #1a53f4 1px solid;
    background: #1a53f4;
}

#radio2:checked~div~.navigation > #radioLabel2 {
    border: 1px solid #1a53f4;
}

#radio2:checked~div~.navigation > #radioLabel2 > div{
    border: #1a53f4 1px solid;
    background: #1a53f4;
}

#radio3:checked~div~.navigation > #radioLabel3 {
    border: 1px solid #1a53f4;
}

#radio3:checked~div~.navigation > #radioLabel3 > div{
    border: #1a53f4 1px solid;
    background: #1a53f4;
}


#radio4:checked~div~.navigation > #radioLabel4 {
    border: 1px solid #1a53f4;
}

#radio4:checked~div~.navigation > #radioLabel4 > div{
    border: #1a53f4 1px solid;
    background: #1a53f4;
}

#radio1:checked~div > .first {
    margin-left: 0;
}

#radio2:checked~div >.first {
    margin-left: -25%;
}

#radio3:checked~div >.first {
    margin-left: -50%;
}

#radio4:checked~div >.first {
    margin-left: -75%;
}

.hmb-form-field {
    position: relative;
    text-align: left;
    color: var(--hmb-form-label);
    font-size: 0.875rem;
}

.hmb-form-field-group {
    position: relative;
}

.hmb-form-field-group .reveal-password {
    position: absolute;
    right: 0.5rem;
    bottom: 0.45rem;
    width: 2rem;
    height: 2rem;
    padding: 0;
    font-size: 1rem;
}

.hmb-form-field-group .reveal-password .mdi:before {
    font-size: 1.25rem;
}

#user_captcha_response,
.hmb-form-field-input {
    width: 100%;
    background-color: var(--hmb-theme-light-blue);
    margin: 0.5rem 0 0.25rem;
    border: 1px solid transparent;
    padding: 0.65rem 1rem;
    border-radius: var(--hmb-border-radius);
    transition: border-color .3s ease;
}

#user_captcha_response:focus,
.hmb-form-field-input:focus {
    outline: none;
    border-color: var(--hmb-form-border);
}

.hmb-forgot-password-link {
    margin-left: auto;
    text-decoration: none;
    font-size: 0.75rem;
    color: var(--hmb-theme-primary);
}

.mdc-button--raised:disabled,
.mdc-button--unelevated:disabled {
    background-color: var(--hmb-theme-primary);
    color: #FFF;
    opacity: 0.4;
}

.hmb-other-login-label {
    text-align: center;
    font-size: 0.75rem;
    opacity: 0.5;
    margin: 2rem 0;
}

.hmb-other-login {
    margin: 2rem 0;
}

.hmb-help-content-title {
    font-size: 0.875rem;
    margin-right: 0.25rem;
}

.hmb-help-content-icon {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    background-color: var(--hmb-theme-primary);
    border-radius: 50%;
    text-align: center;
    color: #FFFFFF;
}
.hmb-help-content-icon .mdi:before {
    font-size: 1rem;
}

.mdc-button-genericoauth20 {
    padding: 0.375rem 1rem;
    color: var(--hmb-form-label) !important;
}

.mdc-button-genericoauth20:hover {
    box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 8%), 0px 8px 10px 1px rgb(0 0 0 / 4%), 0px 3px 14px 2px rgb(0 0 0 / 2%);
}

.hmb-forgot-password-desc {
    font-size: 0.875rem;
}

@media screen and (max-width: 767.99px) {
    .login-container {
        box-shadow: none;
        height: fit-content;
    }

    .login-container.with-captcha {
        box-shadow: none;
        height: fit-content;
    }

    .login-image {
        display: none;
    }

    .hmb-app-name {
        display: none;
    }

    .login-section {
        padding: 0.5rem 2rem;
    }

    .hmb-slider-container {
        justify-self: center;
        display: contents;
    }

    .slider {
        margin-top: 40px;
    }

    .align-to-center-right {
        width: 80%;
        justify-self: center;
        border-radius: var(--hmb-border-radius);
        margin-top: 140px;
        padding: 80px 0;
    }

    .hmb-logo {
        justify-self: center;
        margin-top: 50px;
    }

    .gradient-background {
        height: auto;
        width: 90%;
        place-self: center;
        background-image: none;
    }
}

@media screen and (max-height: 550px) {
    .gradient-background {
        height: auto;
        width: 90%;
        place-self: center;
        background-image: none;
    }
}