
@font-face {
    font-family: "variableblack";
    font-weight: normal;
    font-style: normal;
    src: url('https://stmtmlogindev.blob.core.windows.net/legimus/variableblack.woff2');
    font-display: swap;
}

body {
    background-color: #fff;
    font-size: 16px;
    font-family: Verdana;
}


@media (min-width: 768px) {
    body {
        background-color: #8d308b;
    }

    .authentication-page {
        max-width: 500px;
    }
    
}

.set-width {
    width: 100%;
}

.authentication-page {
    border-radius: 0.25rem;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

.login-form-container {
    font-size: .875rem;
    min-height: 475px;
}


@media (min-width: 992px) {
    .set-width {
        max-width: 780px;
    }
}

@media (min-width: 768px) {
    .legimus-logo {
        margin: 2.5rem 0 1.563rem;
    }

    .login-form-container {
        box-shadow: 0 0.625rem 0.75rem 0 rgba(0, 0, 0, 0.12);
        margin: 5.125rem 0rem 3.25rem 0rem;
        padding: 2rem;
    }
}

h1 {
    font-size: 1.75rem;
    color: #333333;
    font-family: variableblack, Verdana;
    margin-bottom: 15px;
}

button {
    background-color: #fff;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    border: solid 0.125rem #8d308b;
    color: #8d308b;
}

button:hover {
    background-color: #f9f1f8;
    text-decoration: underline;
}


button[type=submit], 
button.verifyCode, 
button.sendCode {
    background-color: #8d308b;
    border: none;
    color: #ffffff;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.verificationInfoText {
    display: block;
}

a.helpLink.tiny {
    display: none;
    /**text-align: right;
    display: block;
    margin-right: 10px;
    font-size: 12px;*/
}

button.action-link {
    font-size: .875rem;
}

input[type=text],
input[type="password"] {
    border: solid 0.063rem #666666;
    border-radius: 0.125rem;
    font-size: .875rem;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
}

#password {
    margin-bottom: 5px;
}

label {
    margin-left: 1rem;
    display: block;
}

.entry-item {
    margin-bottom: 10px;
}

.buttons {
    margin: 10px 0 1rem;
}

.buttons button {
    margin-right: 5px;
}

.pwd-toggler-comtainer label {
    display: inline;
}

.login-form-container {
    background-color: #ffffff;
    border-radius: 0.25rem;
}

.intro {
    display: none;
}

.attr ul {
    margin-left: 0;
}

ul {
    margin-left: 0;
    padding-left: 0;
}

li {
    list-style: none;
}

.error p {
    color: #c01142 !important;
    margin-bottom: 0;
}

.error.pageLevel[aria-hidden="false"] {
    border: solid #c01142 .125rem;
    padding: 7px 10px;
    background-color: #fef4f0;
    color: #c01142;
    margin-bottom: 5px;

}
.error.pageLevel[aria-hidden="false"] p {
    color: #c01142;
    margin: 5px;
}

.error.itemLevel.show {
    color: #c01142;
    margin: 5px;
}

.verificationInfoText, .verificationSuccessText, .verificationErrorText {
    margin-bottom: 10px;
}

.TextBox {
    list-style: none;
    font-size: .875rem;
}

.entry {
    margin-left: auto;
    margin-right: auto;
}


.create {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#cancel{
    margin-top: 20px;
}

.attrEntry label {
    line-height: 1.5em;
    margin-top: 5px;
}

#emailVerificationControl_but_change_claims {
    display: none !important;
}

::placeholder {
    color: transparent;
}

#verifying_blurb {
    display: none;
}
