fluent-text-field::part(control) {
    background: #f6f6f6 !important;
    padding: 3px 5px;
    border-radius: 4px;
}

fluent-text-field {
    --bottom: auto !important;
}

fluent-text-area::part(control) {
    background: #f6f6f6 !important;
    border-radius: 4px;
}

fluent-select::part(control) {
    background: #f6f6f6 !important;
    padding: 3px 5px;
    border-radius: 4px;
}

fluent-select[disabled] {
    opacity: 1;
    background: #f6f6f6;
}

.navbar-nav>li>a {
    padding-top: .5rem !important;
}

.signin-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 1rem;
    background-image: url(https://mysignins.microsoft.com/images/default_bg.svg);
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
}

.signin-wrapper {
    min-width: 320px;
    width: 400px;
    min-height: 484px;
    padding: 38px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 12px;
}

.signin-form .form-header .subtitle {
    font-size: .8rem;
}

.signin-form .form-body {
    margin: 1rem 0 1rem 0;
    height: 300px;
}

.signin-form .form-footer {
    text-align: center;
}