@import url('/prototype/_ds/material-3-design-system-305e8ce3-36ba-4131-a404-686ab71ba4b1/tokens/fonts.css');

* {
    box-sizing: border-box;
}

.sim-login {
    width: 100%;
    min-height: calc(100vh - 138px);
    color: #1a1a1a;
}

.sim-login__heading {
    padding: 64px 24px 20px;
    text-align: center;
}

.sim-login__icon {
    display: flex;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fce4f1;
    color: #e6007e;
}

.sim-login__icon-symbol {
    font-family: 'Material Symbols Outlined', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.sim-login__heading h1 {
    margin: 18px 0 0;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -0.4px;
}

.sim-login__heading p {
    margin: 6px 0 0;
    color: #767676;
    font-size: 13px;
    line-height: 1.5;
}

.sim-login__form {
    padding: 0 24px 30px;
}

.sim-login__field {
    display: block;
    margin-top: 16px;
}

.sim-login__field:first-of-type {
    margin-top: 0;
}

.sim-login__field span {
    display: block;
    margin-bottom: 7px;
    color: #3a3a3a;
    font-size: 12px;
    font-weight: 700;
}

.sim-login__field input {
    width: 100%;
    padding: 13px 14px;
    border: 1.5px solid #ddd;
    border-radius: 12px;
    background: #fff;
    font: inherit;
    font-size: 14px;
}

.sim-login__field input:focus {
    border-color: #e6007e;
    outline: none;
}

.sim-login__submit {
    width: 100%;
    margin-top: 22px;
    padding: 15px;
    border: 0;
    border-radius: 14px;
    background: #e6007e;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
}

.sim-login__submit:disabled {
    background: #f4f4f5;
    color: #ababab;
    cursor: default;
}

.sim-login__privacy {
    margin: 11px 0 0;
    color: #9a9a9a;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}

.sim-login__error {
    margin: 0 0 16px;
    color: #b3261e;
    font-size: 12px;
    text-align: center;
}
