#main {
    padding: 0px;
    background-color: #ffffff !important;
    color: #FFFFFF;
    width: 1920px;
    height: 1080px;
}

p {
    color: #B4458D;
}

.texto-bluefit {
    font-family: MontserratBold;
    font-size: 18px;
    line-height: 22px;
    color: #B4458D;
}

.seleciona-agregador{
    border:4px solid #B4458D;
}

.texto-titulo {
    font-family: MontserratBold;
    font-size: 64px;
    line-height: 78px;
    color: #B4458D;
}

.texto-subtitulo {
    font-family: MontserratBold;
    font-size: 32px;
    line-height: 39px;
    color: #4F4F4F;
}

.modal-body-documento {
    max-height: 760px !important;
    overflow: hidden;
}

.scroll-documento {
    max-height: 570px !important;
    overflow: auto;
}


.texto-detalhe {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 22px;
    color: #4F4F4F;
}

.gympass-logo {
    font-family: MontserratBold;
    font-size: 32px;
    line-height: 39px;
    color: #F37767;
}

.texto-primeiro-acesso {
    font-family: MontserratBold;
    font-size: 56px;
    line-height: 68px;
    color: #F37767;
}

.progressbar li {
    float: left;
    width: 20%;
    position: relative;
    text-align: center;
    list-style-type: none;
}

.container {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.progressbar {
    counter-reset: step;
    position: relative;
    left: 40%;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    border: 3px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 35px;
    background: white;
    color: #bebebe;
    text-align: center;
    font-family: MontserratBold;
    font-size: 24px;
}

.progressbar li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #979797;
    top: 20px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active + li:after {
    background: #00B0B9;
}

.progressbar li.active:before {
    border-color: #00B0B9;
    background: #00B0B9;
    color: #B4458D;
}

.btn-login {
    padding: 5px 0px;
    margin: 20px 0;
    line-height: 40px;
    width: 431px;
}

.btn-voltar, .btn-voltar:focus, .btn-voltar:hover {
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #B4458D;
    padding: 0.5rem 1.25rem 1.25rem 1.25rem;
    font-family: Montserrat;
    font-size: 24px;
    color: #B4458D;
    text-decoration: none;
}


.text-titulo {
    font-family: MontserratBold;
    font-size: 64px;
    line-height: 78px;
    color: #B4458D;
}

.text-titulo-sub {
    font-family: Montserrat;
    font-size: 24px;
    line-height: 29px;
    color: #4F4F4F;
}

.text-title-card {
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    color: #B4458D;
}

.text-qntd-convite {
    font-family: MontserratBold;
    font-size: 64px;
    line-height: 78px;
    color: #B4458D;
}

.text-restante {
    font-family: Montserrat;
    font-size: 32px;
    line-height: 39px;
    color: #B4458D;
}

.text-responsavel {
    font-family: MontserratBold;
    font-size: 18px;
    line-height: 22px;
    color: #B4458D;
}

.text-aluno {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 22px;
    color: #4F4F4F;
}

.titulo-step {
    font-family: MontserratBold;
    font-size: 32px;
    line-height: 39px;
    display: flex;
    align-items: center;
    color: #4F4F4F;
}

.text-regulamento {
    font-family: MontserratBold;
    font-size: 24px;
    color: #B4458D;
}

.pt-14 {
    padding-top: 14px !important;
}

.texto-nome {
    font-family: MontserratBold;
    font-size: 32px;
    line-height: 39px;
    color: #4F4F4F;
}

.texto-acesso {
    font-family: MontserratBold;
    font-size: 64px;
    line-height: 78px;
    color: #B4458D;
}

.texto-detalhe {
    font-family: Montserrat;
    font-size: 24px;
    line-height: 29px;
    color: #4F4F4F;
}

.card-cima {
    border-radius: 10px 10px 0px 0px;
    border: 2px solid #E0E0E0;
    box-sizing: border-box;
    width: 460px;

}

.card-baixo {
    border-radius: 0px 0px 10px 10px;
    border-bottom: 2px solid #E0E0E0;
    border-right: 2px solid #E0E0E0;
    border-left: 2px solid #E0E0E0;
    box-sizing: border-box;
    width: 460px;
}

label {
    font-family: Montserrat;
    font-size: 24px;
    line-height: 29px;
    color: #828282;
}

input {
    font-family: MontserratBold;
    font-size: 24px !important;
    line-height: 29px;
    color: #4F4F4F;
}

.cpf-input {
    width: 431px;
}

input[type=text] {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 7px;
    height: 70px;
}

select {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 7px;
    height: 70px;
    width: 100%;
    font-family: MontserratBold;
    font-size: 24px !important;
    padding-left: 10px;
    color: #4F4F4F;
    text-transform: uppercase
}

.img-voltar {
    margin-right: 10px;
    width: 12px;
}

input[type="text"] {
    text-transform: uppercase
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 60px;
    cursor: pointer;
    margin-bottom: 4px;
    display: inline-block;
}

[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 15px;
    width: 30px;
    height: 30px;
    border: 4px solid #00AEEF;
    background: #00aeef;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 15px;
    width: 30px;
    height: 30px;
    border: 4px solid #00AEEF;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 15px;
    left: 5px;
    font-size: 26px;
    line-height: 1.2;
    color: #B4458D;
    transition: all .2s;
}

.error-input {
    border: 2px solid red !important;
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #999999;
    background-color: #dddddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999999;
}

[type="checkbox"]:disabled + label {
    color: #aaaaaa;
}

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 2px dotted #00aeef;
}

label:hover:before {
    border: 2px solid #00aeef !important;
    background: #ffffff;
}

.margin-sucesso {
    margin-top: 10%;
}


.keyboard-CPF {
    top: 690px;
    left: 670px;
}

.keyboard-NOME {
    top: 405px;
    left: 905px;
}

.keyboard-DATA_NASC {
    top: 527px;
    left: 672px;
}

.keyboard-CEL {
    top: 528px;
    left: 1195px;
}

.keyboard-EMAIL {
    top: 654px;
    left: 425px;
}

.keyboard-TEL {
    top: 654px;
    left: 1195px;
    z-index: 99;
}

.keyboard-UNIQUEID {
    top: 774px;
    left: 672px;
}

.keyboard-CEP {
    top: 390px;
    left: 674px;
}

.keyboard-UF {
    top: 666px;
    left: 905px;
    z-index: 99;
}

.keyboard-CIDADE {
    top: 667px;
    left: 613px;
    z-index: 99;
}

.keyboard-END {
    top: 390px;
    left: 865px;
}

.keyboard-END_NUMERO {
    top: 527px;
    left: 672px;
}

.keyboard-END_COMPLEMENTO {
    top: 529px;
    left: 513px;
}

.keyboard-BAIRRO {
    top: 528px;
    left: 900px;
}
