.Cnx a {
    color: var(--strongblue);
    font-size: 16px;
    font-weight: 600
}

.Cnx a:hover {
    color: var(---color-1)
}

.Cnx .form-inline label {
    padding-left: 10px;
    margin: 0;
    cursor: pointer
}

.Cnx .input-field {
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    border-radius: 6px;
    padding: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #697488CC;
    border: 1px solid #C7DBEB
}

.Cnx input[type='text'], .Cnx input[type='password'], .Cnx input[type='tel'], .Cnx input[type='email'] {
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%
}

.Cnx .modal-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px
}

.btn-cnx {
    background: #00B6FF;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 360px)  and (-webkit-device-pixel-ratio: 3) {
    .Cnx #forgot {
        margin-left: 0;
        padding-top: 10px
    }
}


#pays{
    border:none
}
