﻿body {
    font-family: Inter, Helvetica, Arial, sans-serif;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-justify-center {
    flex-grow: 1;
    justify-content: center;
}

.flex-inline {
    display: inline-flex;
    justify-content: center;
}

a {
    color: rgb(93, 149, 169);
}

.container {
    height: 100vh;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.card {
    border-radius: 8px;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(242, 242, 242);
}

.box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 100%;
}

.left-box {
    padding: 48px 64px 32px;
}

.product-logos img {
    height: 125px;
    margin: 30px auto ;
    display: block;
    transform: translateY(-34px);
}

.right-box {
    gap: 32px;
    justify-content: space-between;
    background-color: white;
    padding: 48px 64px 32px;
    border-radius: 0 8px 8px 0;

    font-family: Inter, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.17px;
}

.message {
    padding-bottom: 30px;
}

h1 {
    margin: 0 0 18px 0;
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.167;
    color: rgba(0, 0, 0, 0.87);
}

.input-group {
    margin: 4px 0
}

    .input-group .label {
        font-family: Inter, Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 8px;
        color: rgba(0, 0, 0, 0.87);
    }

.nrgi-logo {
    display: block;
    width: 120px;
    height: fit-content;
    align-self: flex-end;
}

.mdc-button {
    color: rgb(93, 149, 169);
    font-weight: 600;
    font-family: Inter, Helvetica, Arial, sans-serif;
    text-transform: none;
    letter-spacing: 0;
}

    .mdc-button.mdc-button--raised {
        width: 100%;
        height: 60px;
        background-color: rgb(52, 122, 147);
    }

.mdc-text-field__input {
    color: rgb(93, 149, 169);
    font-weight: normal;
    font-family: Inter, Helvetica, Arial, sans-serif;
    text-transform: none;
    letter-spacing: 0;
}

.mdc-button__icon,
.mdc-button__label {
    color: rgb(93, 149, 169);
}

.mdc-button.mdc-button--raised .mdc-button__icon,
.mdc-button.mdc-button--raised .mdc-button__label {
    color: white;
}

.input-group .label {
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.87);
}

.error-message {
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #D32F2F;
    padding: 16px 0;
    display: table;
}

.e10-link,
.ep-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px 22px;
    border-radius: 4px;
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.46px;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 25px; 
}

.e10-link {
    background: #588A52;
}

.ep-link {
    background: #347A93;
}