@media (max-width: 1920px) and (min-width: 1500px) {
    .input11[type=text] {
        width: 555px;
    }
}

@media (max-width: 1500px) and (min-width: 568px) {
    .reset-password {
        width: 90%;
        padding: 15px;
    }
    .steps {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: baseline;
        padding: 10px 0;
    }
    .steps__step {
        flex: 1;
        text-align: center;
        min-width: 80px;
    }
    .steps__connector {
        flex: .7;
        height: 5px;
        /* background: #aaa; */
    }
    .steps__step-number {
        height: 60px;
        width: 60px;
        font-size: 16px;
        padding-top: 15px;
    }
    .steps__step-name {
        font-size: 12px;
    }
    .acs {
        display: flex
;
        justify-content: center;
    }
    
    .register-button {
        width: 100%;
    }
}

@media only screen and (max-width: 810px){
    .btn-verifiCodeSend{
        width:34%;
    }
   
}

@media (max-width: 595px) and (min-width: 350px){
    .btn-verifiCodeSend{
        width:59%;
    }
    .confirmCode{
        width: 20%;
    }
}
@media (max-width: 650px) and (min-width: 350px){
  
    .confirmCode{
        width: 20%;
    }
}
@media (max-width: 915px) and (min-width: 700px){
   
    .confirmCode{
        width: 11%;
    }
}

@media only screen and (max-width: 470px){
    .input11[type=password]{
        width:70%;
    }
   
}