.label-font34-blue
{
    color: var(--font-blue-color);
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0.374px;
}
.selectTelEmail {
    background: none;
}
.btn-next {
    margin-top: 8px;
    background-color: var(--btn-black-white);
    max-width: 400px;
    width: 100%;
    padding: 12px 24px;
    color: var(--text-white-black-color); 
    border: none;
    border-radius: 12px;
}
.btn-next:disabled {
    color: var(--btn-text-disable);
    background-color: var(--btn-disable);
}
.label-font34-black
{
    color: var(--font-black-color);
    text-align: left;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0.374px;

    padding-top: 13px;
}
.name-app {
    padding-top: 24px;
}
.authImg {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-image: url("../../img/icons/image-auth.png");
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;
    border-radius: 20px;
}

.autConteiner
{
    display: grid;

    grid-template-areas:
    'formAut';
    grid-template-columns: 100%;
    grid-template-rows: 1fr;

    width: 100dvw;
    height: 100dvh;
}

.pb-16
{
    padding-bottom: 16px;
}

.privacy {
    color: var(--text-black-white-color) !important;
}

.formAut, .formAut-registration
{
    grid-area: formAut;

    display: grid;

    grid-template-areas:
    'lang-switch'
    'headerForm'
    'middleForm'
    'bottomForm';

    padding: 24px 24px 0px 24px;

    grid-template-columns: 1fr;
    grid-template-rows: 30px minmax(136px, calc(45dvh - 54px))  minmax(190px, 20dvh) minmax(71px, 1fr);
    

    background-color: var(--font-black-white-color);
}

.formAut-registration {
    grid-template-rows: 30px minmax(136px, calc(45dvh - 54px))  minmax(190px, 20dvh) minmax(71px, 1fr);
}

.headerForm
{
    grid-area: headerForm;

    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.middleForm
{
    grid-area: middleForm;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 16px;
}

.middleFormLabel{
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.bottomForm
{
    grid-area: bottomForm;

    text-align: center;

    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;

    height: 100%;

    gap: 32px;

    padding-bottom: 24px;
}

.circleLogo{
    padding: 12px;

    border-radius: 50%;
    border: 1px solid #EFEDF1;
}

.btnLog
{
    display: inline-block;
    padding: 6px 12px 6px 12px;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    border-radius: 1rem;
    background-color: #0f58b9;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btnLog:hover
{
    background-color: #507abd;
}

.text
{
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #999;
}

/*Input*/
.form-group > label
{
    bottom: 34px;
    left: 15px;
    position: relative;
    background-color: white;
    padding: 0 5px 0 5px;
    font-size: 1.1em;
    transition: 0.2s;
    pointer-events: none;
}

.form-control:focus ~ label,
.form-control:valid ~ label
{
    bottom: 55px;
}

.titlePading
{
    padding: 0 0 0 50px;
    width: 263px;
}

.textLink
{
    font-size: small;
}

.btn-registr
{
    display: inline-block;
    padding: 6px 12px 6px 12px;
    color: #2d6ac1;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none;
    border-radius: 1rem;
    background-color: #eef0ff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-registr:hover
{
    background-color: #d3d7f7;
}

.bold
{
    font-weight: bold !important;
}

.textMuted
{
    color: #919191 !important;
}

.start-privacy {
    color: rgb(130, 130, 130);
}

.boxLogoDescription {
    display: flex;
    width: 100%;
    min-height: 471px;
    height: 100dvh;
    padding: 24px;
}
.Logo
{
    grid-area: Logo;

    width: 70px;
    height: 60px;
}

.contentInputForm
{
    display: flex;
    flex-direction: column;

    gap: 16px;
}

.Description
{
    grid-area: Description;
    color: white;
    width: 310px;
    margin: 0;
}

.form-select{
    border-radius: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
}

@media (max-width: 760px) {

    .formAut{
        grid-template-areas:
        'lang-switch'
        'headerForm'
        'middleForm'
        'bottomForm';

        padding: 16px 16px 0px 16px;

        grid-template-columns: 1fr;
        grid-template-rows: 30px minmax(136px, 1fr)  minmax(190px, 20dvh) 71px;
    }

    .headerForm{
        justify-content: center !important;
    }
}