@import 'MyIDD.Client.bundle.scp.css';

/* _content/MyIDD/Components/Account/Pages/Login.razor.rz.scp.css */
.primary-button[b-hz1raqgpej] {
    color: #fff;
    background-color: #594AE2;
    border-color: #594AE2;
}

.login-container[b-hz1raqgpej] {
    height: 75vh;
    padding-top: 100px;
}

.login-title[b-hz1raqgpej] {
    padding-bottom: 20px;
}

a[b-hz1raqgpej] {
    color: grey; /* Sets the text color to grey */
    text-decoration: none; /* Removes the underline */
}

.register-container[b-hz1raqgpej] {
    padding-top: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.paper-card[b-hz1raqgpej] {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 15px;
}

.learn-more-button[b-hz1raqgpej] {
    background: #79BB35;
    color: #2B0078;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}

.choose-way-to-connect-text[b-hz1raqgpej] {
    font-size: larger;
    font-weight: 500;
    color: #430D7D;
}

.padding-bottom-20-px[b-hz1raqgpej] {
    padding-bottom: 20px;
}

.terms-of-use[b-hz1raqgpej] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #2B0078;
    padding-top: 25px;
}

.half-circle-top[b-hz1raqgpej] {
    position: absolute;
    top: -400px; /* Move it upwards so only half is visible */
    left: 300px;
    transform: translateX(-50%);
    width: 952px; /* Adjust the size */
    height: 952px; /* Should be equal to width for a perfect circle */
    background-color: #B8CBFE1A; /* Change to any color */
    border-radius: 50%; /* Makes it a circle */
    z-index: -1; /* Behind the content */
}

.half-circle-bottom[b-hz1raqgpej] {
    position: absolute;
    bottom: -400px; /* Move it upwards so only half is visible */
    right: -800px;
    transform: translateX(-50%);
    width: 952px; /* Adjust the size */
    height: 952px; /* Should be equal to width for a perfect circle */
    background-color: #B8CBFE1A; /* Change to any color */
    border-radius: 50%; /* Makes it a circle */
    z-index: -1; /* Behind the content */
}
/* _content/MyIDD/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.primary-button[b-9zapla9930] {
    color: #1F1F1F;
    background-color: #fff;
    border: 1px solid #747775;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    justify-content: start;
    display: flex;
    gap: 4px;
}

.provider-icon[b-9zapla9930] {
    padding-inline: 3px;
}
