:root {
    --helvetica: Helvetica, Arial, sans-serif;
    --green-light: #0FD297;
    --green-olive: #2F5711;
    --green: #087662;
    --green-dark: #065E4E;
    --blue: #211858;
    --white: #FFF;
    --black: #000;
    --gray-light: #FAFAFA;
    --gray-light2: #F5F5F5;
    --gray-medium: #BDBDBD;
    --gray-dark: #424242;
    --red-dark: #A8200D;
}

.bg-right-side-graphic {
    background: url('../../themes/portaldeassinaturas/images/grafismo-lateral.png') right 62px repeat-y;
}

.form-new-identity {
    font-family: var(--helvetica);
}

.form-new-identity h1,
.form-new-identity p, 
.form-new-identity input {
    font-family: var(--helvetica);
    color: var(--black);
}

.form-new-identity {
    width: 65%;
}

.form-new-identity h1 {
    font-size: 4.8rem;
    line-height: 6.4rem;
    margin-top: 0;
}

.form-new-identity p,
.form-new-identity .talkToSpecialist-subtitle {
    font-size: 2rem;
    line-height: 2.7rem;
}

.form-new-identity .form-group{
    margin-bottom: 8px;
}

.form-new-identity .form-group.no-error {
    margin-bottom: 27px;
}

.form-new-identity label {
    font-family: var(--helvetica);
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.6rem;
    color: var(--gray-dark);
    display: inline;
}

.form-new-identity .form-group.error label {
    color: var(--red-dark);
}

.form-new-identity .form-control {
    border: solid 1px var(--gray-medium);
    box-shadow: none;
    height: 34px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin: 5px 0;
}

.form-new-identity .form-control::placeholder {
    color: var(--gray-medium);
}

.form-new-identity .form-group.error .form-control {
    border: solid 1px var(--red-dark);
}

.form-new-identity .form-group .error-text {
    color: transparent;
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 5px;
}

.form-new-identity .form-group.error .error-text {
    color: var(--red-dark);
}

.form-new-identity p.small {
    font-size: 1.2rem;
    color: var(--gray-dark) !important;
}

.form-new-identity .agreement{
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-top: 1em;
    margin-bottom: 2em;
}

.form-new-identity .agreement input {
    margin-right: 1em;
    cursor: pointer;
}

.form-new-identity .agreement input[type="checkbox"]{
    accent-color: var(--green);
}


@media (max-width: 768px) {
    .bg-right-side-graphic {
        background: none;
    }

    .form-new-identity {
        width: auto;
        padding-top: 4rem;
        padding-bottom: 5rem ;
    }

    .form-new-identity h1 {
        font-size: 3.2rem;
        line-height: 4.3rem;
    }

    .form-new-identity p {
        font-size: 1.6rem;
        line-height: 2.1rem;
    }

    .form-new-identity .btn-default {
        width: 100%;
    }

    .form-new-identity {
        
    }

    .form-new-identity {
        
    }
}