.twoFA {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;    
    text-align: center;
    justify-content: center;
    align-items: center;
}

.twoFA picture {
    width: 20vw;
}

.twoFA picture img {
    width: 100%;
}

.twoFA h2 {
    font-size: clamp(17px, 5vw, 32px);
}

.twoFA p {
    font-size: clamp(12px, 5vw, 21px);
}

.twoFA .content_form {
    display: flex;
    width: 100%;
    justify-content: center;        
    align-items: center;
}

.twoFA .content_form .content_btn {
    width: fit-content;
}

.twoFAC form .two_inputs .content_input {
    flex-basis: 0px !important;
}

.twoFAC form .two_inputs .content_input input {
    text-align: center;
    padding: 0px;
    font-size: 21px;
}

.twoFAC form .content_a {
    text-align: center;
}

.twoFAC form a {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    color: #1565C0 !important;
}

.twoFAC form ul {
    list-style: none; 
    padding: 0px;
    margin: 0px;   
    overflow-y: hidden;
    height: 0px;
    transition: all 0.5s;
    interpolate-size: allow-keywords;
}

.twoFAC form ul li {
    text-align: center;
}

.count {
    text-align: center;
}

@media (width <= 1016px) {
    .twoFA .content_form form .two_inputs {
        justify-content: center;
    }
}