@import 'Mimeo.Schools.CustomerApprovalApp.Client.bundle.scp.css';

/* _content/Mimeo.Schools.CustomerApprovalApp/Components/Layout/LoginLayout.razor.rz.scp.css */
.otp-wrapper[b-cqv1z34kwk] {
    width: 32%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    text-align: center;
}

.otp-wrapper .spc-logo[b-cqv1z34kwk] {
    width: 40%;
    margin-bottom: 120px;
}

.otp-wrapper .spc-logo img[b-cqv1z34kwk] {
    width: 100%;
}

[b-cqv1z34kwk] .otp .inputs {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
}

[b-cqv1z34kwk] .otp .input {
    width: 20%;
    height: 64px;
    text-align: center;
    font-size: 36px;
}
/* _content/Mimeo.Schools.CustomerApprovalApp/Components/Pages/AutoLogin.razor.rz.scp.css */
.otp-wrapper .otp[b-14afjjzvnr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 32px;
    background-color: #ffffff;
    margin-top: 64px;
    border-radius: 10px;
    gap: 16px;
    box-shadow: rgba(99, 99, 99, 0.1) -2px 0px 15px 0px;
}

.otp h1[b-14afjjzvnr] {
    margin-bottom: 16px;
}

.otp button[b-14afjjzvnr] {
    width: 100%;
    margin-top: 32px;
}
.invalid-code[b-14afjjzvnr] {
    color: var(--red-colour);
}
/* _content/Mimeo.Schools.CustomerApprovalApp/Components/Pages/Login.razor.rz.scp.css */
.otp-wrapper .otp[b-4mhp2ex3ah] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 32px;
    background-color: #ffffff;
    margin-top: 64px;
    border-radius: 10px;
    gap: 16px;
    box-shadow: rgba(99, 99, 99, 0.1) -2px 0px 15px 0px;
}

.otp h1[b-4mhp2ex3ah] {
    margin-bottom: 16px;
}

.otp button[b-4mhp2ex3ah] {
    width: 100%;
    margin-top: 32px;
}
.invalid-code[b-4mhp2ex3ah] {
    color: var(--red-colour);
}
/* _content/Mimeo.Schools.CustomerApprovalApp/Components/Pages/Logout.razor.rz.scp.css */
.message-box[b-qky3t80488] {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    max-width: 400px;
}

/* Icon styling */
[b-qky3t80488] .icon {
    font-size: 50px;
    color: #28a745; /* Green color for success */
    margin-bottom: 20px;
}
[b-qky3t80488] .logouticon {
    font-size: 50px;
    color: var(--brand-colour-blue);
    margin-bottom: 20px;
}

/* Success message styling */
h2[b-qky3t80488] {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Additional message styling */
.subtext[b-qky3t80488] {
    font-size: 18px;
    color: #777;
    margin-top: 10px;
}
