.cliente-form{
    display: flex;
    justify-content: center;
    align-items: center;

}

.cliente-form .form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #000;
    margin: 60px 0;
    padding: 20px 100px;
    
}

.cliente-form h1{
    text-align: center;    
    font-size: 40px;
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 18px;

}

.cliente-form .main-label{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.cliente-form .main-input{
    box-sizing: border-box;
    border: 1px solid #364156;
    font-size: 20px;
    height: 50px;
    width: 200px;
    padding: 0 5px;
    margin-bottom: 10px;    
}


.cliente-form .main-form .texto{
    text-align: center;
}

.cliente-form .texto{
    text-align: center;
}

.cliente-form .pos-botao{
    display: flex;
    justify-content: flex-end;

}
