#main-login {
    height: 100vh;
}

.col-content {
    background-color: #E5E5E5;
    padding: 0;
}

div.no-padding {
    height: 100%;
}

.text-title {
    font-family: MontserratBold;
    font-size: 72px;
    line-height: 88px;
    display: flex;
    align-items: center;
    color: #00B0B9;
}

.text-voltar-login {
    font-family: MontserratBold;
    font-size: 32px;
    line-height: 39px;
    color: #00B0B9;
    margin-left: 10px;
    padding: 30px;
}

.text-voltar-login img {
    position: relative;
    bottom: 2px;
}

.login-text {
    font-family: Montserrat;
    font-size: 40px;
    line-height: 49px;
    color: #828282;
    margin-bottom: 0;

}

.login-label {
    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;
    width: 737px;
    height: 88px;
    font-size: 40px;
    font-family: MontserratBold;
    padding-left: 15px;
}

.text-continuar {
    font-family: MontserratBold;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
    background: none;
    border: none;
    padding: 220px 120px;
}

.height-card-login {
    height: 640px;
}


.margin-login {
    margin-top: 5%;
}

.border-continuar-card {
    border: none;
    border-radius: 0 10px 10px 0;
}

.border-input-card {
    border: none;
    border-radius: 10px 0 0 10px;
}

#tela-escolha .card-gympass h1 {
    font-family: MontserratBold;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    color: #F37767;
}

.keyboard-cpf {
    width: 20%;
    position: absolute;
    top: 576px;
    left: 242px;
}

.keyboard-login-pass {
    width: 50%;
    position: absolute;
    top: 754px;
    left: 243px;
}
